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.hpp162 double* jsonPtr = jsonValue.get_ptr<double*>(); in unpackValueWithErrorCode() local
186 int64_t* jsonPtr = jsonValue.get_ptr<int64_t*>(); in unpackValueWithErrorCode() local
214 uint64_t* jsonPtr = jsonValue.get_ptr<uint64_t*>(); in unpackValueWithErrorCode() local
269 JsonType jsonPtr = jsonValue.get_ptr<JsonType>(); in unpackValueWithErrorCode() local
H A Dquery_param.hpp571 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesRecursive()
599 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInArrayRecursive()
616 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive()
/openbmc/bmcweb/redfish-core/lib/
H A Dmemory.hpp162 const nlohmann::json::json_pointer& jsonPtr) in dimmPropToHex() argument
174 const nlohmann::json::json_pointer& jsonPtr) in getPersistentMemoryProperties() argument
408 assembleDimmProperties(std::string_view dimmId,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const dbus::utility::DBusPropertiesMap & properties,const nlohmann::json::json_pointer & jsonPtr) assembleDimmProperties() argument
[all...]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.cpp248 nlohmann::json* jsonPtr = &jsonData; in lookupComponentName() local