Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp36 .canDelegateOnly = true, in TEST()
66 .canDelegateOnly = false, in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp193 bool canDelegateOnly = false; member
209 if (query.isOnly && queryCapabilities.canDelegateOnly) in delegate()