Home
last modified time | relevance | path

Searched refs:needDownload (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.h90 bool DoPreparedSwitchBitrate(bool switchBitrateOk, bool &needDownload, int &streamId);
H A Ddash_media_downloader.cpp883 bool DashMediaDownloader::DoPreparedSwitchBitrate(bool switchBitrateOk, bool &needDownload, int &st… in DoPreparedSwitchBitrate() argument
895 needDownload = false; in DoPreparedSwitchBitrate()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp422 void InitDataStatusTest(bool needDownload);
423 void DataStatusTest001(bool needDownload);
566 void DistributedDBCloudSyncerDownloadAssetsTest::InitDataStatusTest(bool needDownload) in InitDataStatusTest() argument
571 if (needDownload) { in InitDataStatusTest()
590 void DistributedDBCloudSyncerDownloadAssetsTest::DataStatusTest001(bool needDownload) in DataStatusTest001() argument
608 InitDataStatusTest(needDownload); in DataStatusTest001()