Searched refs:userPasswordExpired (Results 1 – 4 of 4) sorted by relevance
19 MOCK_METHOD1(userPasswordExpired, bool(const std::string& userName));
351 virtual bool userPasswordExpired(const std::string& userName);
1034 bool UserMgr::userPasswordExpired(const std::string& userName) in userPasswordExpired() function in phosphor::user::UserMgr1355 user.get()->userPasswordExpired()); in getUserInfo()
2077 const bool* userPasswordExpired = nullptr; in handleAccountGet() local2085 userPasswordExpired, "UserGroups", userGroups); in handleAccountGet()2135 if (userPasswordExpired == nullptr) in handleAccountGet()2142 *userPasswordExpired; in handleAccountGet()