Searched refs:HandleSntpResponse (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/cli/ |
D | cli.hpp | 282 static void HandleSntpResponse(void *aContext, uint64_t aTime, otError aResult); 289 void HandleSntpResponse(uint64_t aTime, otError aResult);
|
D | cli.cpp | 6289 …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
|