Home
last modified time | relevance | path

Searched refs:jsonSchema (Results 1 – 3 of 3) sorted by relevance

/openbmc/libcper/tests/
H A Dtest-utils.cpp66 void iterate_make_required_props(nlohmann::json &jsonSchema, in iterate_make_required_props() argument
70 const auto it_id = jsonSchema.find("$id"); in iterate_make_required_props()
71 if (it_id != jsonSchema.end()) { in iterate_make_required_props()
80 const auto it_oneof = jsonSchema.find("oneOf"); in iterate_make_required_props()
81 if (it_oneof != jsonSchema.end()) { in iterate_make_required_props()
89 const auto it_items = jsonSchema.find("items"); in iterate_make_required_props()
90 if (it_items != jsonSchema.end()) { in iterate_make_required_props()
94 const auto it_req = jsonSchema.find("required"); in iterate_make_required_props()
95 if (it_req == jsonSchema.end()) { in iterate_make_required_props()
100 const auto it_prop = jsonSchema.find("properties"); in iterate_make_required_props()
[all …]
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp104 const nlohmann::json& jsonSchema) const in getSchemaType()
107 std::string(jsonSchema["@odata.type"]).find("LogEntry"); in getSchemaType()
114 std::string(jsonSchema["@odata.type"]).find("LogService"); in getSchemaType()
/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Dexternal_storer_file.hpp126 JsonPdrType getSchemaType(const nlohmann::json& jsonSchema) const;