Home
last modified time | relevance | path

Searched refs:json_pointer (Results 1 – 15 of 15) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_diagnostic_data.hpp66 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 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()
639 const nlohmann::json::json_pointer& regionPtr) in assembleDimmPartitionData()
706 nlohmann::json::json_pointer regionPtr = "/Regions"_json_pointer; in getDimmPartitionData()
H A Dcertificate_service.hpp257 const std::string& basePath, const nlohmann::json::json_pointer& listPtr, in getCertificateList()
258 const nlohmann::json::json_pointer& countPtr) in getCertificateList()
H A Dpcie.hpp149 nlohmann::json::json_pointer("/Members")); in handlePCIeDeviceCollectionGet()
H A Daccount_service.hpp1242 const nlohmann::json::json_pointer& keyLocation) in getClientCertificates()
H A Dsystems.hpp3133 nlohmann::json::json_pointer("/PCIeDevices")); in handleComputerSystemGet()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dmanager_diagnostic_data_test.cpp22 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 Dquery_param_test.cpp560 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 Dcollection.hpp34 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 Dquery_param.hpp541 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 Dsensor_utils.hpp413 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 Dpcie_util.hpp40 const nlohmann::json::json_pointer& jsonKeyName) in getPCIeDeviceList()
/openbmc/bmcweb/include/
H A Djson_formatters.hpp14 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 D0003-For-root-value-use-empty-pointer.patch22 + patch.add(nlohmann::json::json_pointer{}, default_value_);
/openbmc/entity-manager/src/
H A Dentity_manager.cpp164 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()