Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dcollection.hpp34 const nlohmann::json::json_pointer& jsonKeyName, in handleCollectionMembers() argument
38 if (jsonKeyName.empty()) in handleCollectionMembers()
44 nlohmann::json::json_pointer jsonCountKeyName = jsonKeyName; in handleCollectionMembers()
51 asyncResp->res.jsonValue[jsonKeyName] = nlohmann::json::array(); in handleCollectionMembers()
76 nlohmann::json& members = asyncResp->res.jsonValue[jsonKeyName]; in handleCollectionMembers()
107 const nlohmann::json::json_pointer& jsonKeyName) in getCollectionToKey() argument
113 jsonKeyName)); in getCollectionToKey()
H A Dpcie_util.hpp40 const nlohmann::json::json_pointer& jsonKeyName) in getPCIeDeviceList() argument
49 "/xyz/openbmc_project/inventory", jsonKeyName); in getPCIeDeviceList()