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.hpp165 double* jsonPtr = jsonValue.get_ptr<double*>(); in unpackValueWithErrorCode() local
189 int64_t* jsonPtr = jsonValue.get_ptr<int64_t*>(); in unpackValueWithErrorCode() local
204 uint64_t* jsonPtr = jsonValue.get_ptr<uint64_t*>(); in unpackValueWithErrorCode() local
247 JsonType jsonPtr = jsonValue.get_ptr<JsonType>(); in unpackValueWithErrorCode() local
H A Dquery_param.hpp568 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesRecursive()
596 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInArrayRecursive()
613 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()
402 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