Home
last modified time | relevance | path

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

/openthread-3.6.0/src/cli/
Dcli.hpp532 bool mSntpQueryingInProgress; member in ot::Cli::Interpreter
Dcli.cpp108 , mSntpQueryingInProgress(false) in Interpreter()
6681 VerifyOrExit(!mSntpQueryingInProgress, error = OT_ERROR_BUSY); in Process()
6704 mSntpQueryingInProgress = true; in Process()
6735 mSntpQueryingInProgress = false; in HandleSntpResponse()