Home
last modified time | relevance | path

Searched refs:tmpRecord (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp817 BufferDownRecord* tmpRecord = bufferDownRecord_; in DownloadRecordHistory() local
819 if (tmpRecord->next) { in DownloadRecordHistory()
820 tmpRecord = tmpRecord->next; in DownloadRecordHistory()
825 BufferDownRecord* next = tmpRecord->next; in DownloadRecordHistory()
826 tmpRecord->next = nullptr; in DownloadRecordHistory()
827 tmpRecord = next; in DownloadRecordHistory()
828 while (tmpRecord) { in DownloadRecordHistory()
829 next = tmpRecord->next; in DownloadRecordHistory()
830 delete tmpRecord; in DownloadRecordHistory()
1286 BufferLeastRecord* tmpRecord = bufferLeastRecord_; OnReadBuffer() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp798 auto tmpRecord = Token::GetAbilityRecordByToken(token); in AttachAbilityThreadLocked() local
799 if (tmpRecord && tmpRecord != abilityRecord) { in AttachAbilityThreadLocked()
801 tmpRecord->GetURI().c_str(), userId_); in AttachAbilityThreadLocked()

Completed in 7 milliseconds