Searched refs:interf (Results 1 – 5 of 5) sorted by relevance
| /openbmc/sdbusplus/src/server/ |
| H A D | interface.cpp | 13 const char* interf, in makeObjVtable() argument 17 int r = intf->sd_bus_add_object_vtable(bus, &slot, path, interf, vtable, in makeObjVtable() 27 const char* interf, const sdbusplus::vtable_t* vtable, in interface() argument 29 _bus(get_busp(bus), bus.getInterface()), _path(path), _interf(interf), in interface()
|
| /openbmc/sdbusplus/include/sdbusplus/asio/ |
| H A D | connection.hpp | 158 const std::string& objpath, const std::string& interf, in async_method_call_timed() argument 173 interf.c_str(), method.c_str()); in async_method_call_timed() 204 const std::string& interf, const std::string& method, in async_method_call() argument 208 objpath, interf, method, 0, in async_method_call() 252 const std::string& interf, const std::string& method, in yield_method_call() argument 259 interf.c_str(), method.c_str()); in yield_method_call()
|
| /openbmc/sdbusplus/include/sdbusplus/ |
| H A D | bus.hpp | 293 const char* interf, const char* method) in new_method_call() 297 objpath, interf, method); in new_method_call() 314 auto new_signal(const char* objpath, const char* interf, const char* member) in new_signal() 318 interf, member); in new_signal()
|
| /openbmc/bmcweb/include/ |
| H A D | dbus_utility.hpp | 103 const std::string& objpath, const std::string& interf, in async_method_call() argument 107 std::forward<MessageHandler>(handler), service, objpath, interf, method, in async_method_call() 115 const std::string& objpath, const std::string& interf, in async_method_call() argument 119 std::forward<MessageHandler>(handler), service, objpath, interf, method, in async_method_call()
|
| /openbmc/sdbusplus/include/sdbusplus/server/ |
| H A D | interface.hpp | 60 interface(sdbusplus::bus_t& bus, const char* path, const char* interf,
|