Searched refs:DBusThreadObjectRcp (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ot-br-posix/src/dbus/server/ |
H A D | dbus_thread_object_rcp.cpp | 104 DBusThreadObjectRcp::DBusThreadObjectRcp(DBusConnection &aConnection, in DBusThreadObjectRcp() function in otbr::DBus::DBusThreadObjectRcp 116 otbrError DBusThreadObjectRcp::Init(void) in Init() 123 … threadHelper->AddDeviceRoleHandler(std::bind(&DBusThreadObjectRcp::DeviceRoleHandler, this, _1)); in Init() 125 …threadHelper->SetDhcp6PdStateCallback(std::bind(&DBusThreadObjectRcp::Dhcp6PdStateHandler, this, _… in Init() 127 …threadHelper->AddActiveDatasetChangeHandler(std::bind(&DBusThreadObjectRcp::ActiveDatasetChangeHan… in Init() 128 mHost.RegisterResetHandler(std::bind(&DBusThreadObjectRcp::NcpResetHandler, this)); in Init() 131 std::bind(&DBusThreadObjectRcp::ScanHandler, this, _1)); in Init() 133 std::bind(&DBusThreadObjectRcp::EnergyScanHandler, this, _1)); in Init() 135 std::bind(&DBusThreadObjectRcp::AttachHandler, this, _1)); in Init() 137 std::bind(&DBusThreadObjectRcp::DetachHandler, this, _1)); in Init() [all …]
|
H A D | dbus_thread_object_rcp.hpp | 60 class DBusThreadObjectRcp : public DBusObject class 72 DBusThreadObjectRcp(DBusConnection &aConnection,
|
H A D | dbus_agent.cpp | 73 mThreadObject = MakeUnique<DBusThreadObjectRcp>(*mConnection, mInterfaceName, in Init()
|