Searched refs:GetSharedProfilePath (Results 1 – 11 of 11) sorted by relevance
58 std::string NetworkProfileHandler::GetSharedProfilePath() { in GetSharedProfilePath() function in chromeos::NetworkProfileHandler59 return ShillProfileClient::GetSharedProfilePath(); in GetSharedProfilePath()
60 static std::string GetSharedProfilePath();
606 shill::kProfileProperty, NetworkProfileHandler::GetSharedProfilePath()); in TEST_F()626 EXPECT_EQ(NetworkProfileHandler::GetSharedProfilePath(), actual_profile); in TEST_F()
95 return NetworkProfileHandler::GetSharedProfilePath(); in GetDefaultUserProfilePath()100 : NetworkProfileHandler::GetSharedProfilePath(); in GetDefaultUserProfilePath()
293 profile_path_ != NetworkProfileHandler::GetSharedProfilePath(); in IsPrivate()
216 NetworkProfileHandler::GetSharedProfilePath(), std::string())); in InitializeStandardProfiles()
97 static std::string GetSharedProfilePath();
144 std::string ShillProfileClient::GetSharedProfilePath() { in GetSharedProfilePath() function in chromeos::ShillProfileClient
579 const std::string shared_profile = ShillProfileClient::GetSharedProfilePath(); in SetupDefaultEnvironment()
294 base::StringValue(ShillProfileClient::GetSharedProfilePath())); in SetUpOnMainThread()295 profile_test->AddService(ShillProfileClient::GetSharedProfilePath(), in SetUpOnMainThread()
116 *profile_path = NetworkProfileHandler::GetSharedProfilePath(); in GetNetworkProfilePath()