Searched refs:interfacesAddedMatch (Results 1 – 5 of 5) sorted by relevance
162 sdbusplus::bus::match_t** interfacesAddedMatch = nullptr) in subscribeToProperty() argument268 if (interfacesAddedMatch != nullptr) in subscribeToProperty()270 *interfacesAddedMatch = intfMatch; in subscribeToProperty()
78 std::unique_ptr<sdbusplus::bus::match_t> interfacesAddedMatch = nullptr; member in EntityManager
691 interfacesAddedMatch = std::make_unique<sdbusplus::bus::match_t>( in initFilters()
650 auto interfacesAddedMatch = std::make_shared<sdbusplus::bus::match_t>( in processHostFirmware() local696 return interfacesAddedMatch; in processHostFirmware()724 return interfacesAddedMatch; in processHostFirmware()
242 auto interfacesAddedMatch = sdbusplus::bus::match_t( in main() local