Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dnotifier.hpp270 template <typename Type> Error Update(Type &aVariable, const Type &aNewValue, Event aEvent) in Update() argument
274 if (aVariable == aNewValue) in Update()
281 aVariable = aNewValue; in Update()