Searched refs:LookupProfileByRpcIdentifier (Results 1 – 3 of 3) sorted by relevance
1059 ProfileRefPtr Manager::LookupProfileByRpcIdentifier( in LookupProfileByRpcIdentifier() function in shill::Manager1072 ProfileRefPtr profile = LookupProfileByRpcIdentifier(profile_rpcid); in SetProfileForService()2315 profile = LookupProfileByRpcIdentifier(profile_rpcid); in ConfigureService()2398 ProfileRefPtr profile = LookupProfileByRpcIdentifier(profile_rpcid); in ConfigureServiceForProfile()
144 ProfileRefPtr LookupProfileByRpcIdentifier(const std::string& profile_rpcid);
867 TEST_F(ManagerTest, LookupProfileByRpcIdentifier) { in TEST_F() argument875 EXPECT_FALSE(manager()->LookupProfileByRpcIdentifier("foo")); in TEST_F()876 ProfileRefPtr profile = manager()->LookupProfileByRpcIdentifier(kProfileName); in TEST_F()