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.hpp156 const nlohmann::json::json_pointer& jsonPtr) in dimmPropToHex()
168 const nlohmann::json::json_pointer& jsonPtr) in getPersistentMemoryProperties()
398 const nlohmann::json::json_pointer& jsonPtr) in assembleDimmProperties()
628 const nlohmann::json::json_pointer& regionPtr) in assembleDimmPartitionData()
695 nlohmann::json::json_pointer regionPtr = "/Regions"_json_pointer; in getDimmPartitionData()
H A Dsensors.hpp798 nlohmann::json::json_pointer unit("/Reading"); in objectPropertiesToJson()
883 std::tuple<const char*, const char*, nlohmann::json::json_pointer>> in objectPropertiesToJson()
947 nlohmann::json::json_pointer>& p : properties) in objectPropertiesToJson()
958 const nlohmann::json::json_pointer& key = std::get<2>(p); in objectPropertiesToJson()
H A Dcertificate_service.hpp219 const nlohmann::json::json_pointer& listPtr, in getCertificateList()
220 const nlohmann::json::json_pointer& countPtr) in getCertificateList()
H A Dpcie.hpp138 nlohmann::json::json_pointer("/Members")); in handlePCIeDeviceCollectionGet()
H A Daccount_service.hpp1189 const nlohmann::json::json_pointer& keyLocation) in getClientCertificates()
H A Dsystems.hpp3119 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.cpp707 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST()
713 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST()
735 ExpandNode{json::json_pointer("/Foo"), "/foobar"})); in TEST()
808 ExpandNode{json::json_pointer("/Members/0/Sensors"), in TEST()
810 ExpandNode{json::json_pointer("/Members/1/Sensors"), in TEST()
854 ExpandNode{json::json_pointer("/Foo"), "/foo"}, in TEST()
902 ExpandNode{json::json_pointer("/Members/0"), in TEST()
904 ExpandNode{json::json_pointer("/Members/1/Sensors"), in TEST()
920 ExpandNode{json::json_pointer("/Chassis/Members/0"), in TEST()
927 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()
100 const nlohmann::json::json_pointer& jsonKeyName) in getCollectionToKey()
115 nlohmann::json::json_pointer("/Members")); in getCollectionMembers()
H A Dquery_param.hpp546 nlohmann::json::json_pointer location;
557 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth,
562 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth,
573 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesRecursive()
601 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInArrayRecursive()
608 nlohmann::json::json_pointer newPtr = jsonPtr / index; in findNavigationReferencesInArrayRecursive()
618 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive()
686 nlohmann::json::json_pointer newPtr = jsonPtr / element.first; in findNavigationReferencesInObjectRecursive()
706 const nlohmann::json::json_pointer root = nlohmann::json::json_pointer(""); in findNavigationReferences()
841 const nlohmann::json::json_pointer& finalExpandLocation) in addAwaitingResponse()
[all …]
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()
272 nlohmann::json::json_pointer ptr(jsonPointerPath); in createDeleteObjectMethod()
469 nlohmann::json::json_pointer ptr(jsonPointerPath); in createAddObjectMethod()