Home
last modified time | relevance | path

Searched refs:IsDownloadFinish (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_recorder.h30 bool IsDownloadFinish(int userIndex, const std::string &table) const;
H A Dprocess_recorder.cpp26 bool ProcessRecorder::IsDownloadFinish(int userIndex, const std::string &table) const in IsDownloadFinish() function in DistributedDB::ProcessRecorder
H A Dcloud_syncer_extend.cpp694 if (currentContext_.processRecorder->IsDownloadFinish(currentContext_.currentUserIndex, in DoDownloadInNeed()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_test.cpp751 EXPECT_TRUE(recorder->IsDownloadFinish(0, g_cloudSyncer->GetCurrentContextTableName()));