Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Dnetwork_data_publisher.cpp296 case kNoEntry: in UpdateState()
482 static_assert(0 == kNoEntry, "kNoEntry value is not correct"); in StateToString()
518 if (GetState() != kNoEntry) in Publish()
526 Remove(/* aNextState */ kNoEntry); in Publish()
542 Remove(/* aNextState */ kNoEntry); in Unpublish()
652 VerifyOrExit(GetState() != kNoEntry); in Process()
814 if (GetState() != kNoEntry) in Publish()
828 Remove(/* aNextState */ kNoEntry); in Publish()
838 VerifyOrExit(GetState() == kNoEntry); in Publish()
854 Remove(/* aNextState */ kNoEntry); in Unpublish()
[all …]
Dnetwork_data_publisher.hpp336 kNoEntry, // Entry is unused (there is no entry). enumerator
354 : mState(kNoEntry) in Entry()
464 bool IsInUse(void) const { return GetState() != kNoEntry; } in IsInUse()