Home
last modified time | relevance | path

Searched refs:GetLoadableStorageIdentifier (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/shill/
Dmock_service.h65 MOCK_CONST_METHOD1(GetLoadableStorageIdentifier,
Dservice.h272 virtual std::string GetLoadableStorageIdentifier(
Dservice_unittest.cc400 TEST_F(ServiceTest, GetLoadableStorageIdentifier) { in TEST_F() argument
405 EXPECT_EQ("", service_->GetLoadableStorageIdentifier(storage)); in TEST_F()
406 EXPECT_EQ(storage_id_, service_->GetLoadableStorageIdentifier(storage)); in TEST_F()
Dservice.cc508 string Service::GetLoadableStorageIdentifier( in GetLoadableStorageIdentifier() function in shill::Service
Dmanager_unittest.cc4404 EXPECT_CALL(*service, GetLoadableStorageIdentifier(Ref(storage0))) in TEST_F()
4406 EXPECT_CALL(*service, GetLoadableStorageIdentifier(Ref(storage1))) in TEST_F()
4408 EXPECT_CALL(*service, GetLoadableStorageIdentifier(Ref(storage2))) in TEST_F()
Dmanager.cc858 string entry_name = service->GetLoadableStorageIdentifier( in GetLoadableProfileEntriesForService()
/system/connectivity/shill/wifi/
Dwifi_service.h117 std::string GetLoadableStorageIdentifier(
Dwifi_service.cc333 string WiFiService::GetLoadableStorageIdentifier( in GetLoadableStorageIdentifier() function in shill::WiFiService
362 string id = GetLoadableStorageIdentifier(*storage); in Load()
Dwifi_service_unittest.cc298 wifi_service->GetLoadableStorageIdentifier(mock_store)); in TestLoadMapping()