/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 | memory.hpp | 156 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() 639 const nlohmann::json::json_pointer& regionPtr) in assembleDimmPartitionData() 706 nlohmann::json::json_pointer regionPtr = "/Regions"_json_pointer; in getDimmPartitionData()
|
H A D | certificate_service.hpp | 257 const std::string& basePath, const nlohmann::json::json_pointer& listPtr, in getCertificateList() 258 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 | 1242 const nlohmann::json::json_pointer& keyLocation) in getClientCertificates()
|
H A D | systems.hpp | 3133 nlohmann::json::json_pointer("/PCIeDevices")); in handleComputerSystemGet()
|
/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 | 541 nlohmann::json::json_pointer location; 552 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, 557 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, 568 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() 603 nlohmann::json::json_pointer newPtr = jsonPtr / index; in findNavigationReferencesInArrayRecursive() 613 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive() 681 nlohmann::json::json_pointer newPtr = jsonPtr / element.first; in findNavigationReferencesInObjectRecursive() 700 const nlohmann::json::json_pointer root = nlohmann::json::json_pointer(""); in findNavigationReferences() 756 const nlohmann::json::json_pointer& finalExpandLocation) in addAwaitingResponse() [all …]
|
H A D | sensor_utils.hpp | 413 nlohmann::json::json_pointer unit("/Reading"); in objectPropertiesToJson() 551 std::tuple<const char*, const char*, nlohmann::json::json_pointer>> in objectPropertiesToJson() 630 nlohmann::json::json_pointer>& p : properties) in objectPropertiesToJson() 641 const nlohmann::json::json_pointer& key = std::get<2>(p); in objectPropertiesToJson()
|
H A D | pcie_util.hpp | 40 const nlohmann::json::json_pointer& jsonKeyName) in getPCIeDeviceList()
|
/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/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_);
|
/openbmc/entity-manager/src/ |
H A D | entity_manager.cpp | 164 nlohmann::json::json_pointer ptr(ptrStr); in setJsonFromPointer() 273 nlohmann::json::json_pointer ptr(jsonPointerPath); in createDeleteObjectMethod() 469 nlohmann::json::json_pointer ptr(jsonPointerPath); in createAddObjectMethod()
|