Searched refs:jPtr (Results 1 – 1 of 1) sorted by relevance
66 const nlohmann::json::json_pointer& jPtr, in setBytesProperty() argument76 jPtr.to_string()); in setBytesProperty()77 asyncResp->res.jsonValue[jPtr] = nullptr; in setBytesProperty()82 if (std::string_view(jPtr.back()).ends_with("KiB")) in setBytesProperty()87 asyncResp->res.jsonValue[jPtr] = static_cast<int64_t>(bytes); in setBytesProperty()105 const nlohmann::json::json_pointer& jPtr, in setPercentProperty() argument114 asyncResp->res.jsonValue[jPtr] = nullptr; in setPercentProperty()119 asyncResp->res.jsonValue[jPtr] = in setPercentProperty()