Home
last modified time | relevance | path

Searched refs:sd_bus_emit_interfaces_removed_strv (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/test/server/
H A Dobject.cpp56 sd_bus_emit_interfaces_removed_strv(_, StrEq(objPath), _)) in TEST_F()
88 sd_bus_emit_interfaces_removed_strv(_, StrEq(objPath), _)) in TEST_F()
118 sd_bus_emit_interfaces_removed_strv(_, StrEq(objPath), _)) in TEST_F()
143 sd_bus_emit_interfaces_removed_strv(_, StrEq(objPath), _)) in TEST_F()
/openbmc/sdbusplus/include/sdbusplus/
H A Dsdbus.hpp47 virtual int sd_bus_emit_interfaces_removed_strv(
231 int sd_bus_emit_interfaces_removed_strv(sd_bus* bus, const char* path, in sd_bus_emit_interfaces_removed_strv() function in sdbusplus::SdBusImpl
234 return ::sd_bus_emit_interfaces_removed_strv(bus, path, interfaces); in sd_bus_emit_interfaces_removed_strv()
/openbmc/sdbusplus/src/
H A Dbus.cpp19 _intf->sd_bus_emit_interfaces_removed_strv(_bus.get(), path, in emit_interfaces_removed()
/openbmc/sdbusplus/include/sdbusplus/test/
H A Dsdbus_mock.hpp42 MOCK_METHOD(int, sd_bus_emit_interfaces_removed_strv,