/system/connectivity/shill/ |
D | dhcp_properties_unittest.cc | 61 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()
|
D | dhcp_properties.h | 44 void InitPropertyStore(PropertyStore* store);
|
D | dhcp_properties.cc | 64 void DhcpProperties::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() function in shill::DhcpProperties
|
D | eap_credentials.h | 66 void InitPropertyStore(PropertyStore* store);
|
D | eap_credentials.cc | 184 void EapCredentials::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() function in shill::EapCredentials
|
D | eap_credentials_unittest.cc | 148 eap_.InitPropertyStore(&store); in TEST_F()
|
D | service.cc | 301 dhcp_properties_->InitPropertyStore(&store_); in Service() 872 eap_->InitPropertyStore(mutable_store()); in SetEapCredentials()
|
D | manager.cc | 239 dhcp_properties_->InitPropertyStore(&store_); in Manager()
|
D | service_unittest.cc | 1538 eap.InitPropertyStore(service_->mutable_store()); in TEST_P()
|
/system/connectivity/shill/vpn/ |
D | mock_vpn_driver.h | 44 MOCK_METHOD1(InitPropertyStore, void(PropertyStore* store));
|
D | vpn_driver.h | 53 virtual void InitPropertyStore(PropertyStore* store);
|
D | l2tp_ipsec_driver_unittest.cc | 175 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()
|
D | third_party_vpn_driver.h | 75 void InitPropertyStore(PropertyStore* store) override;
|
D | vpn_service.cc | 151 driver_->InitPropertyStore(mutable_store()); in InitDriverPropertyStore()
|
D | vpn_service_unittest.cc | 239 TEST_F(VPNServiceTest, InitPropertyStore) { in TEST_F() argument 240 EXPECT_CALL(*driver_, InitPropertyStore(service_->mutable_store())); in TEST_F()
|
D | vpn_driver_unittest.cc | 290 TEST_F(VPNDriverTest, InitPropertyStore) { in TEST_F() argument 294 driver_.InitPropertyStore(&store); in TEST_F()
|
D | third_party_vpn_driver.cc | 106 void ThirdPartyVpnDriver::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() function in shill::ThirdPartyVpnDriver 107 VPNDriver::InitPropertyStore(store); in InitPropertyStore()
|
D | vpn_driver.cc | 140 void VPNDriver::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() function in shill::VPNDriver
|
D | openvpn_driver_unittest.cc | 414 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/ |
D | wake_on_wifi.h | 192 void InitPropertyStore(PropertyStore* store);
|
D | wake_on_wifi.cc | 126 void WakeOnWiFi::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() function in shill::WakeOnWiFi
|
D | wifi.cc | 230 wake_on_wifi_->InitPropertyStore(store);
|