Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli.hpp344 bool mSntpQueryingInProgress; member in ot::Cli::Interpreter
Dcli.cpp83 , mSntpQueryingInProgress(false) in Interpreter()
6268 VerifyOrExit(!mSntpQueryingInProgress, error = OT_ERROR_BUSY); in Process()
6291 mSntpQueryingInProgress = true; in Process()
6322 mSntpQueryingInProgress = false; in HandleSntpResponse()