Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dsettings.hpp828 return ReadEntry(EntryType::kKey, &aEntry, sizeof(EntryType)); in Read()
852 return ReadEntry(EntryType::kKey, &aValue, sizeof(typename EntryType::ValueType)); in Read()
1118 Error ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const;
Dsettings.cpp403 Error Settings::ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const in ReadEntry() function in ot::Settings