Lines Matching refs:Read

67     error = Read(dataset);  in Restore()
100 Error DatasetManager::Read(Dataset &aDataset) const in Read() function in ot::MeshCoP::DatasetManager
131 Error DatasetManager::Read(Dataset::Info &aDatasetInfo) const in Read() function in ot::MeshCoP::DatasetManager
138 SuccessOrExit(error = Read(dataset)); in Read()
145 Error DatasetManager::Read(Dataset::Tlvs &aDatasetTlvs) const in Read() function in ot::MeshCoP::DatasetManager
152 SuccessOrExit(error = Read(dataset)); in Read()
164 SuccessOrExit(error = Read(dataset)); in ApplyConfiguration()
408 SuccessOrExit(error = Read(dataset)); in GetChannelMask()
426 SuccessOrExit(Read(dataset)); in HandleTimer()
451 IgnoreError(Get<PendingDatasetManager>().Read(pendingDataset)); in SyncLocalWithLeader()
453 …if ((pendingDataset.Read<ActiveTimestampTlv>(timestamp) == kErrorNone) && (timestamp == mLocalTime… in SyncLocalWithLeader()
566 IgnoreError(aRequest.Read(offsetRange, tlvType)); in ProcessGetRequest()
583 IgnoreError(Read(dataset)); in ProcessGetRequest()
874 SuccessOrExit(Read(dataset)); in IsCommissioned()
903 SuccessOrExit(Read(dataset)); in ReadActiveTimestamp()
905 SuccessOrExit(dataset.Read<ActiveTimestampTlv>(aTimestamp)); in ReadActiveTimestamp()
933 SuccessOrExit(Read(dataset)); in StartDelayTimer()
946 SuccessOrExit(aDataset.Read<DelayTimerTlv>(delay)); in StartDelayTimer()
963 SuccessOrExit(Read(dataset)); in HandleDelayTimer()
972 SuccessOrExit(dataset.Read<ActiveTimestampTlv>(activeTimestamp)); in HandleDelayTimer()
983 SuccessOrExit(dataset.Read<NetworkKeyTlv>(newKey)); in HandleDelayTimer()