Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/network/
Dmanaged_network_configuration_handler_impl.cc57 const std::string& userhash) { in ToDebugString() argument
59 ("user policy of " + userhash) : "device policy"; in ToDebugString()
114 const std::string& userhash, in GetManagedProperties() argument
118 if (!GetPoliciesForUser(userhash) || !GetPoliciesForUser(std::string())) { in GetManagedProperties()
313 const std::string& userhash, in CreateConfiguration() argument
317 const Policies* policies = GetPoliciesForUser(userhash); in CreateConfiguration()
330 network_profile_handler_->GetProfileForUserhash(userhash); in CreateConfiguration()
361 const std::string& userhash, in SetPolicy() argument
364 VLOG(1) << "Setting policies from " << ToDebugString(onc_source, userhash) in SetPolicy()
369 userhash.empty()); in SetPolicy()
[all …]
Dmock_managed_network_configuration_handler.h30 void(const std::string& userhash,
42 void(const std::string& userhash,
53 const std::string& userhash,
58 const std::string userhash,
62 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;
Dnetwork_profile_handler.cc139 std::string userhash; in GetProfilePropertiesCallback() local
140 properties.GetStringWithoutPathExpansion(shill::kUserHashProperty, &userhash); in GetProfilePropertiesCallback()
142 AddProfile(NetworkProfile(profile_path, userhash)); in GetProfilePropertiesCallback()
176 const std::string& userhash) const { in GetProfileForUserhash()
180 if (it->userhash == userhash) in GetProfileForUserhash()
190 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_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;
138 const Policies* GetPoliciesForUser(const std::string& userhash) const;
Dnetwork_policy_observer.h19 virtual void PolicyChanged(const std::string& userhash) {}; in PolicyChanged() argument
Dnetwork_profile.cc19 userhash.c_str()); in ToDebugString()
Dmanaged_network_configuration_handler_unittest.cc69 const std::string& userhash) { in AddProfile() argument
75 profile_to_user_[profile_path] = userhash; in AddProfile()
108 const std::string& userhash = profile_to_user_[profile_path.value()]; in GetProperties() local
109 result->SetStringWithoutPathExpansion(shill::kUserHashProperty, userhash); in GetProperties()
228 const std::string& userhash, in SetPolicy() argument
248 onc_source, userhash, *network_configs, *global_network_config); in SetPolicy()
Dnetwork_profile_handler.h53 const std::string& userhash) const;
Dnetwork_connection_handler.h142 virtual void PolicyChanged(const std::string& userhash) OVERRIDE;
Dnetwork_connection_handler.cc233 void NetworkConnectionHandler::PolicyChanged(const std::string& userhash) { in PolicyChanged() argument
235 if (!userhash.empty()) in PolicyChanged()
/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.cc192 std::string userhash; in InitializeSanitizedUsername() local