Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/net/
Dsrp_client.cpp518 bool shouldUpdate = false; in ShouldUpdateHostAutoAddresses() local
543 ExitNow(shouldUpdate = true); in ShouldUpdateHostAutoAddresses()
554 ExitNow(shouldUpdate = !ml64.mSrpRegistered); in ShouldUpdateHostAutoAddresses()
557 shouldUpdate = (registeredCount != mAutoHostAddressCount); in ShouldUpdateHostAutoAddresses()
560 return shouldUpdate; in ShouldUpdateHostAutoAddresses()
1800 bool shouldUpdate = false; in UpdateState() local
1840 shouldUpdate = true; in UpdateState()
1863 shouldUpdate = true; in UpdateState()
1870 shouldUpdate = true; in UpdateState()
1888 if (shouldUpdate) in UpdateState()