Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1174 bool mIsAddedInServiceTypes; member in ot::Dns::Multicast::Core::ServiceEntry
Dmdns.cpp1864 , mIsAddedInServiceTypes(false) in ServiceEntry()
2501 VerifyOrExit(shouldAdd != mIsAddedInServiceTypes); in UpdateServiceTypes()
2503 mIsAddedInServiceTypes = shouldAdd; in UpdateServiceTypes()