Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h266 …int OpenResultSetForCacheRowIdModeCommon(std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, in…
H A Dsqlite_single_ver_storage_executor.cpp808 errCode = OpenResultSetForCacheRowIdModeCommon(rowIdCache, cacheLimit, count); in OpenResultSetForCacheRowIdMode()
840 errCode = OpenResultSetForCacheRowIdModeCommon(rowIdCache, cacheLimit, count); in OpenResultSetForCacheRowIdMode()
1990 int SQLiteSingleVerStorageExecutor::OpenResultSetForCacheRowIdModeCommon(std::vector<int64_t> &rowI… in OpenResultSetForCacheRowIdModeCommon() function in DistributedDB::SQLiteSingleVerStorageExecutor