Home
last modified time | relevance | path

Searched refs:isMethodAllowedWithPrivileges (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/
H A Dprivileges_test.cpp32 EXPECT_TRUE(isMethodAllowedWithPrivileges( in TEST()
41 EXPECT_TRUE(isMethodAllowedWithPrivileges( in TEST()
51 EXPECT_FALSE(isMethodAllowedWithPrivileges( in TEST()
63 EXPECT_TRUE(isMethodAllowedWithPrivileges( in TEST()
74 EXPECT_FALSE(isMethodAllowedWithPrivileges( in TEST()
84 EXPECT_TRUE(isMethodAllowedWithPrivileges( in TEST()
94 EXPECT_FALSE(isMethodAllowedWithPrivileges( in TEST()
/openbmc/bmcweb/redfish-core/include/
H A Dprivileges.hpp314 inline bool isMethodAllowedWithPrivileges(const boost::beast::http::verb method, in isMethodAllowedWithPrivileges() function