Searched refs:props (Results 26 - 37 of 37) sorted by relevance

12

/system/core/healthd/
H A Dhealthd_mode_charger.cpp610 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 Dservice_unittest.cc279 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 Dmanager_unittest.cc772 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 Ddevice_unittest.cc311 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 Dcellular_capability_classic.h170 const KeyValueStore& props,
H A Dcellular.cc1488 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 Dcellular_unittest.cc228 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 Dcellular_capability_gsm.cc325 KeyValueStore props; local
326 FillConnectPropertyMap(&props);
328 Connect(props, &error, callback);
H A Dcellular_capability_universal.h363 const KeyValueStore& props,
/system/connectivity/shill/vpn/
H A Dopenvpn_driver.cc1013 KeyValueStore props = VPNDriver::GetProvider(error); local
1014 props.SetBool(kPassphraseRequiredProperty,
1017 return props;
/system/connectivity/shill/wifi/
H A Dwifi_endpoint_unittest.cc88 KeyValueStore props; local
89 props.SetBool(WPASupplicant::kPropertyPrivacy, is_private);
90 return props;
/system/core/adb/
H A Dadb.cpp249 const std::string& props = pieces[2]; local
250 for (const auto& prop : android::base::Split(props, ";")) {

Completed in 195 milliseconds

12