Searched defs:GetStorageIdentifier (Results 1 - 9 of 9) sorted by relevance

/system/connectivity/shill/ethernet/
H A Dethernet_eap_service.cc44 string EthernetEapService::GetStorageIdentifier() const { function in class:shill::EthernetEapService
H A Dethernet_temporary_service.cc50 string EthernetTemporaryService::GetStorageIdentifier() const { function in class:shill::EthernetTemporaryService
H A Dethernet_service.cc101 string EthernetService::GetStorageIdentifier() const { function in class:shill::EthernetService
/system/connectivity/shill/
H A Dservice_under_test.cc59 string ServiceUnderTest::GetStorageIdentifier() const { return kStorageId; } function in class:shill::ServiceUnderTest
H A Ddevice.cc436 string Device::GetStorageIdentifier() const { function in class:shill::Device
462 const string id = GetStorageIdentifier();
490 const string id = GetStorageIdentifier();
/system/connectivity/shill/vpn/
H A Dvpn_service.cc98 string VPNService::GetStorageIdentifier() const { function in class:shill::VPNService
129 driver_->Load(storage, GetStorageIdentifier());
134 driver_->Save(storage, GetStorageIdentifier(), save_credentials());
/system/connectivity/shill/wimax/
H A Dwimax_service.cc96 LOG(INFO) << "Stopping WiMAX service: " << GetStorageIdentifier();
143 LOG(INFO) << "WiMAX service started: " << GetStorageIdentifier();
156 LOG(WARNING) << "Service " << GetStorageIdentifier()
161 LOG(ERROR) << "Can't connect. Service " << GetStorageIdentifier()
195 string WiMaxService::GetStorageIdentifier() const { function in class:shill::WiMaxService
267 const string id = GetStorageIdentifier();
/system/connectivity/shill/cellular/
H A Dcellular_service.cc252 const string id = GetStorageIdentifier();
296 const string id = GetStorageIdentifier();
380 string CellularService::GetStorageIdentifier() const { function in class:shill::CellularService
/system/connectivity/shill/wifi/
H A Dwifi_service.cc258 string WiFiService::GetStorageIdentifier() const { function in class:shill::WiFiService
410 const string id = GetStorageIdentifier();

Completed in 133 milliseconds