Home
last modified time | relevance | path

Searched refs:DBusThreadObjectNcp (Results 1 – 3 of 3) sorted by relevance

/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object_ncp.cpp44 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 …]
Ddbus_thread_object_ncp.hpp60 class DBusThreadObjectNcp : public DBusObject class
70DBusThreadObjectNcp(DBusConnection &aConnection, const std::string &aInterfaceName, otbr::Host::Nc…
Ddbus_agent.cpp79 …MakeUnique<DBusThreadObjectNcp>(*mConnection, mInterfaceName, static_cast<Host::NcpHost &>(mHost)); in Init()