/external/chromium_org/chromeos/network/ |
D | managed_network_configuration_handler_impl.cc | 57 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 …]
|
D | mock_managed_network_configuration_handler.h | 30 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));
|
D | managed_network_configuration_handler.h | 69 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;
|
D | network_profile_handler.cc | 139 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()
|
D | network_profile.h | 23 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()
|
D | managed_network_configuration_handler_impl.h | 49 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;
|
D | network_policy_observer.h | 19 virtual void PolicyChanged(const std::string& userhash) {}; in PolicyChanged() argument
|
D | network_profile.cc | 19 userhash.c_str()); in ToDebugString()
|
D | managed_network_configuration_handler_unittest.cc | 69 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()
|
D | network_profile_handler.h | 53 const std::string& userhash) const;
|
D | network_connection_handler.h | 142 virtual void PolicyChanged(const std::string& userhash) OVERRIDE;
|
D | network_connection_handler.cc | 233 void NetworkConnectionHandler::PolicyChanged(const std::string& userhash) { in PolicyChanged() argument 235 if (!userhash.empty()) in PolicyChanged()
|
/external/chromium_org/chromeos/dbus/ |
D | fake_shill_profile_client.cc | 128 const std::string& userhash) { in AddProfile() argument 134 userhash); in AddProfile()
|
D | shill_profile_client.h | 50 const std::string& userhash) = 0;
|
D | fake_shill_profile_client.h | 50 const std::string& userhash) OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
D | networking_private_apitest.cc | 192 std::string userhash; in InitializeSanitizedUsername() local
|