/external/chromium_org/chromeos/network/ |
D | managed_network_configuration_handler_impl.cc | 55 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 …]
|
D | mock_managed_network_configuration_handler.h | 31 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));
|
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 | 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; 121 const Policies* GetPoliciesForUser(const std::string& userhash) const;
|
D | network_profile_handler.cc | 143 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()
|
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_unittest.cc | 66 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()
|
D | network_profile.cc | 19 userhash.c_str()); in ToDebugString()
|
D | network_profile_handler.h | 53 const std::string& userhash) const;
|
/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 | 132 std::string userhash; in InitializeSanitizedUsername() local
|