Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dcpuinfo_utils.cpp162 sdbusplus::bus::match_t** interfacesAddedMatch = nullptr) in subscribeToProperty() argument
268 if (interfacesAddedMatch != nullptr) in subscribeToProperty()
270 *interfacesAddedMatch = intfMatch; in subscribeToProperty()
/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.hpp78 std::unique_ptr<sdbusplus::bus::match_t> interfacesAddedMatch = nullptr; member in EntityManager
H A Dentity_manager.cpp691 interfacesAddedMatch = std::make_unique<sdbusplus::bus::match_t>( in initFilters()
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp650 auto interfacesAddedMatch = std::make_shared<sdbusplus::bus::match_t>( in processHostFirmware() local
696 return interfacesAddedMatch; in processHostFirmware()
724 return interfacesAddedMatch; in processHostFirmware()
/openbmc/dbus-sensors/src/mctp/
H A DMCTPReactorMain.cpp242 auto interfacesAddedMatch = sdbusplus::bus::match_t( in main() local