Home
last modified time | relevance | path

Searched refs:assocDefsInterface (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-objmgr/src/
H A Dprocessing.cpp70 assocDefsInterface); in processNameChangeDelete()
114 if (interfacePair.first == assocDefsInterface) in processInterfaceAdded()
H A Dprocessing.hpp11 constexpr const char* assocDefsInterface = variable
H A Dmain.cpp163 assocDefsInterface, assocDefsProperty); in doAssociations()
222 if (std::strcmp(ifaceName, assocDefsInterface) == 0) in doIntrospect()
497 if (interface == assocDefsInterface) in main()
569 sdbusplus::bus::match::rules::argN(0, assocDefsInterface), in main()
/openbmc/phosphor-objmgr/src/test/
H A Dinterfaces_added.cpp38 createInterfacesAdded(assocDefsInterface, assocDefsProperty); in TEST_F()
H A Dname_change.cpp40 InterfaceNames assocInterfacesSet = {assocDefsInterface}; in TEST_F()