Home
last modified time | relevance | path

Searched refs:jsonKeyName (Results 1 – 3 of 3) 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 Dasset_utils.hpp29 const nlohmann::json::json_pointer& jsonKeyName, in extractAssetInfo() argument
49 nlohmann::json& assetData = asyncResp->res.jsonValue[jsonKeyName]; in extractAssetInfo()
78 const nlohmann::json::json_pointer& jsonKeyName, in getAssetInfo() argument
83 [asyncResp, jsonKeyName, includeSparePartNumber, includeManufacturer]( in getAssetInfo()
96 extractAssetInfo(asyncResp, jsonKeyName, assetList, in getAssetInfo()
H A Dpcie_util.hpp40 const nlohmann::json::json_pointer& jsonKeyName) in getPCIeDeviceList() argument
49 "/xyz/openbmc_project/inventory", jsonKeyName); in getPCIeDeviceList()