Home
last modified time | relevance | path

Searched refs:needNotifyTables (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp625 …DoNotifyInNeed(const CloudSyncer::TaskId &taskId, const std::vector<std::string> &needNotifyTables, in DoNotifyInNeed() argument
638 for (size_t i = 0; i < needNotifyTables.size(); ++i) { in DoNotifyInNeed()
639 … UpdateProcessInfoWithoutUpload(taskId, needNotifyTables[i], i != (needNotifyTables.size() - 1u)); in DoNotifyInNeed()
689 std::vector<std::string> needNotifyTables; in DoDownloadInNeed() local
723 needNotifyTables.emplace_back(table); in DoDownloadInNeed()
731 DoNotifyInNeed(taskInfo.taskId, needNotifyTables, isFirstDownload); in DoDownloadInNeed()
H A Dcloud_syncer.h151 …DoNotifyInNeed(const CloudSyncer::TaskId &taskId, const std::vector<std::string> &needNotifyTables,