Home
last modified time | relevance | path

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

/openthread-3.4.0/src/cli/
Dcli.hpp479 static void HandleSntpResponse(void *aContext, uint64_t aTime, otError aResult);
490 void HandleSntpResponse(uint64_t aTime, otError aResult);
Dcli.cpp7403 …rExit(error = otSntpClientQuery(GetInstancePtr(), &query, &Interpreter::HandleSntpResponse, this)); in Process()
7417 void Interpreter::HandleSntpResponse(void *aContext, uint64_t aTime, otError aResult) in HandleSntpResponse() function in ot::Cli::Interpreter
7419 static_cast<Interpreter *>(aContext)->HandleSntpResponse(aTime, aResult); in HandleSntpResponse()
7422 void Interpreter::HandleSntpResponse(uint64_t aTime, otError aResult) in HandleSntpResponse() function in ot::Cli::Interpreter