Searched refs:GetStorageIdentifier (Results 1 - 25 of 42) sorted by path

12

/system/connectivity/shill/cellular/
H A Dcellular.cc159 const string id = GetStorageIdentifier();
169 const string id = GetStorageIdentifier();
H A Dcellular_service.cc252 const string id = GetStorageIdentifier();
296 const string id = GetStorageIdentifier();
380 string CellularService::GetStorageIdentifier() const { function in class:shill::CellularService
H A Dcellular_service.h65 std::string GetStorageIdentifier() const override;
H A Dcellular_service_unittest.cc173 service_->GetStorageIdentifier());
175 EXPECT_EQ("a_b_c", service_->GetStorageIdentifier());
418 EXPECT_CALL(storage, ContainsGroup(service_->GetStorageIdentifier()))
H A Dcellular_unittest.cc1094 device_->service()->GetStorageIdentifier());
1108 device_->service()->GetStorageIdentifier());
1120 device_->service()->GetStorageIdentifier());
1131 device_->service()->GetStorageIdentifier());
/system/connectivity/shill/
H A Ddevice.cc436 string Device::GetStorageIdentifier() const { function in class:shill::Device
462 const string id = GetStorageIdentifier();
490 const string id = GetStorageIdentifier();
H A Ddevice.h216 std::string GetStorageIdentifier() const;
H A Ddevice_unittest.cc570 const string id = device_->GetStorageIdentifier();
583 const string id = device_->GetStorageIdentifier();
2583 const string id = device_->GetStorageIdentifier();
H A Dmanager.cc837 (*it)->GetStorageIdentifier() == entry_name) {
871 service->GetStorageIdentifier() == entry_name) {
H A Dmanager_unittest.cc747 EXPECT_CALL(*mock_service2.get(), GetStorageIdentifier())
842 EXPECT_CALL(*storage, ContainsGroup(s2->GetStorageIdentifier()))
1041 EXPECT_CALL(*service.get(), GetStorageIdentifier())
1309 EXPECT_CALL(*s_not_in_profile.get(), GetStorageIdentifier()).Times(0);
1310 EXPECT_CALL(*s_not_in_group.get(), GetStorageIdentifier())
1312 EXPECT_CALL(*s_configure_fail.get(), GetStorageIdentifier())
1314 EXPECT_CALL(*s_configure_succeed.get(), GetStorageIdentifier())
1419 EXPECT_CALL(*s_will_remove0.get(), GetStorageIdentifier())
1421 EXPECT_CALL(*s_will_remove1.get(), GetStorageIdentifier())
1423 EXPECT_CALL(*s_will_not_remove0.get(), GetStorageIdentifier())
[all...]
H A Dmock_service.cc48 EXPECT_CALL(*this, GetStorageIdentifier()).WillRepeatedly(Return(id));
59 return store->SetString(GetStorageIdentifier(), "dummy", "dummy");
H A Dmock_service.h64 MOCK_CONST_METHOD0(GetStorageIdentifier, std::string());
H A Dprofile.cc201 return storage_->DeleteGroup(service->GetStorageIdentifier()) &&
H A Dprofile_unittest.cc316 EXPECT_CALL(*service1.get(), GetStorageIdentifier())
318 EXPECT_CALL(*service2.get(), GetStorageIdentifier())
H A Dservice.cc510 return IsLoadableFrom(storage) ? GetStorageIdentifier() : "";
514 return storage.ContainsGroup(GetStorageIdentifier());
518 const string id = GetStorageIdentifier();
606 const string id = GetStorageIdentifier();
/system/connectivity/shill/ethernet/
H A Dethernet.cc176 const string id = GetStorageIdentifier();
195 const string id = GetStorageIdentifier();
208 if (AcquireIPConfigWithLeaseName(service->GetStorageIdentifier())) {
H A Dethernet_eap_service.cc44 string EthernetEapService::GetStorageIdentifier() const { function in class:shill::EthernetEapService
H A Dethernet_eap_service.h41 std::string GetStorageIdentifier() const override;
H A Dethernet_eap_service_unittest.cc66 EXPECT_EQ("etherneteap_all", service_->GetStorageIdentifier());
H A Dethernet_service.cc101 string EthernetService::GetStorageIdentifier() const { function in class:shill::EthernetService
H A Dethernet_service.h51 std::string GetStorageIdentifier() const override;
H A Dethernet_temporary_service.cc50 string EthernetTemporaryService::GetStorageIdentifier() const { function in class:shill::EthernetTemporaryService
H A Dethernet_temporary_service.h44 std::string GetStorageIdentifier() const override;
H A Dmock_ethernet_service.h42 MOCK_CONST_METHOD0(GetStorageIdentifier, std::string());
/system/connectivity/shill/pppoe/
H A Dpppoe_service.cc157 const string id = GetStorageIdentifier();
172 const string id = GetStorageIdentifier();

Completed in 365 milliseconds

12