Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtime.hpp88 explicit Time(uint32_t aValue) { SetValue(aValue); } in Time()
104 void SetValue(uint32_t aValue) { mValue = aValue; } in SetValue() function in ot::Time
/openthread-latest/src/core/utils/
Dslaac_address.hpp185 void MarkAsNotDeprecating(void) { mExpirationTime.SetValue(kNotDeprecated); } in MarkAsNotDeprecating()
193 mExpirationTime.SetValue(kNotDeprecated + 1); in SetExpirationTime()
Dhistory_tracker.hpp322 void MarkAsDistantPast(void) { return mTime.SetValue(kDistantPast); } in MarkAsDistantPast()
Dhistory_tracker.cpp503 mTime.SetValue(mTime.GetValue() - 1); in SetToNow()
/openthread-latest/tests/unit/
Dtest_heap_array.cpp76 void SetValue(uint16_t aValue) { mValue = aValue; } in SetValue() function in ot::Entry
377 entry->SetValue(4); in TestHeapArray()
385 entry->SetValue(5); in TestHeapArray()
Dtest_timer.cpp603 t1.SetValue(startTime); in TestTimerTime()
/openthread-latest/src/core/thread/
Dnetwork_data_leader.hpp546 void MarkAsInUse(uint8_t aId) { mRemoveTimes[aId - kMinId].SetValue(kInUse); } in MarkAsInUse()
574 … void MarkAsUnallocated(uint8_t aId) { mRemoveTimes[aId - kMinId].SetValue(kUnallocated); } in MarkAsUnallocated()
Dtime_sync_service.cpp186 mLastTimeSyncReceived.SetValue(0); in HandleNotifierEvents()
Dnetwork_data_leader_ftd.cpp1513 mRemoveTimes[aId - kMinId].SetValue(time); in SetRemoveTime()