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.hpp56 const nlohmann::json::json_pointer& jPtr, in setBytesProperty()
95 const nlohmann::json::json_pointer& jPtr, in setPercentProperty()
120 using json_pointer = nlohmann::json::json_pointer; in managerGetProcessorStatistics() typedef
125 json_pointer("/ProcessorStatistics/KernelPercent"))); in managerGetProcessorStatistics()
131 json_pointer("/ProcessorStatistics/UserPercent"))); in managerGetProcessorStatistics()
137 using json_pointer = nlohmann::json::json_pointer; in managerGetMemoryStatistics() typedef
144 json_pointer("/MemoryStatistics/AvailableBytes"))); in managerGetMemoryStatistics()
153 json_pointer("/MemoryStatistics/BuffersAndCacheBytes"))); in managerGetMemoryStatistics()
161 json_pointer("/MemoryStatistics/FreeBytes"))); in managerGetMemoryStatistics()
169 json_pointer("/MemoryStatistics/SharedBytes"))); in managerGetMemoryStatistics()
[all …]
H A Dmemory.hpp158 const nlohmann::json::json_pointer& jsonPtr) in dimmPropToHex()
170 const nlohmann::json::json_pointer& jsonPtr) in getPersistentMemoryProperties()
404 const nlohmann::json::json_pointer& jsonPtr) in assembleDimmProperties()
641 const nlohmann::json::json_pointer& regionPtr) in assembleDimmPartitionData()
708 nlohmann::json::json_pointer regionPtr = "/Regions"_json_pointer; in getDimmPartitionData()
H A Dcertificate_service.hpp220 const std::string& basePath, const nlohmann::json::json_pointer& listPtr, in getCertificateList()
221 const nlohmann::json::json_pointer& countPtr) in getCertificateList()
H A Dpcie.hpp139 nlohmann::json::json_pointer("/Members")); in handlePCIeDeviceCollectionGet()
H A Daccount_service.hpp1213 const nlohmann::json::json_pointer& keyLocation) in getClientCertificates()
H A Dsystems.hpp3140 nlohmann::json::json_pointer("/PCIeDevices")); in handleComputerSystemGet()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dmanager_diagnostic_data_test.cpp20 using json_pointer = nlohmann::json::json_pointer; typedef
27 json_pointer("/MemoryStatistics/FreeStorageSpace"), ec, 0); in testDataGetNoError()
54 json_pointer("/MemoryStatistics/FreeStorageSpace"), ec, 0); in TEST()
64 nlohmann::json::json_pointer("/MemoryStatistics/FreeStorageSpace"), {}, in TEST()
73 setBytesProperty(asyncResp, json_pointer("/FreeStorageSpaceKiB"), {}, in TEST()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp700 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST()
706 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST()
728 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST()
801 ExpandNode{json::json_pointer("/Members/0/Sensors"), in TEST()
803 ExpandNode{json::json_pointer("/Members/1/Sensors"), in TEST()
847 ExpandNode{json::json_pointer("/Foo"), "/foo"}, in TEST()
895 ExpandNode{json::json_pointer("/Members/0"), in TEST()
897 ExpandNode{json::json_pointer("/Members/1/Sensors"), in TEST()
913 ExpandNode{json::json_pointer("/Chassis/Members/0"), in TEST()
920 ExpandNode{json::json_pointer("/Chassis/Members/0"), in TEST()
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Dcollection.hpp26 const nlohmann::json::json_pointer& jsonKeyName, in handleCollectionMembers()
36 nlohmann::json::json_pointer jsonCountKeyName = jsonKeyName; in handleCollectionMembers()
99 const nlohmann::json::json_pointer& jsonKeyName) in getCollectionToKey()
113 nlohmann::json::json_pointer("/Members")); in getCollectionMembers()
H A Dquery_param.hpp538 nlohmann::json::json_pointer location;
549 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth,
554 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth,
565 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesRecursive()
593 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInArrayRecursive()
600 nlohmann::json::json_pointer newPtr = jsonPtr / index; in findNavigationReferencesInArrayRecursive()
610 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive()
678 nlohmann::json::json_pointer newPtr = jsonPtr / element.first; in findNavigationReferencesInObjectRecursive()
697 const nlohmann::json::json_pointer root = nlohmann::json::json_pointer(""); in findNavigationReferences()
832 const nlohmann::json::json_pointer& finalExpandLocation) in addAwaitingResponse()
[all …]
H A Dsensor_utils.hpp401 nlohmann::json::json_pointer unit("/Reading"); in objectPropertiesToJson()
539 std::tuple<const char*, const char*, nlohmann::json::json_pointer>> in objectPropertiesToJson()
618 nlohmann::json::json_pointer>& p : properties) in objectPropertiesToJson()
629 const nlohmann::json::json_pointer& key = std::get<2>(p); in objectPropertiesToJson()
H A Dpcie_util.hpp38 const nlohmann::json::json_pointer& jsonKeyName) in getPCIeDeviceList()
/openbmc/bmcweb/include/
H A Djson_formatters.hpp12 struct std::formatter<nlohmann::json::json_pointer>
18 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()