Searched refs:accountUnlockTimeout (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-user-manager/test/ |
H A D | user_mgr_test.cpp | 863 EXPECT_EQ(AccountPolicyIface::accountUnlockTimeout(), 3); in TEST_F() 864 UserMgr::accountUnlockTimeout(3); in TEST_F() 865 EXPECT_EQ(AccountPolicyIface::accountUnlockTimeout(), 3); in TEST_F() 871 EXPECT_EQ(AccountPolicyIface::accountUnlockTimeout(), 3); in TEST_F() 872 UserMgr::accountUnlockTimeout(16); in TEST_F() 873 EXPECT_EQ(AccountPolicyIface::accountUnlockTimeout(), 16); in TEST_F() 881 UserMgr::accountUnlockTimeout(16), in TEST_F() 883 EXPECT_EQ(AccountPolicyIface::accountUnlockTimeout(), 3); in TEST_F()
|
/openbmc/phosphor-user-manager/ |
H A D | user_mgr.cpp | 624 uint32_t UserMgr::accountUnlockTimeout(uint32_t value) in accountUnlockTimeout() function in phosphor::user::UserMgr 626 if (value == AccountPolicyIface::accountUnlockTimeout()) in accountUnlockTimeout() 633 lg2::error("Unable to set accountUnlockTimeout to {VALUE}", "VALUE", in accountUnlockTimeout() 637 return AccountPolicyIface::accountUnlockTimeout(value); in accountUnlockTimeout() 826 static_cast<time_t>(AccountPolicyIface::accountUnlockTimeout()) <= in parseFaillockForLockout() 1390 AccountPolicyIface::accountUnlockTimeout(0); in initializeAccountPolicy() 1409 AccountPolicyIface::accountUnlockTimeout(value32); in initializeAccountPolicy()
|
H A D | user_mgr.hpp | 221 uint32_t accountUnlockTimeout(uint32_t val) override;
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 1462 const uint32_t* accountUnlockTimeout = nullptr; in handleAccountServiceGet() local 1468 accountUnlockTimeout, "MaxLoginAttemptBeforeLockout", in handleAccountServiceGet() 1483 if (accountUnlockTimeout != nullptr) in handleAccountServiceGet() 1486 *accountUnlockTimeout; in handleAccountServiceGet()
|