Searched refs:aProperty (Results 1 – 2 of 2) sorted by relevance
874 template <typename UintType> void UpdateProperty(UintType &aProperty, UintType aValue);
550 template <typename UintType> void Core::RecordInfo::UpdateProperty(UintType &aProperty, UintType aV… in UpdateProperty() argument565 if (!mIsPresent || (aProperty != aValue)) in UpdateProperty()568 aProperty = aValue; in UpdateProperty()