Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_client.cpp371 , mGuardTimer(aInstance) in Client()
665 VerifyOrExit(!mGuardTimer.IsRunning()); in HandleUnicastAddressEvent()
2256 mGuardTimer.Start(kGuardTimeAfterAttachToUseShorterTxJitter); in ApplyAutoStartGuardOnAttach()
2369 if (mGuardTimer.IsRunning()) in ProcessAutoStart()
Dsrp_client.hpp1105 GuardTimer mGuardTimer; member in ot::Srp::Client