Searched refs:threadHelper (Results 1 – 1 of 1) sorted by relevance
/external/ot-br-posix/src/dbus/server/ |
D | dbus_thread_object_rcp.cpp | 119 auto threadHelper = mHost.GetThreadHelper(); in Init() local 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() 341 auto threadHelper = mHost.GetThreadHelper(); in ScanHandler() local 342 threadHelper->Scan(std::bind(&DBusThreadObjectRcp::ReplyScanResult, this, aRequest, _1, _2)); in ScanHandler() 377 auto threadHelper = mHost.GetThreadHelper(); in EnergyScanHandler() local 383 threadHelper->EnergyScan(scanDuration, in EnergyScanHandler() 421 auto threadHelper = mHost.GetThreadHelper(); in AttachHandler() local 433 threadHelper->Attach([aRequest](otError aError, int64_t aAttachDelayMs) mutable { in AttachHandler() [all …]
|