Home
last modified time | relevance | path

Searched refs:emplace (Results 76 – 100 of 235) sorted by relevance

12345678910

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Ducd90x_device.cpp56 additionalData.emplace("MFR_STATUS", std::format("{:#014x}", value)); in storePgoodFaultDebugData()
H A Ducd90320_device.cpp76 additionalData.emplace(group.additionalDataName, valuesStr); in storeGPIOValues()
H A Ducd90160_device.cpp67 additionalData.emplace(gpioNames[i], std::format("{}", values[i])); in storeGPIOValues()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp634 assetProps.emplace( in updateInventory()
645 operProps.emplace(FUNCTIONAL_PROP, present); in updateInventory()
646 interfaces.emplace(ASSET_IFACE, std::move(assetProps)); in updateInventory()
647 interfaces.emplace(OPERATIONAL_STATE_IFACE, std::move(operProps)); in updateInventory()
653 object.emplace(path, std::move(interfaces)); in updateInventory()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp363 frus.emplace( in processJSON()
371 fruLocationCode.emplace( in processJSON()
587 additionalData.emplace("DESCRIPTION", e.what()); in performVPDRecollection()
631 additionalData.emplace("DESCRIPTION", e.what()); in performVPDRecollection()
735 additionalData.emplace("DESCRIPTION", e.what()); in collectFRUVPD()
903 objectMap.emplace(objPath, move(interfacesPropMap)); in deleteFRUVPD()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp935 varData.emplace(std::string("Hidden"), isHidden); in createPELEntry()
936 varData.emplace( in createPELEntry()
940 varData.emplace( in createPELEntry()
944 varData.emplace("PlatformLogID", attr.plid); in createPELEntry()
945 varData.emplace("Deconfig", attr.deconfig); in createPELEntry()
946 varData.emplace("Guard", attr.guard); in createPELEntry()
947 varData.emplace("Timestamp", attr.creationTime); in createPELEntry()
958 _pelEntries.emplace(std::move(path), std::move(pelEntry)); in createPELEntry()
H A Dadditional_data.hpp123 _data.emplace(key, value); in add()
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp193 auto result = recordsSeen.emplace(recordHandle, in exec()
827 output.emplace(("stateSetID[" + std::to_string(compCount) + "]"), in printStateSensorPDR()
829 output.emplace( in printStateSensorPDR()
832 output.emplace( in printStateSensorPDR()
916 output.emplace("containedEntityInstanceNumber[" + in printPDREntityAssociation()
919 output.emplace("containedEntityContainerID[" + in printPDREntityAssociation()
1140 output.emplace( in printStateEffecterPDR()
1143 output.emplace( in printStateEffecterPDR()
1848 output.emplace(("presentState[" + std::to_string(i) + "]"), in parseResponseMsg()
1854 output.emplace( in parseResponseMsg()
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp232 inputArgs.emplace(std::tuple_cat( in executeCallback()
240 inputArgs.emplace( in executeCallback()
248 inputArgs.emplace(std::tuple_cat( in executeCallback()
254 inputArgs.emplace(std::move(unpackArgs)); in executeCallback()
/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp28 entry->second.emplace(interfaceMap); in addObjectMapResult()
34 object.second.emplace(interfaceMap); in addObjectMapResult()
125 results.emplace(interfaceMap.first, interfaceMap.second); in getObject()
/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp107 _failSafeSensors.emplace(name); in markSensorMissing()
221 _missingAcceptable.emplace(fan); in addFanInput()
241 _missingAcceptable.emplace(therm); in addThermalInput()
/openbmc/telemetry/src/utils/
H A Dcircular_vector.hpp13 void emplace(Args&&... args) in emplace() function in CircularVector
/openbmc/smbios-mdr/include/
H A Dcpuinfo.hpp49 uuidInterface.emplace(bus, (cpuPath + std::to_string(id - 1)).c_str(), in publishUUID()
/openbmc/phosphor-fan-presence/
H A Dpower_state.hpp50 _callbacks.emplace("default", std::move(callback)); in PowerState()
70 _callbacks.emplace(name, std::move(callback)); in addCallback()
/openbmc/phosphor-led-manager/manager/
H A Dserialize.cpp42 savedGroups.emplace(group); in storeGroups()
/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp364 object.emplace(std::move(ifaceName), std::move(propertyMap)); in restore()
369 object.emplace(std::move(ifaceName), std::move(propertyMap)); in restore()
370 objects.emplace(std::move(objPath), std::move(object)); in restore()
/openbmc/phosphor-ipmi-blobs/
H A Dutils.cpp81 seen.emplace(factory); in loadLibraries()
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dcontainer_traits.hpp54 -> decltype(std::declval<C>().emplace(*p), std::true_type());
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater.cpp115 activations.emplace(versionId, std::move(activation)); in createActivation()
119 versions.emplace(versionId, std::move(versionPtr)); in createActivation()
/openbmc/openpower-occ-control/
H A Dpldm.cpp127 entityInstMap.emplace(key, static_cast<SensorID>(pdrPtr->sensor_id)); in fetchSensorInfo()
133 sensorInstanceMap.emplace(pair.second, count); in fetchSensorInfo()
382 entityInstMap.emplace(key, static_cast<SensorID>(pdrPtr->effecter_id)); in fetchEffecterInfo()
388 instanceToEffecterMap.emplace(position, pair.second); in fetchEffecterInfo()
549 pldmInstanceID.emplace(id); in getPldmInstanceId()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensors.cpp98 sensors.emplace(sensorName, std::move(sensor)); in setValue()
/openbmc/pldm/test/
H A Dpldmd_registration_test.cpp20 handlers.emplace(testCmd, [this](uint8_t tid, const pldm_msg* request, in TestHandler()
/openbmc/phosphor-host-ipmid/
H A Dsettings.cpp47 map.emplace(std::move(interface), std::vector<Path>({path})); in Objects()
/openbmc/bmcweb/include/
H A Dpersistent_data.hpp120 SessionStore::getInstance().authTokens.emplace( in readData()
174 .subscriptionsConfigMap.emplace( in readData()
/openbmc/ibm-logging/
H A Dpolicy_table.cpp67 policies.emplace(policy["err"], std::move(detailsList)); in load()

12345678910