Home
last modified time | relevance | path

Searched defs:jsonPtr (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp176 double* jsonPtr = jsonValue.get_ptr<double*>(); in unpackValueWithErrorCode() local
200 int64_t* jsonPtr = jsonValue.get_ptr<int64_t*>(); in unpackValueWithErrorCode() local
215 uint64_t* jsonPtr = jsonValue.get_ptr<uint64_t*>(); in unpackValueWithErrorCode() local
258 JsonType jsonPtr = jsonValue.get_ptr<JsonType>(); in unpackValueWithErrorCode() local
H A Dquery_param.hpp573 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesRecursive()
601 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInArrayRecursive()
618 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive()
/openbmc/bmcweb/redfish-core/lib/
H A Dmemory.hpp156 const nlohmann::json::json_pointer& jsonPtr) in dimmPropToHex()
168 const nlohmann::json::json_pointer& jsonPtr) in getPersistentMemoryProperties()
398 const nlohmann::json::json_pointer& jsonPtr) in assembleDimmProperties()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.cpp260 nlohmann::json* jsonPtr = &jsonData; in lookupComponentName() local