Home
last modified time | relevance | path

Searched refs:objectMap (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-fan-presence/
H A Dutility.hpp109 ObjectMap objectMap; in getObjMap() local
115 objectMap.emplace(path, std::move(interfaceMap)); in getObjMap()
117 return objectMap; in getObjMap()
/openbmc/intel-ipmi-oem/src/
H A Dbmccontrolservices.cpp126 auto objectMap = sdbusp->yield_method_call<ObjectValueTree>( in setBmcControlServices() local
140 for (const auto& obj : objectMap) in setBmcControlServices()
174 auto objectMap = sdbusp->yield_method_call<ObjectValueTree>( in getBmcControlServices() local
181 for (const auto& obj : objectMap) in getBmcControlServices()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp268 inline bool callPIM(types::ObjectMap&& objectMap) in callPIM() argument
272 for (const auto& l_objectKeyValue : objectMap) in callPIM()
274 auto l_nodeHandle = objectMap.extract(l_objectKeyValue.first); in callPIM()
281 objectMap.insert(std::move(l_nodeHandle)); in callPIM()
289 pimMsg.append(std::move(objectMap)); in callPIM()
/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp13 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap, in addObjectMapResult() argument
23 objectMap.begin(), objectMap.end(), in addObjectMapResult()
26 if (entry != objectMap.end()) in addObjectMapResult()
35 objectMap.push_back(object); in addObjectMapResult()
H A Dhandler.hpp8 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap,
/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp401 auto objectMap = in updateInventory() local
407 "Notify", objectMap); in updateInventory()
H A Dfan.cpp432 auto objectMap = in updateInventory() local
438 util::INVENTORY_INTF, "Notify", objectMap); in updateInventory()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp209 const types::MapperGetObject& objectMap = in isSystemVPDOnDBus() local
212 if (objectMap.empty()) in isSystemVPDOnDBus()