Home
last modified time | relevance | path

Searched refs:LookupProfileByRpcIdentifier (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dmanager.cc1059 ProfileRefPtr Manager::LookupProfileByRpcIdentifier( in LookupProfileByRpcIdentifier() function in shill::Manager
1072 ProfileRefPtr profile = LookupProfileByRpcIdentifier(profile_rpcid); in SetProfileForService()
2315 profile = LookupProfileByRpcIdentifier(profile_rpcid); in ConfigureService()
2398 ProfileRefPtr profile = LookupProfileByRpcIdentifier(profile_rpcid); in ConfigureServiceForProfile()
Dmanager.h144 ProfileRefPtr LookupProfileByRpcIdentifier(const std::string& profile_rpcid);
Dmanager_unittest.cc867 TEST_F(ManagerTest, LookupProfileByRpcIdentifier) { in TEST_F() argument
875 EXPECT_FALSE(manager()->LookupProfileByRpcIdentifier("foo")); in TEST_F()
876 ProfileRefPtr profile = manager()->LookupProfileByRpcIdentifier(kProfileName); in TEST_F()