Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp874 template <typename UintType> void UpdateProperty(UintType &aProperty, UintType aValue);
Dmdns.cpp550 template <typename UintType> void Core::RecordInfo::UpdateProperty(UintType &aProperty, UintType aV… in UpdateProperty() argument
565 if (!mIsPresent || (aProperty != aValue)) in UpdateProperty()
568 aProperty = aValue; in UpdateProperty()