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 | 35 nlohmann::json jsonRequest = {{"integer", 1}, in TEST() local 55 nlohmann::json::object_t jsonRequest; in TEST() local 76 nlohmann::json jsonRequest = {{"nullval", nullptr}}; in TEST() local 89 nlohmann::json jsonRequest = {{"stringval", "mystring"}}; in TEST() local 103 nlohmann::json jsonRequest = {{"integer", 1}, {"string", "hello"}}; in TEST() local 122 nlohmann::json jsonRequest = {{"integer", 1}, {"string0", "hello"}}; in TEST() local 143 nlohmann::json jsonRequest = {{"integer", 1}, {"string0", "hello"}}; in TEST() local 163 nlohmann::json jsonRequest = R"( in TEST() local 183 nlohmann::json jsonRequest = R"( in TEST() local 199 nlohmann::json jsonRequest = R"( in TEST() local [all …]
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | json_utils.hpp | 631 bool readJsonObject(nlohmann::json::object_t& jsonRequest, crow::Response& res, in readJsonObject() 643 bool readJson(nlohmann::json& jsonRequest, crow::Response& res, in readJson() 661 nlohmann::json jsonRequest; in readJsonPatchHelper() local 730 std::optional<nlohmann::json::object_t> jsonRequest = in readJsonPatch() local 765 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
|