Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/cli/
H A Dcli.hpp326 static void HandleDetachGracefullyResult(void *aContext);
327 void HandleDetachGracefullyResult(void);
H A Dcli.cpp2620 …cessOrExit(error = otThreadDetachGracefully(GetInstancePtr(), HandleDetachGracefullyResult, this)); in Process()
2628 void Interpreter::HandleDetachGracefullyResult(void *aContext) in HandleDetachGracefullyResult() function in ot::Cli::Interpreter
2630 static_cast<Interpreter *>(aContext)->HandleDetachGracefullyResult(); in HandleDetachGracefullyResult()
2633 void Interpreter::HandleDetachGracefullyResult(void) in HandleDetachGracefullyResult() function in ot::Cli::Interpreter