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

  /external/chromium_org/chromeos/network/
network_policy_observer.h 16 // Called when the policy for |userhash| was set (also when it was updated).
18 // An empty |userhash| designates the device policy.
19 virtual void PolicyChanged(const std::string& userhash) {};
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;
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));
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...]
network_profile_handler.h 53 const std::string& userhash) const;
55 // Returns the first profile entry with a non-empty userhash.
57 // userhash.
network_profile_handler.cc 122 // Skip known profiles. The associated userhash should never change.
139 std::string userhash; local
140 properties.GetStringWithoutPathExpansion(shill::kUserHashProperty, &userhash);
142 AddProfile(NetworkProfile(profile_path, userhash));
176 const std::string& userhash) const {
180 if (it->userhash == userhash)
190 if (!it->userhash.empty())
managed_network_configuration_handler_impl.cc 57 const std::string& userhash) {
59 ("user policy of " + userhash) : "device policy";
114 const std::string& userhash,
118 if (!GetPoliciesForUser(userhash) || !GetPoliciesForUser(std::string())) {
130 userhash,
137 const std::string& userhash,
168 FindPolicyByGUID(userhash, guid, &onc_source);
306 const std::string& userhash,
310 const Policies* policies = GetPoliciesForUser(userhash);
323 network_profile_handler_->GetProfileForUserhash(userhash);
    [all...]
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;
126 const std::string& userhash,
139 const Policies* GetPoliciesForUser(const std::string& userhash) const;
network_profile.cc 19 userhash.c_str());
managed_network_configuration_handler_unittest.cc 69 const std::string& userhash) {
75 profile_to_user_[profile_path] = userhash;
108 const std::string& userhash = profile_to_user_[profile_path.value()]; local
109 result->SetStringWithoutPathExpansion(shill::kUserHashProperty, userhash);
244 std::string() /* no userhash */);
247 std::string() /* no userhash */));
259 const std::string& userhash,
279 onc_source, userhash, *network_configs, *global_network_config);
295 void GetManagedProperties(const std::string& userhash,
298 userhash,
    [all...]
network_connection_handler.h 141 virtual void PolicyChanged(const std::string& userhash) OVERRIDE;
network_state_handler_unittest.cc 316 profile_test_->AddProfile(profile, "" /* userhash */);
522 profile_test_->AddProfile(profile, "" /* userhash */);
678 profile_test_->AddProfile(profile, "" /* userhash */);
    [all...]
network_connection_handler.cc 233 void NetworkConnectionHandler::PolicyChanged(const std::string& userhash) {
235 if (!userhash.empty())
network_cert_migrator_unittest.cc 67 ->AddProfile(kProfile, "" /* userhash */);
network_connection_handler_unittest.cc 56 : user_("userhash"),
  /external/chromium_org/chromeos/dbus/
fake_shill_profile_client.h 50 const std::string& userhash) OVERRIDE;
fake_shill_profile_client.cc 128 const std::string& userhash) {
134 userhash);
shill_profile_client.h 50 const std::string& userhash) = 0;
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 181 // uses the ProfileHelper to obtain the userhash crbug/238623.
194 std::string userhash; local

Completed in 676 milliseconds