Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dflash.cpp204 bool Flash::DoesValidRecordExist(uint32_t aOffset, uint16_t aKey) const in DoesValidRecordExist() function in ot::Flash
237 … if (!record.IsValid() || DoesValidRecordExist(srcOffset + record.GetSize(), record.GetKey())) in Swap()
Dflash.hpp209 bool DoesValidRecordExist(uint32_t aOffset, uint16_t aKey) const;