Searched refs:makeMatch (Results 1 – 3 of 3) sorted by relevance
/openbmc/sdbusplus/src/bus/ |
H A D | match.cpp | 10 static slot_t makeMatch(SdBusInterface* intf, sd_bus* bus, const char* _match, in makeMatch() function 25 makeMatch(bus.getInterface(), get_busp(bus), _match, handler, context)) in match() 40 _slot(makeMatch(bus.getInterface(), get_busp(bus), _match, matchCallback, in match()
|
/openbmc/sdbusplus/src/async/ |
H A D | match.cpp | 6 slot_t match::makeMatch(context& ctx, const std::string_view& pattern) in makeMatch() function in sdbusplus::async::match 27 slot(makeMatch(ctx, pattern)) in match()
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | match.hpp | 73 slot_t makeMatch(context& ctx, const std::string_view& pattern);
|