Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/
H A Dutility.hpp105 ObjectMap objectMap; in getObjMap() local
111 objectMap.emplace(path, std::move(interfaceMap)); in getObjMap()
113 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.hpp264 inline bool callPIM(types::ObjectMap&& objectMap) in callPIM() argument
268 for (const auto& l_objectKeyValue : objectMap) in callPIM()
273 auto l_nodeHandle = objectMap.extract(l_objectKeyValue.first); in callPIM()
276 objectMap.insert(std::move(l_nodeHandle)); in callPIM()
284 pimMsg.append(std::move(objectMap)); in callPIM()
/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp15 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap, in addObjectMapResult() argument
25 objectMap.begin(), objectMap.end(), in addObjectMapResult()
28 if (entry != objectMap.end()) in addObjectMapResult()
37 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.cpp396 auto objectMap = in updateInventory() local
402 "Notify", objectMap); in updateInventory()
H A Dfan.cpp433 auto objectMap = in updateInventory() local
439 util::INVENTORY_INTF, "Notify", objectMap); in updateInventory()