HomeSort by relevance Sort by last modified time
    Searched refs:userhash (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chromeos/network/
network_profile.h 23 userhash(user_hash) {
27 std::string userhash; // Only set for user profiles. member in struct:chromeos::NetworkProfile
30 return userhash.empty() ? TYPE_SHARED : TYPE_USER;
managed_network_configuration_handler.h 66 // |callback|. |userhash| is only used to ensure that the user's policy is
69 const std::string& userhash,
88 // policy. The new configuration will be owned by user |userhash|. If
89 // |userhash| is empty, the new configuration will be shared.
91 const std::string& userhash,
106 // |userhash| and |onc_source|. The policy will be applied (not necessarily
108 // until the policy associated with |userhash| and |onc_source| is changed
109 // again with this function. For device policies, |userhash| must be empty.
112 const std::string& userhash,
116 // Returns the user policy for user |userhash| or device policy, which ha
    [all...]
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));
network_profile.cc 19 userhash.c_str());
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;
managed_network_configuration_handler_impl.cc 55 const std::string& userhash) {
57 ("user policy of " + userhash) : "device policy";
118 const std::string& userhash,
122 if (!GetPoliciesForUser(userhash) || !GetPoliciesForUser(std::string())) {
296 const std::string& userhash,
300 const Policies* policies = GetPoliciesForUser(userhash);
313 network_profile_handler_->GetProfileForUserhash(userhash);
344 const std::string& userhash,
347 VLOG(1) << "Setting policies from " << ToDebugString(onc_source, userhash)
350 // |userhash| must be empty for device policies
    [all...]
network_profile_handler.cc 121 // Skip known profiles. The associated userhash should never change.
143 std::string userhash; local
144 properties.GetStringWithoutPathExpansion(shill::kUserHashProperty, &userhash);
146 AddProfile(NetworkProfile(profile_path, userhash));
180 const std::string& userhash) const {
184 if (it->userhash == userhash)
194 if (!it->userhash.empty())
network_profile_handler.h 53 const std::string& userhash) const;
55 // Returns the first profile entry with a non-empty userhash.
57 // userhash.
managed_network_configuration_handler_unittest.cc 66 const std::string& userhash) {
72 profile_to_user_[profile_path] = userhash;
105 const std::string& userhash = profile_to_user_[profile_path.value()]; local
106 result->SetStringWithoutPathExpansion(shill::kUserHashProperty, userhash);
223 const std::string& userhash,
243 onc_source, userhash, *network_configs, *global_network_config);
  /external/chromium_org/chromeos/dbus/
fake_shill_profile_client.h 50 const std::string& userhash) OVERRIDE;
shill_profile_client.h 50 const std::string& userhash) = 0;
fake_shill_profile_client.cc 128 const std::string& userhash) {
134 userhash);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 117 // uses the ProfileHelper to obtain the userhash crbug/238623.
132 std::string userhash; local

Completed in 152 milliseconds