Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dcpuinfo_utils.cpp162 sdbusplus::bus::match_t** interfacesAddedMatch = nullptr) in subscribeToProperty() argument
267 if (interfacesAddedMatch != nullptr) in subscribeToProperty()
269 *interfacesAddedMatch = intfMatch; in subscribeToProperty()
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp630 auto interfacesAddedMatch = std::make_shared<sdbusplus::bus::match_t>( in processHostFirmware() local
676 return interfacesAddedMatch; in processHostFirmware()
704 return interfacesAddedMatch; in processHostFirmware()
/openbmc/entity-manager/src/
H A Dentity_manager.cpp1287 sdbusplus::bus::match_t interfacesAddedMatch( in main() local