Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_notifier.h35 uint32_t GetUploadBatchIndex(const std::string &tableName) const;
H A Dprocess_notifier.cpp131 uint32_t ProcessNotifier::GetUploadBatchIndex(const std::string &tableName) const in GetUploadBatchIndex() function in DistributedDB::ProcessNotifier
H A Dcloud_syncer.cpp2117 return currentContext_.notifier->GetUploadBatchIndex(currentContext_.tableName); in GetCurrentTableUploadBatchIndex()