/system/connectivity/shill/ |
D | service_under_test.cc | 40 mutable_store()->RegisterStrings(kStringsProperty, &strings_); in ServiceUnderTest() 41 mutable_store()->RegisterDerivedKeyValueStore( in ServiceUnderTest()
|
D | service_unittest.cc | 282 service_->mutable_store()->SetStringProperty(kCheckPortalProperty, in TEST_F() 294 service_->mutable_store()->SetBoolProperty(kAutoConnectProperty, in TEST_F() 314 service_->mutable_store()->SetInt32Property(kPriorityProperty, in TEST_F() 336 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F() 342 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F() 348 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F() 358 EXPECT_FALSE(service2_->mutable_store()->SetAnyProperty( in TEST_F() 364 EXPECT_TRUE(service2_->mutable_store()->SetAnyProperty( in TEST_F() 371 EXPECT_FALSE(service_->mutable_store()->SetAnyProperty( in TEST_F() 379 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F() [all …]
|
D | ipconfig.h | 182 PropertyStore* mutable_store() { return &store_; } in mutable_store() function
|
D | profile.h | 100 PropertyStore* mutable_store() { return &store_; } in mutable_store() function
|
D | mock_manager.h | 43 MOCK_METHOD0(mutable_store, PropertyStore*());
|
D | default_profile.cc | 95 PropertyStore* store = this->mutable_store(); in DefaultProfile()
|
D | default_profile_unittest.cc | 126 profile_->mutable_store()->SetBoolProperty( in TEST_F()
|
D | device.h | 255 PropertyStore* mutable_store() { return &store_; } in mutable_store() function
|
/system/connectivity/shill/vpn/ |
D | vpn_service.cc | 62 mutable_store()->RegisterString(kVPNDomainProperty, &vpn_domain_); in VPNService() 63 mutable_store()->RegisterDerivedString( in VPNService() 151 driver_->InitPropertyStore(mutable_store()); in InitDriverPropertyStore()
|
D | vpn_service_unittest.cc | 240 EXPECT_CALL(*driver_, InitPropertyStore(service_->mutable_store())); in TEST_F() 321 EXPECT_FALSE(service_->mutable_store()->SetAnyProperty( in TEST_F() 337 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F()
|
/system/connectivity/shill/dbus/ |
D | chromeos_ipconfig_dbus_adaptor.cc | 109 return ChromeosDBusAdaptor::SetProperty(ipconfig_->mutable_store(), in SetProperty() 118 return ChromeosDBusAdaptor::ClearProperty(ipconfig_->mutable_store(), in ClearProperty()
|
D | chromeos_service_dbus_adaptor.cc | 124 return ChromeosDBusAdaptor::SetProperty(service_->mutable_store(), in SetProperty() 143 bool status = ChromeosDBusAdaptor::ClearProperty(service_->mutable_store(), in ClearProperty()
|
D | chromeos_profile_dbus_adaptor.cc | 95 return ChromeosDBusAdaptor::SetProperty(profile_->mutable_store(), in SetProperty()
|
D | chromeos_device_dbus_adaptor.cc | 147 return ChromeosDBusAdaptor::SetProperty(device_->mutable_store(), in SetProperty() 156 return ChromeosDBusAdaptor::ClearProperty(device_->mutable_store(), in ClearProperty()
|
/system/connectivity/shill/cellular/ |
D | cellular_service.cc | 85 PropertyStore* store = this->mutable_store(); in CellularService() 144 mutable_store()->RegisterDerivedString( in HelpRegisterDerivedString() 155 mutable_store()->RegisterDerivedStringmap( in HelpRegisterDerivedStringmap() 165 mutable_store()->RegisterDerivedBool( in HelpRegisterDerivedBool()
|
D | cellular.cc | 242 mutable_store()->RegisterDerivedBool( in HelpRegisterDerivedBool() 251 mutable_store()->RegisterDerivedString( in HelpRegisterConstDerivedString() 1187 PropertyStore* store = this->mutable_store(); in RegisterProperties()
|
/system/connectivity/shill/wifi/ |
D | wifi_service.cc | 107 PropertyStore* store = this->mutable_store(); in WiFiService() 546 mutable_store()->RegisterDerivedString( in HelpRegisterConstDerivedString() 556 mutable_store()->RegisterDerivedString( in HelpRegisterDerivedString() 566 mutable_store()->RegisterDerivedString( in HelpRegisterWriteOnlyDerivedString() 578 mutable_store()->RegisterDerivedUint16( in HelpRegisterDerivedUint16()
|
D | wifi_service_unittest.cc | 449 EXPECT_TRUE(wifi_service->mutable_store()->SetStringProperty( in TEST_F() 451 EXPECT_FALSE(wifi_service->mutable_store()->SetStringProperty( in TEST_F() 459 EXPECT_FALSE(wifi_service->mutable_store()->SetStringProperty( in TEST_F() 863 PropertyStore& property_store(*wifi_service->mutable_store()); in TEST_F() 1425 wifi_service->mutable_store()->SetAnyProperty(kPassphraseProperty, in TEST_F() 1430 EXPECT_TRUE(wifi_service->mutable_store()->ClearProperty(kPassphraseProperty, in TEST_F()
|
D | wifi_unittest.cc | 500 EXPECT_TRUE(device_->mutable_store()->SetAnyProperty( in TEST_F() 505 EXPECT_TRUE(device_->mutable_store()->SetAnyProperty( in TEST_F() 511 EXPECT_FALSE(device_->mutable_store()->SetAnyProperty( in TEST_F() 519 EXPECT_TRUE(device_->mutable_store()->SetAnyProperty( in TEST_F() 527 EXPECT_FALSE(device_->mutable_store()->SetAnyProperty( in TEST_F() 547 EXPECT_TRUE(device_->mutable_store()->SetAnyProperty( in TEST_F() 556 EXPECT_TRUE(device_->mutable_store()->ClearProperty( in TEST_F() 1195 return wifi_->mutable_store()->SetAnyProperty(kBgscanMethodProperty, in SetBgscanMethod()
|
/system/connectivity/shill/pppoe/ |
D | pppoe_service.cc | 69 PropertyStore* store = this->mutable_store(); in PPPoEService()
|
/system/connectivity/shill/wimax/ |
D | wimax_service.cc | 59 PropertyStore* store = this->mutable_store(); in WiMaxService()
|
D | wimax.cc | 85 PropertyStore* store = mutable_store(); in WiMax()
|
/system/connectivity/shill/ethernet/ |
D | ethernet_unittest.cc | 584 ethernet_->mutable_store()->SetBoolProperty( in TEST_F() 595 ethernet_->mutable_store()->SetBoolProperty(kPPPoEProperty, true, &error); in TEST_F()
|
D | ethernet.cc | 96 PropertyStore* store = this->mutable_store(); in Ethernet()
|
/system/connectivity/shill/dhcp/ |
D | dhcp_config_unittest.cc | 441 EXPECT_FALSE(config_->mutable_store()->SetAnyProperty( in TEST_F()
|