Searched refs:props (Results 26 - 37 of 37) sorted by relevance
12
/system/core/healthd/ |
H A D | healthd_mode_charger.cpp | 610 struct android::BatteryProperties *props) 615 props->chargerAcOnline || props->chargerUsbOnline || 616 props->chargerWirelessOnline; 624 batt_prop = props; 609 healthd_mode_charger_battery_update( struct android::BatteryProperties *props) argument
|
/system/connectivity/shill/ |
H A D | service_unittest.cc | 279 brillo::VariantDictionary props; local 285 EXPECT_TRUE(service_->store().GetProperties(&props, &error)); 286 ASSERT_FALSE(props.find(kCheckPortalProperty) == props.end()); 287 EXPECT_TRUE(props[kCheckPortalProperty].IsTypeCompatible<string>()); 288 EXPECT_EQ(props[kCheckPortalProperty].Get<string>(), expected); 291 brillo::VariantDictionary props; local 297 EXPECT_TRUE(service_->store().GetProperties(&props, &error)); 298 ASSERT_FALSE(props.find(kAutoConnectProperty) == props 303 brillo::VariantDictionary props; local 311 brillo::VariantDictionary props; local 323 brillo::VariantDictionary props; local [all...] |
H A D | manager_unittest.cc | 772 brillo::VariantDictionary props; local 779 manager()->store().GetProperties(&props, &error); 780 ASSERT_FALSE(props.find(kCheckPortalListProperty) == props.end()); 781 EXPECT_TRUE(props[kCheckPortalListProperty].IsTypeCompatible<string>()); 782 EXPECT_EQ(props[kCheckPortalListProperty].Get<string>(), expected); 785 brillo::VariantDictionary props; local 791 manager()->store().GetProperties(&props, &error); 792 ASSERT_FALSE(props.find(kOfflineModeProperty) == props 803 brillo::VariantDictionary props; local 817 brillo::VariantDictionary props; local [all...] |
H A D | device_unittest.cc | 311 brillo::VariantDictionary props; local 313 device_->store().GetProperties(&props, &error); 314 ASSERT_FALSE(props.find(kNameProperty) == props.end()); 315 EXPECT_TRUE(props[kNameProperty].IsTypeCompatible<string>()); 316 EXPECT_EQ(props[kNameProperty].Get<string>(), string(kDeviceName));
|
/system/connectivity/shill/cellular/ |
H A D | cellular_capability_classic.h | 170 const KeyValueStore& props,
|
H A D | cellular.cc | 1488 Stringmap props; local 1490 props[kApnProperty] = mobile_apn->apn; 1493 props[kApnUsernameProperty] = mobile_apn->username; 1496 props[kApnPasswordProperty] = mobile_apn->password; 1501 props[kApnNameProperty] = mobile_apn->operator_name_list[0].name; 1505 props[kApnLocalizedNameProperty] = lname.name; 1509 apn_list_dict.push_back(props);
|
H A D | cellular_unittest.cc | 228 KeyValueStore props; local 229 props.SetString("carrier", kTestCarrier); 230 props.SetString("unknown-property", "irrelevant-value"); 231 callback.Run(props, Error()); 291 void InvokeConnect(KeyValueStore props, Error* error, argument 296 void InvokeConnectFail(KeyValueStore props, Error* error, argument 301 void InvokeConnectFailNoService(KeyValueStore props, Error* error, argument 306 void InvokeConnectSuccessNoService(KeyValueStore props, Error* error, argument 1318 KeyValueStore props; local 1319 props [all...] |
H A D | cellular_capability_gsm.cc | 325 KeyValueStore props; local 326 FillConnectPropertyMap(&props); 328 Connect(props, &error, callback);
|
H A D | cellular_capability_universal.h | 363 const KeyValueStore& props,
|
/system/connectivity/shill/vpn/ |
H A D | openvpn_driver.cc | 1013 KeyValueStore props = VPNDriver::GetProvider(error); local 1014 props.SetBool(kPassphraseRequiredProperty, 1017 return props;
|
/system/connectivity/shill/wifi/ |
H A D | wifi_endpoint_unittest.cc | 88 KeyValueStore props; local 89 props.SetBool(WPASupplicant::kPropertyPrivacy, is_private); 90 return props;
|
/system/core/adb/ |
H A D | adb.cpp | 249 const std::string& props = pieces[2]; local 250 for (const auto& prop : android::base::Split(props, ";")) {
|
Completed in 195 milliseconds
12