Home
last modified time | relevance | path

Searched defs:SetValue (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Dtime.hpp98 void SetValue(uint32_t aValue) { mValue = aValue; } in SetValue() function in ot::Time
/openthread-latest/tests/unit/
Dtest_heap_array.cpp76 void SetValue(uint16_t aValue) { mValue = aValue; } in SetValue() function in ot::Entry