Home
last modified time | relevance | path

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

/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object_rcp.cpp119 auto threadHelper = mHost.GetThreadHelper(); in Init() local
123threadHelper->AddDeviceRoleHandler(std::bind(&DBusThreadObjectRcp::DeviceRoleHandler, this, _1)); in Init()
125threadHelper->SetDhcp6PdStateCallback(std::bind(&DBusThreadObjectRcp::Dhcp6PdStateHandler, this, _… in Init()
127threadHelper->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 …]