Searched refs:HandleDetachGracefullyResult (Results 1 – 2 of 2) sorted by relevance
326 static void HandleDetachGracefullyResult(void *aContext);327 void HandleDetachGracefullyResult(void);
2620 …cessOrExit(error = otThreadDetachGracefully(GetInstancePtr(), HandleDetachGracefullyResult, this)); in Process()2628 void Interpreter::HandleDetachGracefullyResult(void *aContext) in HandleDetachGracefullyResult() function in ot::Cli::Interpreter2630 static_cast<Interpreter *>(aContext)->HandleDetachGracefullyResult(); in HandleDetachGracefullyResult()2633 void Interpreter::HandleDetachGracefullyResult(void) in HandleDetachGracefullyResult() function in ot::Cli::Interpreter