Home
last modified time | relevance | path

Searched refs:get_expression (Results 1 – 2 of 2) sorted by relevance

/openbmc/boost-dbus/include/dbus/impl/
H A Dmatch.ipp12 dbus_bus_add_match(impl, m.get_expression().c_str(), e);
20 dbus_bus_remove_match(impl, m.get_expression().c_str(), e);
/openbmc/boost-dbus/include/dbus/
H A Dmatch.hpp36 const std::string& get_expression() const { return expression_; } in get_expression() function in dbus::match