Home
last modified time | relevance | path

Searched refs:emplace (Results 126 – 150 of 235) sorted by relevance

12345678910

/openbmc/phosphor-state-manager/
H A Dhost_reset_recovery.cpp86 additionalData.emplace("_PID", std::to_string(getpid())); in createErrorLog()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Djournal.cpp100 messages.emplace(messages.begin(), line); in getMessages()
/openbmc/telemetry/src/
H A Ddiscrete_threshold.cpp24 sensorDetails.emplace(sensor, makeDetails(sensor->getName())); in DiscreteThreshold()
H A Dnumeric_threshold.cpp19 sensorDetails.emplace(sensor, makeDetails(sensor->getName())); in NumericThreshold()
/openbmc/phosphor-host-ipmid/
H A Dhost-cmd-manager.cpp154 this->workQueue.emplace(command); in execute()
H A Dtransporthandler.hpp264 addr.emplace(stdplus::fromStr<typename AddrFamily<family>::addr>( in findIfAddr()
366 neighIP.emplace(stdplus::fromStr<typename AddrFamily<family>::addr>( in findStaticNeighbor()
/openbmc/phosphor-logging/
H A Delog_meta.hpp47 metadata.emplace(std::move(key), std::move(value)); in parse()
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp262 dbus_methods.emplace(method->name, method); in register_method()
267 dbus_methods.emplace(name, in register_method()
276 dbus_methods.emplace( in register_method()
286 dbus_signals.emplace(name, sig); in register_signal()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp107 debugData.emplace("FFDC file JSON callouts error", in PEL()
118 debugData.emplace("SRC", src->getDebugData()); in PEL()
160 debugData.emplace("FFDC File", in PEL()
436 sections.emplace(id, 0); in getPluralSections()
H A Djournal.cpp117 messages.emplace(messages.begin(), line); in getMessages()
/openbmc/entity-manager/src/
H A Dperform_scan.cpp113 dbusMatches.emplace(path, std::move(match)); in registerCallback()
511 emptyObject.emplace(std::string{}, emptyInterface); in updateSystemConfiguration()
650 dbusProbeInterfaces.emplace(interface); in run()
/openbmc/openbmc-tools/dbus_sensor_tester/
H A Dmain.cpp106 match.emplace( in main()
/openbmc/openpower-vpd-parser/test/vpd-manager-test/
H A Deditor_test.cpp72 fruLocationCode.emplace( in processJson()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.cpp105 tableEntries.emplace(handle, std::move(entry)); in FileTable()
/openbmc/openpower-vpd-parser/vpd-parser/
H A Dkeyword_vpd_parser.cpp147 kwValMap.emplace(std::make_pair(std::move(kwStr), std::move(valVec))); in kwValParser()
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_dbus.cpp94 additional.emplace("_PID", std::to_string(getpid())); in createPel()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dexecution.hpp1786 __self.__result_->template emplace<2>( in tag_invoke()
1789 __self.__result_->template emplace<2>( in tag_invoke()
3573 __state.__data_.template emplace<__tuple_t>( in tag_invoke()
3580 __state.__data_.template emplace<__tuple_t>( in tag_invoke()
3741 __state.__on_stop_.emplace(
5009 __state.__data_.template emplace<__async_result>(
5839 __opt_values.emplace(
5846 __opt_values.emplace(
6465 __state_->__data_.template emplace<2>( in __set_error()
6468 __state_->__data_.template emplace<2>( in __set_error()
[all …]
/openbmc/phosphor-inventory-manager/
H A Dinterface_ops.hpp69 v.emplace(p.first, in op()
/openbmc/phosphor-ipmi-flash/bmc/
H A Dgeneral_systemd.cpp47 jobMonitor.emplace(bus, in trigger()
/openbmc/phosphor-objmgr/src/
H A Dprocessing.cpp112 ifaceList[wellKnown].emplace(interfacePair.first); in processInterfaceAdded()
/openbmc/bmcweb/http/
H A Dapp.hpp136 server.emplace(this, std::move(*acceptor), sslContext, io); in run()
/openbmc/phosphor-led-sysfs/interfaces/
H A Dinternal_interface.cpp111 leds.emplace(objPath, std::make_unique<phosphor::led::Physical>( in createLEDPath()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp341 supportedConfigs.emplace(*model, sys); in populateSysProperties()
838 additionalData.emplace("NOT_PRESENT_COUNT", in analyzeBrownout()
840 additionalData.emplace("VIN_FAULT_COUNT", in analyzeBrownout()
842 additionalData.emplace("PGOOD_FAULT_COUNT", in analyzeBrownout()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp496 baseBIOSTableMaps.emplace( in checkAttributeValueTable()
634 strings.emplace(entry.at("attribute_name")); in buildAndStoreStringTable()
638 strings.emplace(pv); in buildAndStoreStringTable()
643 strings.emplace(entry.at("attribute_name")); in buildAndStoreStringTable()
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp234 auto ret = schemaFiles.emplace(version, schema); in initDataFiles()
281 auto ret = iv_dataFiles.emplace(chipType, data); in initDataFiles()

12345678910