Searched defs:jsonRequest (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | json_utils_test.cpp | 34 nlohmann::json jsonRequest = {{"integer", 1}, in TEST() local 54 nlohmann::json::object_t jsonRequest; in TEST() local 75 nlohmann::json jsonRequest = {{"nullval", nullptr}}; in TEST() local 88 nlohmann::json jsonRequest = {{"stringval", "mystring"}}; in TEST() local 102 nlohmann::json jsonRequest = {{"integer", 1}, {"string", "hello"}}; in TEST() local 121 nlohmann::json jsonRequest = {{"integer", 1}, {"string0", "hello"}}; in TEST() local 142 nlohmann::json jsonRequest = {{"integer", 1}, {"string0", "hello"}}; in TEST() local 162 nlohmann::json jsonRequest = R"( in TEST() local 179 nlohmann::json jsonRequest = R"( in TEST() local 195 nlohmann::json jsonRequest = R"( in TEST() local [all …]
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 610 bool readJsonObject(nlohmann::json::object_t& jsonRequest, crow::Response& res, in readJsonObject() 622 bool readJson(nlohmann::json& jsonRequest, crow::Response& res, in readJson() 640 nlohmann::json jsonRequest; in readJsonPatchHelper() local 709 std::optional<nlohmann::json::object_t> jsonRequest = in readJsonPatch() local 744 nlohmann::json jsonRequest; in readJsonAction() local
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | redfish_aggregator_test.cpp | 59 nlohmann::json jsonRequest; in TEST() local 102 nlohmann::json jsonRequest; in TEST() local 136 nlohmann::json jsonRequest; in TEST() local
|