Searched refs:objectMap (Results 1 – 8 of 8) sorted by relevance
109 ObjectMap objectMap; in getObjMap() local115 objectMap.emplace(path, std::move(interfaceMap)); in getObjMap()117 return objectMap; in getObjMap()
126 auto objectMap = sdbusp->yield_method_call<ObjectValueTree>( in setBmcControlServices() local140 for (const auto& obj : objectMap) in setBmcControlServices()174 auto objectMap = sdbusp->yield_method_call<ObjectValueTree>( in getBmcControlServices() local181 for (const auto& obj : objectMap) in getBmcControlServices()
268 inline bool callPIM(types::ObjectMap&& objectMap) in callPIM() argument272 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()
13 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap, in addObjectMapResult() argument23 objectMap.begin(), objectMap.end(), in addObjectMapResult()26 if (entry != objectMap.end()) in addObjectMapResult()35 objectMap.push_back(object); in addObjectMapResult()
8 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap,
401 auto objectMap = in updateInventory() local407 "Notify", objectMap); in updateInventory()
432 auto objectMap = in updateInventory() local438 util::INVENTORY_INTF, "Notify", objectMap); in updateInventory()
209 const types::MapperGetObject& objectMap = in isSystemVPDOnDBus() local212 if (objectMap.empty()) in isSystemVPDOnDBus()