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
182 nlohmann::json jsonRequest = R"( in TEST() local
198 nlohmann::json jsonRequest = R"( in TEST() local
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp631 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 Dredfish_aggregator_test.cpp59 nlohmann::json jsonRequest; in TEST() local
102 nlohmann::json jsonRequest; in TEST() local
136 nlohmann::json jsonRequest; in TEST() local