Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dcollection.hpp44 nlohmann::json::json_pointer jsonCountKeyName = jsonKeyName; in handleCollectionMembers() local
45 std::string back = jsonCountKeyName.back(); in handleCollectionMembers()
46 jsonCountKeyName.pop_back(); in handleCollectionMembers()
47 jsonCountKeyName /= back + "@odata.count"; in handleCollectionMembers()
52 asyncResp->res.jsonValue[jsonCountKeyName] = 0; in handleCollectionMembers()
86 asyncResp->res.jsonValue[jsonCountKeyName] = members.size(); in handleCollectionMembers()