Home | History | Annotate | Download | only in policy

Lines Matching defs:user_id

37       const std::string& user_id,
41 const std::string& user_id() const { return user_id_; }
79 // Policy for the given |user_id| has changed.
80 virtual void OnPolicyUpdated(const std::string& user_id) = 0;
98 // Get the policy broker for a given |user_id|. Returns NULL if that |user_id|
100 DeviceLocalAccountPolicyBroker* GetBrokerForUser(const std::string& user_id);
103 // |user_id|.
104 bool IsPolicyAvailableForUser(const std::string& user_id);
135 std::string user_id;