Home
last modified time | relevance | path

Searched refs:value_t (Results 1 – 16 of 16) 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/bmcweb/src/
H A Djson_html_serializer.cpp419 case nlohmann::json::value_t::object: in dump()
463 case nlohmann::json::value_t::array: in dump()
491 case nlohmann::json::value_t::string: in dump()
504 case nlohmann::json::value_t::boolean: in dump()
517 case nlohmann::json::value_t::number_integer: in dump()
523 case nlohmann::json::value_t::number_unsigned: in dump()
529 case nlohmann::json::value_t::number_float: in dump()
535 case nlohmann::json::value_t::discarded: in dump()
541 case nlohmann::json::value_t::null: in dump()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_btf_decl_tag.c26 } value_t __tag1 __tag2;
32 __type(value, value_t);
39 value_t val = {}; in foo()
/openbmc/entity-manager/src/
H A Dentity_manager.cpp302 if (value.type() == nlohmann::json::value_t::array) in populateInterfaceFromJson()
325 if (type == nlohmann::json::value_t::object) in populateInterfaceFromJson()
341 type = nlohmann::json::value_t::number_float; in populateInterfaceFromJson()
346 type = nlohmann::json::value_t::number_float; in populateInterfaceFromJson()
352 case (nlohmann::json::value_t::boolean): in populateInterfaceFromJson()
370 case (nlohmann::json::value_t::number_integer): in populateInterfaceFromJson()
385 case (nlohmann::json::value_t::number_unsigned): in populateInterfaceFromJson()
401 case (nlohmann::json::value_t::number_float): in populateInterfaceFromJson()
416 case (nlohmann::json::value_t::string): in populateInterfaceFromJson()
753 if (type != nlohmann::json::value_t::object) in postToDbus()
[all …]
H A Doverlay.cpp48 if (in.type() == nlohmann::json::value_t::string) in jsonToString()
52 if (in.type() == nlohmann::json::value_t::array) in jsonToString()
239 keyPair.value().type() == nlohmann::json::value_t::string) in exportDevice()
286 findExposes->type() != nlohmann::json::value_t::array) in loadOverlays()
301 findType->type() != nlohmann::json::value_t::string) in loadOverlays()
H A Dutils.cpp214 if (keyPair.value().type() == nlohmann::json::value_t::object || in templateCharReplace()
215 keyPair.value().type() == nlohmann::json::value_t::array) in templateCharReplace()
H A Dperform_scan.cpp601 if ((*findProbe).type() != nlohmann::json::value_t::array) in run()
H A Dfru_device.cpp589 if (data.type() != nlohmann::json::value_t::object) in loadBlocklist()
600 if (buses.type() != nlohmann::json::value_t::array) in loadBlocklist()
/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/linux/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_otpe2p.c162 void *value_t, size_t count) in pci1xxxx_eeprom_write() argument
166 char *value = value_t; in pci1xxxx_eeprom_write()
265 void *value_t, size_t count) in pci1xxxx_otp_write() argument
269 char *value = value_t; in pci1xxxx_otp_write()
/openbmc/phosphor-logging/lib/
H A Dlg2_commit.cpp96 if (item.value().type() == nlohmann::json::value_t::string) in data_from_json()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.hpp493 nlohmann::json(nlohmann::json::value_t::object));
H A Dpel.cpp122 nlohmann::json adSysInfoData(nlohmann::json::value_t::object); in PEL()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.cpp342 nlohmann::json::value_t::object) in processAndUpdateCI()
376 nlohmann::json::value_t::object) in processAndUpdateEI()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp1242 json jsonCalloutDataList(nlohmann::json::value_t::array); in createHWIsolatedCalloutFile()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp2500 nlohmann::json(nlohmann::json::value_t::null)); in loadConfigValues()