Home
last modified time | relevance | path

Searched refs:userhash (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chromeos/network/
Dmanaged_network_configuration_handler_impl.cc55 const std::string& userhash) { in ToDebugString() argument
57 ("user policy of " + userhash) : "device policy"; in ToDebugString()
118 const std::string& userhash, in GetManagedProperties() argument
122 if (!GetPoliciesForUser(userhash) || !GetPoliciesForUser(std::string())) { in GetManagedProperties()
296 const std::string& userhash, in CreateConfiguration() argument
300 const Policies* policies = GetPoliciesForUser(userhash); in CreateConfiguration()
313 network_profile_handler_->GetProfileForUserhash(userhash); in CreateConfiguration()
344 const std::string& userhash, in SetPolicy() argument
347 VLOG(1) << "Setting policies from " << ToDebugString(onc_source, userhash) in SetPolicy()
352 userhash.empty()); in SetPolicy()
[all …]
Dmock_managed_network_configuration_handler.h31 void(const std::string& userhash,
43 void(const std::string& userhash,
54 const std::string& userhash,
59 const std::string userhash,
63 const base::DictionaryValue*(const std::string userhash));
Dmanaged_network_configuration_handler.h69 const std::string& userhash,
91 const std::string& userhash,
112 const std::string& userhash,
120 const std::string userhash,
127 const std::string userhash) const = 0;
Dmanaged_network_configuration_handler_impl.h49 const std::string& userhash,
61 const std::string& userhash,
73 const std::string& userhash,
78 const std::string userhash,
83 const std::string userhash) const OVERRIDE;
121 const Policies* GetPoliciesForUser(const std::string& userhash) const;
Dnetwork_profile_handler.cc143 std::string userhash; in GetProfilePropertiesCallback() local
144 properties.GetStringWithoutPathExpansion(shill::kUserHashProperty, &userhash); in GetProfilePropertiesCallback()
146 AddProfile(NetworkProfile(profile_path, userhash)); in GetProfilePropertiesCallback()
180 const std::string& userhash) const { in GetProfileForUserhash()
184 if (it->userhash == userhash) in GetProfileForUserhash()
194 if (!it->userhash.empty()) in GetDefaultUserProfile()
Dnetwork_profile.h23 userhash(user_hash) { in NetworkProfile()
27 std::string userhash; // Only set for user profiles. member
30 return userhash.empty() ? TYPE_SHARED : TYPE_USER; in type()
Dmanaged_network_configuration_handler_unittest.cc66 const std::string& userhash) { in AddProfile() argument
72 profile_to_user_[profile_path] = userhash; in AddProfile()
105 const std::string& userhash = profile_to_user_[profile_path.value()]; in GetProperties() local
106 result->SetStringWithoutPathExpansion(shill::kUserHashProperty, userhash); in GetProperties()
223 const std::string& userhash, in SetPolicy() argument
243 onc_source, userhash, *network_configs, *global_network_config); in SetPolicy()
Dnetwork_profile.cc19 userhash.c_str()); in ToDebugString()
Dnetwork_profile_handler.h53 const std::string& userhash) const;
/external/chromium_org/chromeos/dbus/
Dfake_shill_profile_client.cc128 const std::string& userhash) { in AddProfile() argument
134 userhash); in AddProfile()
Dshill_profile_client.h50 const std::string& userhash) = 0;
Dfake_shill_profile_client.h50 const std::string& userhash) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_apitest.cc132 std::string userhash; in InitializeSanitizedUsername() local