Searched refs:kUnknown (Results 1 - 24 of 24) sorted by relevance

/system/update_engine/
H A Dconnection_utils.h30 kUnknown
37 kUnknown, member in class:chromeos_update_engine::ConnectionTethering
H A Dconnection_utils.cc36 return ConnectionType::kUnknown;
47 return ConnectionTethering::kUnknown;
62 case ConnectionType::kUnknown:
H A Dconnection_manager_unittest.cc182 TestWithServiceType(shill::kTypeVPN, nullptr, ConnectionType::kUnknown);
184 shill::kTypeVPN, shill::kTypeVPN, ConnectionType::kUnknown);
198 ConnectionTethering::kUnknown);
202 TestWithServiceType("foo", nullptr, ConnectionType::kUnknown);
208 ConnectionTethering::kUnknown));
213 ConnectionTethering::kUnknown));
218 ConnectionTethering::kUnknown));
223 ConnectionTethering::kUnknown));
240 ConnectionTethering::kUnknown));
260 ConnectionTethering::kUnknown));
[all...]
H A Dmetrics_utils_unittest.cc32 EXPECT_EQ(metrics::ConnectionType::kUnknown,
33 GetConnectionType(ConnectionType::kUnknown,
34 ConnectionTethering::kUnknown));
37 ConnectionTethering::kUnknown));
40 ConnectionTethering::kUnknown));
43 ConnectionTethering::kUnknown));
46 ConnectionTethering::kUnknown));
49 ConnectionTethering::kUnknown));
66 ConnectionTethering::kUnknown));
77 ConnectionTethering::kUnknown));
[all...]
H A Dconnection_manager.cc117 ConnectionTethering::kUnknown);
170 *out_tethering = ConnectionTethering::kUnknown;
173 // become kUnknown.
182 *out_type = ConnectionType::kUnknown;
193 << path.value() << "). Returning default kUnknown value.";
194 *out_type = ConnectionType::kUnknown;
H A Dmetrics_utils.cc234 case ConnectionType::kUnknown:
235 return metrics::ConnectionType::kUnknown;
263 return metrics::ConnectionType::kUnknown;
H A Dmetrics.h163 kUnknown, // Unknown. member in class:chromeos_update_engine::metrics::CheckResult::CheckReaction::DownloadErrorCode::AttemptResult::ConnectionType
H A Dcommon_service.cc308 ConnectionTethering::kUnknown);
H A Dupdate_attempter_android.cc175 install_plan_.payload_type = InstallPayloadType::kUnknown;
H A Dpayload_state.cc65 attempt_connection_type_(metrics::ConnectionType::kUnknown),
197 type = metrics::ConnectionType::kUnknown;
H A Domaha_request_action_unittest.cc502 SetArgumentPointee<1>(ConnectionTethering::kUnknown),
/system/core/include/sysutils/
H A DNetlinkEvent.h26 kUnknown = 0, member in class:NetlinkEvent::Action
/system/core/libsysutils/include/sysutils/
H A DNetlinkEvent.h26 kUnknown = 0, member in class:NetlinkEvent::Action
/system/update_engine/payload_consumer/
H A Dinstall_plan.h34 kUnknown, member in class:chromeos_update_engine::InstallPayloadType
55 InstallPayloadType payload_type{InstallPayloadType::kUnknown};
H A Dinstall_plan.cc32 case InstallPayloadType::kUnknown:
H A Ddelta_performer.cc1474 if (install_plan_->payload_type == InstallPayloadType::kUnknown) {
/system/update_engine/update_manager/
H A Dboxed_value.cc129 case ConnectionTethering::kUnknown:
H A Dboxed_value_unittest.cc175 BoxedValue(new ConnectionType(ConnectionType::kUnknown))
190 BoxedValue(new ConnectionTethering(ConnectionTethering::kUnknown))
H A Dreal_device_policy_provider.cc140 if (type != ConnectionType::kUnknown) {
H A Dreal_shill_provider.cc132 // become kUnknown.
152 << "). Using default kUnknown value.";
154 chromeos_update_engine::ConnectionType::kUnknown);
H A Dreal_shill_provider_unittest.cc350 ConnectionType::kUnknown);
441 ConnectionTethering::kUnknown);
H A Dchromeos_policy.cc531 case ConnectionType::kUnknown:
/system/vold/
H A DDisk.cpp79 kUnknown, member in class:android::vold::Table
312 Table table = Table::kUnknown;
361 if (table == Table::kUnknown || !foundParts) {
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp48 mAction = Action::kUnknown;

Completed in 298 milliseconds