Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp838 void placeResult(const nlohmann::json::json_pointer& locationToPlace, in placeResult() argument
841 BMCWEB_LOG_DEBUG("placeResult for {}", locationToPlace); in placeResult()
847 nlohmann::json& finalObj = finalRes->res.jsonValue[locationToPlace]; in placeResult()
892 const nlohmann::json::json_pointer& locationToPlace, in placeResultStatic() argument
895 multi->placeResult(locationToPlace, res); in placeResultStatic()