Home
last modified time | relevance | path

Searched refs:getUserInfo (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_layer.cpp136 UserInfo* userInfo = getUserAccessObject().getUserInfo(userId); in ipmiUserCheckEnabled()
152 UserInfo* userInfo = getUserAccessObject().getUserInfo(userId); in ipmiUserGetPrivilegeAccess()
212 UserInfo* userInfo = getUserAccessObject().getUserInfo(userId); in ipmiUserGetUserPayloadAccess()
H A Duser_mgmt.cpp474 UserInfo* UserAccess::getUserInfo(const uint8_t userId) in getUserInfo() function in ipmi::UserAccess
803 UserInfo* userInfo = getUserInfo(userId); in setUserEnabledState()
855 UserInfo* userInfo = getUserInfo(userId); in setUserPayloadAccess()
900 UserInfo* userInfo = getUserInfo(userId); in setUserPrivilegeAccess()
975 UserInfo* userInfo = getUserInfo(userId); in getUserName()
1020 UserInfo* userInfo = getUserInfo(userId); in setUserName()
H A Duser_mgmt.hpp191 UserInfo* getUserInfo(const uint8_t userId);
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp111 EXPECT_THROW(userInfo = mockManager.getUserInfo(userName), in TEST_F()
124 userInfo = mockManager.getUserInfo(userName); in TEST_F()
150 userInfo = mockManager.getUserInfo(userName); in TEST_F()
171 userInfo = mockManager.getUserInfo(userName); in TEST_F()
688 EXPECT_THROW(getUserInfo(username), in TEST_F()
692 UserInfoMap userInfo = getUserInfo(newUsername); in TEST_F()
717 UserInfoMap userInfo = getUserInfo(username); in TEST_F()
743 UserInfoMap userInfo = getUserInfo(username); in TEST_F()
891 UserInfoMap userInfo = getUserInfo(username); in TEST_F()
896 userInfo = getUserInfo(username); in TEST_F()
[all …]
/openbmc/bmcweb/include/
H A Ddbus_privileges.hpp180 inline void getUserInfo(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getUserInfo() function
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp261 UserInfoMap getUserInfo(std::string userName) override;
H A Duser_mgr.cpp1196 UserInfoMap UserMgr::getUserInfo(std::string userName) in getUserInfo() function in phosphor::user::UserMgr
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp236 crow::getUserInfo(asyncResp, username, session, [asyncResp, session]() { in processAfterSessionCreation()