Searched refs:ReadEntry (Results 1 – 2 of 2) sorted by relevance
828 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;
403 Error Settings::ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const in ReadEntry() function in ot::Settings