Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1412 int SQLiteSingleVerRelationalStorageExecutor::GetUploadCountInner(const Timestamp &timestamp, in GetUploadCountInner() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1442 return GetUploadCountInner(timestamp, helper, sql, count); in GetUploadCount()
1462 errCode = GetUploadCountInner(timestampVec[i], helper, sql, tempCount); in GetAllUploadCount()
H A Dsqlite_single_ver_relational_storage_executor.h473 …int GetUploadCountInner(const Timestamp &timestamp, SqliteQueryHelper &helper, std::string &sql, i…