Home
last modified time | relevance | path

Searched refs:value_t (Results 1 – 13 of 13) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dproxy.hpp63 using value_t = std::conditional_t<V, string_t, std::monostate>; typedef
65 using value_ref = const value_t<V>&;
108 return result_t(typename result_t::template value_t<S>(this->s), in preserve()
109 typename result_t::template value_t<P>(this->p), in preserve()
110 typename result_t::template value_t<I>(this->i)); in preserve()
221 value_t<S> s = {};
222 value_t<P> p = {};
223 value_t<I> i = {};
/openbmc/entity-manager/src/entity_manager/
H A Ddbus_interface.cpp113 nlohmann::json::value_t firstType = value[0].type(); in checkArrayElementsSameType()
119 static nlohmann::json::value_t getDBusType( in getDBusType()
120 const nlohmann::json& value, nlohmann::json::value_t type, in getDBusType()
123 const bool array = value.type() == nlohmann::json::value_t::array; in getDBusType()
134 return nlohmann::json::value_t::number_float; in getDBusType()
139 return nlohmann::json::value_t::number_float; in getDBusType()
149 nlohmann::json::value_t type, in populateInterfacePropertyFromJson()
157 case (nlohmann::json::value_t::boolean): in populateInterfacePropertyFromJson()
163 case (nlohmann::json::value_t::number_integer): in populateInterfacePropertyFromJson()
169 case (nlohmann::json::value_t::number_unsigned): in populateInterfacePropertyFromJson()
[all …]
H A Doverlay.cpp33 if (in.type() == nlohmann::json::value_t::string) in jsonToString()
37 if (in.type() == nlohmann::json::value_t::array) in jsonToString()
229 keyPair.value().type() == nlohmann::json::value_t::string) in exportDevice()
277 findExposes->type() != nlohmann::json::value_t::array) in loadOverlays()
292 findType->type() != nlohmann::json::value_t::string) in loadOverlays()
H A Dconfiguration.cpp87 if (data.type() == nlohmann::json::value_t::array) in loadConfigurations()
157 if ((*findProbe).type() != nlohmann::json::value_t::array) in filterProbeInterfaces()
H A Dentity_manager.cpp146 findBoardType->type() == nlohmann::json::value_t::string) in postBoardToDBus()
188 if (propValue.type() == nlohmann::json::value_t::object) in postBoardToDBus()
321 if (config.type() == nlohmann::json::value_t::object) in postConfigurationRecord()
333 else if (config.type() == nlohmann::json::value_t::array) in postConfigurationRecord()
342 if (type != nlohmann::json::value_t::object) in postConfigurationRecord()
/openbmc/bmcweb/src/
H A Djson_html_serializer.cpp421 case nlohmann::json::value_t::object: in dump()
476 case nlohmann::json::value_t::array: in dump()
510 case nlohmann::json::value_t::string: in dump()
523 case nlohmann::json::value_t::boolean: in dump()
536 case nlohmann::json::value_t::number_integer: in dump()
542 case nlohmann::json::value_t::number_unsigned: in dump()
548 case nlohmann::json::value_t::number_float: in dump()
554 case nlohmann::json::value_t::discarded: in dump()
560 case nlohmann::json::value_t::null: in dump()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dentity_map_json.cpp63 if (data.type() != nlohmann::json::value_t::array) in buildJsonEntityMap()
87 if (jsonEntities.type() != nlohmann::json::value_t::array) in buildJsonEntityMap()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.hpp493 nlohmann::json(nlohmann::json::value_t::object));
H A Dpel.cpp110 nlohmann::json adSysInfoData(nlohmann::json::value_t::object); in PEL()
/openbmc/phosphor-logging/lib/
H A Dlg2_commit.cpp96 if (item.value().type() == nlohmann::json::value_t::string) in data_from_json()
/openbmc/entity-manager/src/fru_device/
H A Dfru_device.cpp705 if (data.type() != nlohmann::json::value_t::object) in loadBlocklist()
716 if (buses.type() != nlohmann::json::value_t::array) in loadBlocklist()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp1192 json jsonCalloutDataList(nlohmann::json::value_t::array); in createHWIsolatedCalloutFile()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp2463 nlohmann::json(nlohmann::json::value_t::null)); in loadConfigValues()