Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/server/
H A Dinterface.hpp71 return _bus.new_signal(_path.c_str(), _interf.c_str(), member); in new_signal()
85 _bus.emit_interfaces_added(_path.c_str(), {_interf}); in emit_added()
95 _bus.emit_interfaces_removed(_path.c_str(), {_interf}); in emit_removed()
112 std::string _interf; member
/openbmc/sdbusplus/src/server/
H A Dinterface.cpp29 _bus(get_busp(bus), bus.getInterface()), _path(path), _interf(interf), in interface()
32 _interf.c_str(), vtable, context)) in interface()
47 get_busp(_bus), _path.c_str(), _interf.c_str(), values.data()); in property_changed()