Home
last modified time | relevance | path

Searched refs:InitPropertyStore (Results 1 – 22 of 22) sorted by relevance

/system/connectivity/shill/
Ddhcp_properties_unittest.cc61 TEST_F(DhcpPropertiesTest, InitPropertyStore) { in TEST_F() argument
63 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
88 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
98 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
107 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
117 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
128 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
138 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
149 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
Ddhcp_properties.h44 void InitPropertyStore(PropertyStore* store);
Ddhcp_properties.cc64 void DhcpProperties::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() function in shill::DhcpProperties
Deap_credentials.h66 void InitPropertyStore(PropertyStore* store);
Deap_credentials.cc184 void EapCredentials::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() function in shill::EapCredentials
Deap_credentials_unittest.cc148 eap_.InitPropertyStore(&store); in TEST_F()
Dservice.cc301 dhcp_properties_->InitPropertyStore(&store_); in Service()
872 eap_->InitPropertyStore(mutable_store()); in SetEapCredentials()
Dmanager.cc239 dhcp_properties_->InitPropertyStore(&store_); in Manager()
Dservice_unittest.cc1538 eap.InitPropertyStore(service_->mutable_store()); in TEST_P()
/system/connectivity/shill/vpn/
Dmock_vpn_driver.h44 MOCK_METHOD1(InitPropertyStore, void(PropertyStore* store));
Dvpn_driver.h53 virtual void InitPropertyStore(PropertyStore* store);
Dl2tp_ipsec_driver_unittest.cc175 driver_->InitPropertyStore(&store); in ExpectMetricsReported()
597 TEST_F(L2TPIPSecDriverTest, InitPropertyStore) { in TEST_F() argument
600 driver_->InitPropertyStore(&store); in TEST_F()
610 driver_->InitPropertyStore(&store); in TEST_F()
Dthird_party_vpn_driver.h75 void InitPropertyStore(PropertyStore* store) override;
Dvpn_service.cc151 driver_->InitPropertyStore(mutable_store()); in InitDriverPropertyStore()
Dvpn_service_unittest.cc239 TEST_F(VPNServiceTest, InitPropertyStore) { in TEST_F() argument
240 EXPECT_CALL(*driver_, InitPropertyStore(service_->mutable_store())); in TEST_F()
Dvpn_driver_unittest.cc290 TEST_F(VPNDriverTest, InitPropertyStore) { in TEST_F() argument
294 driver_.InitPropertyStore(&store); in TEST_F()
Dthird_party_vpn_driver.cc106 void ThirdPartyVpnDriver::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() function in shill::ThirdPartyVpnDriver
107 VPNDriver::InitPropertyStore(store); in InitPropertyStore()
Dvpn_driver.cc140 void VPNDriver::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() function in shill::VPNDriver
Dopenvpn_driver_unittest.cc414 driver_->InitPropertyStore(&store); in TEST_P()
1327 TEST_F(OpenVPNDriverTest, InitPropertyStore) { in TEST_F() argument
1330 driver_->InitPropertyStore(&store); in TEST_F()
1340 driver_->InitPropertyStore(&store); in TEST_F()
/system/connectivity/shill/wifi/
Dwake_on_wifi.h192 void InitPropertyStore(PropertyStore* store);
Dwake_on_wifi.cc126 void WakeOnWiFi::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() function in shill::WakeOnWiFi
Dwifi.cc230 wake_on_wifi_->InitPropertyStore(store);