Home
last modified time | relevance | path

Searched refs:GetLimitVal (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.h41 void GetLimitVal(int &limit, int &offset) const;
H A Dquery_object.cpp152 void QueryObject::GetLimitVal(int &limit, int &offset) const in GetLimitVal() function in DistributedDB::QueryObject
H A Dsqlite_single_ver_storage_executor.cpp760 queryObj.GetLimitVal(limit, offset); in OpenResultSet()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.cpp163 queryObj_.GetLimitVal(limit, offset); in UpdateNextSyncOffset()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp1063 queryObjAfterSer.GetLimitVal(limit, offset);