Searched refs:kSharedProfilePath (Results 1 – 11 of 11) sorted by relevance
41 const char kSharedProfilePath[] = "/profile/default"; variable72 profiles->AddProfile(kSharedProfilePath, std::string()); in SetupDefaultEnvironment()95 profiles->AddService(kSharedProfilePath, "eth1"); in SetupDefaultEnvironment()108 profiles->AddService(kSharedProfilePath, "wifi1"); in SetupDefaultEnvironment()121 profiles->AddService(kSharedProfilePath, "wifi2"); in SetupDefaultEnvironment()185 profiles->AddService(kSharedProfilePath, "vpn1"); in SetupDefaultEnvironment()
15 CHROMEOS_EXPORT extern const char kSharedProfilePath[];
72 profile_path_ != NetworkProfileHandler::kSharedProfilePath; in IsPrivate()
60 static const char kSharedProfilePath[]; variable
59 const char NetworkProfileHandler::kSharedProfilePath[] = "/profile/default"; member in chromeos::NetworkProfileHandler
47 const char kSharedProfilePath[] = "/profile/default"; variable211 AddProfileForTest(NetworkProfile(kSharedProfilePath, std::string())); in InitializeStandardProfiles()
92 return NetworkProfileHandler::kSharedProfilePath; in GetDefaultUserProfilePath()96 return profile ? profile->path : NetworkProfileHandler::kSharedProfilePath; in GetDefaultUserProfilePath()
603 shill::kProfileProperty, shill_stub_helper::kSharedProfilePath); in TEST_F()623 EXPECT_EQ(shill_stub_helper::kSharedProfilePath, actual_profile); in TEST_F()
239 profile_path_ != NetworkProfileHandler::kSharedProfilePath; in IsPrivate()
174 base::StringValue(chromeos::shill_stub_helper::kSharedProfilePath)); in SetUpOnMainThread()175 profile_test->AddService(chromeos::shill_stub_helper::kSharedProfilePath, in SetUpOnMainThread()
275 *profile_path = NetworkProfileHandler::kSharedProfilePath; in GetNetworkProfilePath()