Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli.hpp282 static void HandleSntpResponse(void *aContext, uint64_t aTime, otError aResult);
289 void HandleSntpResponse(uint64_t aTime, otError aResult);
Dcli.cpp6289 …rExit(error = otSntpClientQuery(GetInstancePtr(), &query, &Interpreter::HandleSntpResponse, this)); in Process()
6303 void Interpreter::HandleSntpResponse(void *aContext, uint64_t aTime, otError aResult) in HandleSntpResponse() function in ot::Cli::Interpreter
6305 static_cast<Interpreter *>(aContext)->HandleSntpResponse(aTime, aResult); in HandleSntpResponse()
6308 void Interpreter::HandleSntpResponse(uint64_t aTime, otError aResult) in HandleSntpResponse() function in ot::Cli::Interpreter