Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Drcp_host.hpp147 void PostTimerTask(Milliseconds aDelay, TaskRunner::Task<void> aTask);
H A Drcp_host.cpp378 void RcpHost::PostTimerTask(Milliseconds aDelay, TaskRunner::Task<void> aTask) in PostTimerTask() function in otbr::Ncp::RcpHost
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dthread_helper.cpp856 mHost->PostTimerTask(delay, [this, aPort]() { in PermitUnsecureJoin()