Home
last modified time | relevance | path

Searched refs:GetSharedProfilePath (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chromeos/network/
Dnetwork_profile_handler.cc58 std::string NetworkProfileHandler::GetSharedProfilePath() { in GetSharedProfilePath() function in chromeos::NetworkProfileHandler
59 return ShillProfileClient::GetSharedProfilePath(); in GetSharedProfilePath()
Dnetwork_profile_handler.h60 static std::string GetSharedProfilePath();
Dnetwork_configuration_handler_unittest.cc606 shill::kProfileProperty, NetworkProfileHandler::GetSharedProfilePath()); in TEST_F()
626 EXPECT_EQ(NetworkProfileHandler::GetSharedProfilePath(), actual_profile); in TEST_F()
Dnetwork_connection_handler.cc95 return NetworkProfileHandler::GetSharedProfilePath(); in GetDefaultUserProfilePath()
100 : NetworkProfileHandler::GetSharedProfilePath(); in GetDefaultUserProfilePath()
Dnetwork_state.cc293 profile_path_ != NetworkProfileHandler::GetSharedProfilePath(); in IsPrivate()
Dmanaged_network_configuration_handler_unittest.cc216 NetworkProfileHandler::GetSharedProfilePath(), std::string())); in InitializeStandardProfiles()
/external/chromium_org/chromeos/dbus/
Dshill_profile_client.h97 static std::string GetSharedProfilePath();
Dshill_profile_client.cc144 std::string ShillProfileClient::GetSharedProfilePath() { in GetSharedProfilePath() function in chromeos::ShillProfileClient
Dfake_shill_manager_client.cc579 const std::string shared_profile = ShillProfileClient::GetSharedProfilePath(); in SetupDefaultEnvironment()
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_apitest.cc294 base::StringValue(ShillProfileClient::GetSharedProfilePath())); in SetUpOnMainThread()
295 profile_test->AddService(ShillProfileClient::GetSharedProfilePath(), in SetUpOnMainThread()
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_connect.cc116 *profile_path = NetworkProfileHandler::GetSharedProfilePath(); in GetNetworkProfilePath()