Home
last modified time | relevance | path

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

/openthread-3.7.0/src/cli/
Dcli.hpp362 bool mSntpQueryingInProgress; member in ot::Cli::Interpreter
Dcli.cpp111 , mSntpQueryingInProgress(false) in Interpreter()
6612 VerifyOrExit(!mSntpQueryingInProgress, error = OT_ERROR_BUSY); in Process()
6635 mSntpQueryingInProgress = true; in Process()
6666 mSntpQueryingInProgress = false; in HandleSntpResponse()