Searched refs:userPasswordExpired (Results 1 – 6 of 6) sorted by relevance
19 MOCK_METHOD1(userPasswordExpired, bool(const std::string& userName));
204 bool Users::userPasswordExpired(void) const in userPasswordExpired() 206 return manager.userPasswordExpired(userName); in changeFileOwnership() 201 bool Users::userPasswordExpired(void) const userPasswordExpired() function in phosphor::user::Users
132 bool userPasswordExpired(void) const override; in getUserName()
251 virtual bool userPasswordExpired(const std::string& userName);
882 bool UserMgr::userPasswordExpired(const std::string& userName) in userPasswordExpired() function in phosphor::user::UserMgr 1209 user.get()->userPasswordExpired()); in getUserInfo()
2078 const bool* userPasswordExpired = nullptr; in handleAccountGet() local2086 userPasswordExpired, "UserGroups", userGroups); in handleAccountGet()2136 if (userPasswordExpired == nullptr) in handleAccountGet()2143 *userPasswordExpired; in handleAccountGet()