Home
last modified time | relevance | path

Searched defs:jsonRequest (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp34 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 Djson_utils.hpp610 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 Dredfish_aggregator_test.cpp59 nlohmann::json jsonRequest; in TEST() local
102 nlohmann::json jsonRequest; in TEST() local
136 nlohmann::json jsonRequest; in TEST() local