Home
last modified time | relevance | path

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

/system/connectivity/shill/vpn/
Dvpn_service.cc103 string VPNService::CreateStorageIdentifier(const KeyValueStore& args, in CreateStorageIdentifier() function in shill::VPNService
231 string new_storage_id = CreateStorageIdentifier(*args, error); in SetNameProperty()
Dvpn_service_unittest.cc162 EXPECT_EQ("", VPNService::CreateStorageIdentifier(args, &error)); in TEST_F()
170 EXPECT_EQ("", VPNService::CreateStorageIdentifier(args, &error)); in TEST_F()
174 TEST_F(VPNServiceTest, CreateStorageIdentifier) { in TEST_F() argument
180 VPNService::CreateStorageIdentifier(args, &error)); in TEST_F()
Dvpn_service.h57 static std::string CreateStorageIdentifier(const KeyValueStore& args,
Dvpn_provider.cc140 string storage_id = VPNService::CreateStorageIdentifier(args, error); in GetService()
315 string storage_id = VPNService::CreateStorageIdentifier(args, error); in CreateTemporaryService()
/system/connectivity/shill/wimax/
Dwimax_service.cc297 storage_id_ = CreateStorageIdentifier(network_id_, friendly_name()); in InitStorageIdentifier()
301 string WiMaxService::CreateStorageIdentifier(const WiMaxNetworkId& id, in CreateStorageIdentifier() function in shill::WiMaxService
Dwimax_service.h78 static std::string CreateStorageIdentifier(const WiMaxNetworkId& id,
Dwimax_provider.cc237 string storage_id = WiMaxService::CreateStorageIdentifier(id, name); in FindSimilarService()
433 string storage_id = WiMaxService::CreateStorageIdentifier(id, name); in GetUniqueService()
Dwimax_provider_unittest.cc249 WiMaxService::CreateStorageIdentifier(kNetworkId, in TEST_F()
418 EXPECT_EQ(WiMaxService::CreateStorageIdentifier(kNetworkId, kName1), in TEST_F()
Dwimax_service_unittest.cc230 WiMaxService::CreateStorageIdentifier(kTestNetworkId, kTestName)); in TEST_F()