| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | manager_diagnostic_data.hpp | 66 const nlohmann::json::json_pointer& jPtr, in setBytesProperty() 100 nlohmann::json::json_pointer("/FreeStorageSpaceKiB"))); in managerGetStorageStatistics() 105 const nlohmann::json::json_pointer& jPtr, in setPercentProperty() 130 using json_pointer = nlohmann::json::json_pointer; in managerGetProcessorStatistics() typedef 135 json_pointer("/ProcessorStatistics/KernelPercent"))); in managerGetProcessorStatistics() 140 json_pointer("/ProcessorStatistics/UserPercent"))); in managerGetProcessorStatistics() 146 using json_pointer = nlohmann::json::json_pointer; in managerGetMemoryStatistics() typedef 153 json_pointer("/MemoryStatistics/AvailableBytes"))); in managerGetMemoryStatistics() 162 json_pointer("/MemoryStatistics/BuffersAndCacheBytes"))); in managerGetMemoryStatistics() 170 json_pointer("/MemoryStatistics/FreeBytes"))); in managerGetMemoryStatistics() [all …]
|
| H A D | assembly.hpp | 54 const nlohmann::json::json_pointer& assemblyJsonPtr) in getAssemblyLocationCode() 80 const nlohmann::json::json_pointer& assemblyJsonPtr) in getAssemblyState() 109 const nlohmann::json::json_pointer& assemblyJsonPtr) in getAssemblyHealth() 140 const nlohmann::json::json_pointer& assemblyJsonPtr, in afterGetDbusObject() 209 nlohmann::json::json_pointer assemblyJsonPtr( in getAssemblyProperties()
|
| H A D | memory.hpp | 162 const nlohmann::json::json_pointer& jsonPtr) in dimmPropToHex() 174 const nlohmann::json::json_pointer& jsonPtr) in getPersistentMemoryProperties() 408 const nlohmann::json::json_pointer& jsonPtr) in assembleDimmProperties() 655 const nlohmann::json::json_pointer& regionPtr) in assembleDimmPartitionData() 722 nlohmann::json::json_pointer regionPtr = "/Regions"_json_pointer; in getDimmPartitionData()
|
| H A D | certificate_service.hpp | 255 const std::string& basePath, const nlohmann::json::json_pointer& listPtr, in getCertificateList() 256 const nlohmann::json::json_pointer& countPtr) in getCertificateList()
|
| H A D | pcie.hpp | 149 nlohmann::json::json_pointer("/Members")); in handlePCIeDeviceCollectionGet()
|
| H A D | account_service.hpp | 1245 const nlohmann::json::json_pointer& keyLocation) in getClientCertificates()
|
| H A D | systems.hpp | 3156 asyncResp, nlohmann::json::json_pointer("/PCIeDevices")); in processComputerSystemGet()
|
| /openbmc/bmcweb/test/redfish-core/lib/ |
| H A D | manager_diagnostic_data_test.cpp | 22 using json_pointer = nlohmann::json::json_pointer; typedef 29 json_pointer("/MemoryStatistics/FreeStorageSpace"), ec, 0); in testDataGetNoError() 56 json_pointer("/MemoryStatistics/FreeStorageSpace"), ec, 0); in TEST() 66 nlohmann::json::json_pointer("/MemoryStatistics/FreeStorageSpace"), {}, in TEST() 75 setBytesProperty(asyncResp, json_pointer("/FreeStorageSpaceKiB"), {}, in TEST()
|
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | query_param_test.cpp | 560 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST() 566 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST() 588 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST() 605 ExpandNode{json::json_pointer("/Links/Sessions"), "/foobar"})); in TEST() 610 ExpandNode{json::json_pointer("/Links/Sessions"), "/foobar"})); in TEST() 661 ExpandNode{json::json_pointer("/Members/0/Sensors"), in TEST() 663 ExpandNode{json::json_pointer("/Members/1/Sensors"), in TEST() 677 ExpandNode{json::json_pointer("/Chassis/Members/0/Sensors"), in TEST() 679 ExpandNode{json::json_pointer("/Chassis/Members/1/Sensors"), in TEST() 707 ExpandNode{json::json_pointer("/Foo"), "/foo"}, in TEST() [all …]
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | collection.hpp | 34 const nlohmann::json::json_pointer& jsonKeyName, in handleCollectionMembers() 44 nlohmann::json::json_pointer jsonCountKeyName = jsonKeyName; in handleCollectionMembers() 107 const nlohmann::json::json_pointer& jsonKeyName) in getCollectionToKey() 121 nlohmann::json::json_pointer("/Members")); in getCollectionMembers()
|
| H A D | query_param.hpp | 544 nlohmann::json::json_pointer location; 555 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, 560 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, 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() 606 nlohmann::json::json_pointer newPtr = jsonPtr / index; in findNavigationReferencesInArrayRecursive() 616 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive() 684 nlohmann::json::json_pointer newPtr = jsonPtr / element.first; in findNavigationReferencesInObjectRecursive() 703 const nlohmann::json::json_pointer root = nlohmann::json::json_pointer(""); in findNavigationReferences() 763 const nlohmann::json::json_pointer& finalExpandLocation) in addAwaitingResponse() [all …]
|
| H A D | asset_utils.hpp | 29 const nlohmann::json::json_pointer& jsonKeyName, in extractAssetInfo() 78 const nlohmann::json::json_pointer& jsonKeyName, in getAssetInfo()
|
| H A D | pcie_util.hpp | 40 const nlohmann::json::json_pointer& jsonKeyName) in getPCIeDeviceList()
|
| H A D | sensor_utils.hpp | 603 nlohmann::json::json_pointer& unit, bool& forceToInt) in fillPowerThermalIdentity() 688 nlohmann::json::json_pointer>; 693 SensorPropertyList& properties, nlohmann::json::json_pointer& unit, in mapPropertiesBySubnode() 799 nlohmann::json::json_pointer unit("/Reading"); in objectPropertiesToJson() 846 // a json_pointer for easy indexing into the json structure. in objectPropertiesToJson() 847 const nlohmann::json::json_pointer& key = std::get<2>(p); in objectPropertiesToJson()
|
| H A D | json_utils.hpp | 746 inline std::optional<nlohmann::json::json_pointer> 758 return nlohmann::json::json_pointer(std::string(fragment)); in createJsonPointerFromFragment()
|
| /openbmc/bmcweb/include/ |
| H A D | json_formatters.hpp | 14 struct std::formatter<nlohmann::json::json_pointer> 20 auto format(const nlohmann::json::json_pointer& ptr, auto& ctx) const in format()
|
| /openbmc/libcper/subprojects/packagefiles/json-c/ |
| H A D | meson.build | 45 jconf.set('JSON_H_JSON_POINTER', '#include "json_pointer.h"') 63 'json_pointer.h', 76 'json_pointer.c',
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus/ |
| H A D | 0001-Remove-whitespace-in-operator-_json.patch | 37 -inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n) 38 +inline nlohmann::json::json_pointer operator ""_json_pointer(const char* s, std::size_t n) 40 return nlohmann::json::json_pointer(std::string(s, n));
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | configuration.hpp | 37 nlohmann::json::json_pointer ptr(ptrStr); in setJsonFromPointer()
|
| H A D | dbus_interface.cpp | 83 nlohmann::json::json_pointer ptr(jsonPointerPath); in createDeleteObjectMethod() 275 nlohmann::json::json_pointer ptr(jsonPointerPath); in addObject() 304 nlohmann::json::json_pointer ptr(jsonPointerPath); in addObjectJson()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/ |
| H A D | 0003-For-root-value-use-empty-pointer.patch | 22 + patch.add(nlohmann::json::json_pointer{}, default_value_);
|