Home
last modified time | relevance | path

Searched defs:interfaceMap (Results 1 – 17 of 17) sorted by relevance

/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp17 const ConnectionNames::value_type& interfaceMap) in addObjectMapResult()
42 const InterfaceMapType& interfaceMap, std::string reqPath, in getAncestors()
98 ConnectionNames getObject(const InterfaceMapType& interfaceMap, in getObject()
142 const InterfaceMapType& interfaceMap, std::string reqPath, int32_t depth, in getSubTree()
211 std::vector<std::string> getSubTreePaths(const InterfaceMapType& interfaceMap, in getSubTreePaths()
288 const InterfaceMapType& interfaceMap, in getAssociatedSubTree()
318 const InterfaceMapType& interfaceMap, in getAssociatedSubTreePaths()
350 const InterfaceMapType& interfaceMap, const std::string& id, in getSubTreePathsById()
418 const InterfaceMapType& interfaceMap, in getAssociatedSubTreeById()
446 const InterfaceMapType& interfaceMap, in getAssociatedSubTreePathsById()
H A Dmain.cpp135 InterfaceMapType& interfaceMap, in doAssociations()
169 InterfaceMapType& interfaceMap, in doIntrospect()
260 InterfaceMapType& interfaceMap, const std::string& processName, in startNewIntrospect()
285 boost::asio::io_context& io, InterfaceMapType& interfaceMap, in doListNames()
333 InterfaceMapType& interfaceMap) in removeUnneededParents()
402 InterfaceMapType interfaceMap; in main() local
H A Dprocessing.cpp48 InterfaceMapType& interfaceMap, AssociationMaps& assocMaps, in processNameChangeDelete()
103 boost::asio::io_context& io, InterfaceMapType& interfaceMap, in processInterfaceAdded()
H A Dassociations.cpp245 const std::string& owner, const InterfaceMapType& interfaceMap, in associationChanged()
421 const InterfaceMapType& interfaceMap, AssociationMaps& assocMaps, in checkIfPendingAssociation()
/openbmc/phosphor-objmgr/src/test/
H A Dname_change.cpp26 InterfaceMapType interfaceMap; in TEST_F() local
47 auto interfaceMap = createInterfaceMap(defaultSourcePath, defaultDbusSvc, in TEST_F() local
H A Dassociations.cpp175 InterfaceMapType interfaceMap; in TEST_F() local
206 InterfaceMapType interfaceMap = { in TEST_F() local
240 InterfaceMapType interfaceMap = createDefaultInterfaceMap(); in TEST_F() local
272 InterfaceMapType interfaceMap = createDefaultInterfaceMap(); in TEST_F() local
305 InterfaceMapType interfaceMap = createDefaultInterfaceMap(); in TEST_F() local
408 InterfaceMapType interfaceMap; in TEST_F() local
453 InterfaceMapType interfaceMap = { in TEST_F() local
H A Dinterfaces_added.cpp34 auto interfaceMap = createDefaultInterfaceMap(); in TEST_F() local
H A Dhandler.cpp19 InterfaceMapType interfaceMap = { member in TestHandler
/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp57 InterfaceMapType interfaceMap{{path, connectionMap}}; in createInterfaceMap() local
66 InterfaceMapType interfaceMap = { in createDefaultInterfaceMap() local
/openbmc/openpower-proc-control/extensions/phal/
H A Dfw_update_watch.cpp40 InterfaceMap interfaceMap; in fwIntfAddedCallback() local
/openbmc/pldm/libpldmresponder/
H A Dplatform_config.cpp23 pldm::utils::InterfaceMap interfaceMap; in systemCompatibleCallback() local
/openbmc/phosphor-fan-presence/
H A Dutility.hpp106 InterfaceMap interfaceMap; in getObjMap() local
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_dbus_eventlog.hpp151 for (const auto& interfaceMap : objectPath.second) in afterLogEntriesGetManagedObjects() local
H A Dlog_services.hpp121 for (const auto& interfaceMap : object.second) in parseDumpEntryFromDbusObject() local
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp486 populateKwdVPDpropertyMap(const types::KeywordVpdMap & keyordVPDMap,types::InterfaceMap & interfaceMap) populateKwdVPDpropertyMap() argument
556 populateInterfaces(const nlohmann::json & interfaceJson,types::InterfaceMap & interfaceMap,const types::VPDMapVariant & parsedVpdMap) populateInterfaces() argument
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.cpp390 const InterfaceMap& interfaceMap, const std::string& objPath, in initVirtualSensor()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp121 static std::unordered_map<EInterfaceIndex, std::string> interfaceMap = { variable