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;
network_profile.cc 20 userhash.c_str());
managed_network_configuration_handler.h 79 // |callback|. |userhash| is only used to ensure that the user's policy is
82 const std::string& userhash,
101 // policy. The new configuration will be owned by user |userhash|. If
102 // |userhash| is empty, the new configuration will be shared.
104 const std::string& userhash,
122 // device policies, |userhash| must be empty.
124 const std::string& userhash,
127 // Returns the user policy for user |userhash| or device policy, which has
128 // |guid|. If |userhash| is empty, only looks for a device policy. If such
131 const std::string userhash,
    [all...]
network_profile_handler.cc 121 // Skip known profiles. The associated userhash should never change.
143 std::string userhash; local
145 &userhash);
147 AddProfile(NetworkProfile(profile_path, userhash));
181 const std::string& userhash) const {
185 if (it->userhash == userhash)
195 if (!it->userhash.empty())
managed_network_configuration_handler.cc 71 const std::string& userhash) {
73 ("user policy of " + userhash) : "device policy";
378 const std::string& userhash,
382 if (!GetPoliciesForUser(userhash) || !GetPoliciesForUser(std::string())) {
572 const std::string& userhash,
576 const GuidToPolicyMap* policies = GetPoliciesForUser(userhash);
593 network_profile_handler_->GetProfileForUserhash(userhash);
626 const std::string& userhash,
628 VLOG(1) << "Setting policies from " << ToDebugString(onc_source, userhash)
631 // |userhash| must be empty for device policies
    [all...]
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 67 const std::string& userhash) {
73 profile_to_user_[profile_path] = userhash;
107 const std::string& userhash = profile_to_user_[profile_path.value()]; local
108 result->SetStringWithoutPathExpansion(shill::kUserHashProperty, userhash);
226 const std::string& userhash,
239 onc::ONC_SOURCE_USER_POLICY, userhash, *network_configs);
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater_impl.cc 162 std::string userhash; local
164 userhash = hashed_username_;
170 SetPolicy(onc_source, userhash, network_configs);
  /external/chromium_org/chromeos/dbus/
shill_profile_client.h 51 const std::string& userhash) = 0;
shill_profile_client_stub.h 47 const std::string& userhash) OVERRIDE;
shill_profile_client_stub.cc 129 const std::string& userhash) {
135 userhash);
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 156 const chromeos::User* GetLoggedInUserByHash(const std::string& userhash) {
161 if ((*it)->username_hash() == userhash)
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 80 // uses the ProfileHelper to obtain the userhash crbug/238623.
94 std::string userhash; local

Completed in 585 milliseconds