Searched defs:jsonPtr (Results 1 – 4 of 4) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | json_utils.hpp | 162 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 D | query_param.hpp | 571 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 D | memory.hpp | 162 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 D | json_utils.cpp | 248 nlohmann::json* jsonPtr = &jsonData; in lookupComponentName() local
|