Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_client.cpp682 bool shouldUpdate = false; in ShouldUpdateHostAutoAddresses() local
717 ExitNow(shouldUpdate = true); in ShouldUpdateHostAutoAddresses()
729 ExitNow(shouldUpdate = !mlEid.mSrpRegistered); in ShouldUpdateHostAutoAddresses()
737 shouldUpdate = (registeredCount != mAutoHostAddressCount); in ShouldUpdateHostAutoAddresses()
740 return shouldUpdate; in ShouldUpdateHostAutoAddresses()
2017 bool shouldUpdate = false; in UpdateState() local
2057 shouldUpdate = true; in UpdateState()
2080 shouldUpdate = true; in UpdateState()
2087 shouldUpdate = true; in UpdateState()
2105 if (shouldUpdate) in UpdateState()