Searched refs:DBusThreadObjectNcp (Results 1 – 3 of 3) sorted by relevance
/external/ot-br-posix/src/dbus/server/ |
D | dbus_thread_object_ncp.cpp | 44 DBusThreadObjectNcp::DBusThreadObjectNcp(DBusConnection &aConnection, in DBusThreadObjectNcp() function in otbr::DBus::DBusThreadObjectNcp 52 otbrError DBusThreadObjectNcp::Init(void) in Init() 59 … std::bind(&DBusThreadObjectNcp::AsyncGetDeviceRoleHandler, this, _1)); in Init() 62 std::bind(&DBusThreadObjectNcp::JoinHandler, this, _1)); in Init() 64 std::bind(&DBusThreadObjectNcp::LeaveHandler, this, _1)); in Init() 66 std::bind(&DBusThreadObjectNcp::ScheduleMigrationHandler, this, _1)); in Init() 73 void DBusThreadObjectNcp::AsyncGetDeviceRoleHandler(DBusRequest &aRequest) in AsyncGetDeviceRoleHandler() 80 void DBusThreadObjectNcp::ReplyAsyncGetProperty(DBusRequest &aRequest, const std::string &aContent) in ReplyAsyncGetProperty() 100 void DBusThreadObjectNcp::JoinHandler(DBusRequest &aRequest) in JoinHandler() 126 void DBusThreadObjectNcp::LeaveHandler(DBusRequest &aRequest) in LeaveHandler() [all …]
|
D | dbus_thread_object_ncp.hpp | 60 class DBusThreadObjectNcp : public DBusObject class 70 …DBusThreadObjectNcp(DBusConnection &aConnection, const std::string &aInterfaceName, otbr::Host::Nc…
|
D | dbus_agent.cpp | 79 …MakeUnique<DBusThreadObjectNcp>(*mConnection, mInterfaceName, static_cast<Host::NcpHost &>(mHost)); in Init()
|