Home
last modified time | relevance | path

Searched defs:queryObj (Results 1 – 15 of 15) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_forward_cursor.cpp32 const QueryObject &queryObj) in SQLiteSingleVerForwardCursor()
Dsqlite_single_ver_storage_executor.cpp343 int SQLiteSingleVerStorageExecutor::GetEntries(QueryObject &queryObj, std::vector<Entry> &entries) … in GetEntries()
361 int SQLiteSingleVerStorageExecutor::GetCount(QueryObject &queryObj, int &count) const in GetCount()
739 int SQLiteSingleVerStorageExecutor::OpenResultSet(QueryObject &queryObj, int &count) in OpenResultSet()
815 int SQLiteSingleVerStorageExecutor::OpenResultSetForCacheRowIdMode(QueryObject &queryObj, in OpenResultSetForCacheRowIdMode()
863 int SQLiteSingleVerStorageExecutor::ReloadResultSet(QueryObject &queryObj) in ReloadResultSet()
912 int SQLiteSingleVerStorageExecutor::ReloadResultSetForCacheRowIdMode(QueryObject &queryObj, in ReloadResultSetForCacheRowIdMode()
1835 int SQLiteSingleVerStorageExecutor::InitResultSetCount(QueryObject &queryObj, sqlite3_stmt *&countS… in InitResultSetCount()
1855 int SQLiteSingleVerStorageExecutor::InitResultSetContent(QueryObject &queryObj) in InitResultSetContent()
1878 int SQLiteSingleVerStorageExecutor::InitResultSet(QueryObject &queryObj, sqlite3_stmt *&countStmt) in InitResultSet()
Dsqlite_single_ver_result_set.cpp35 …ResultSet::SQLiteSingleVerResultSet(SQLiteSingleVerNaturalStore *kvDB, const QueryObject &queryObj, in SQLiteSingleVerResultSet()
Dquery_sync_object.cpp296 int QuerySyncObject::DeSerializeData(Parcel &parcel, QuerySyncObject &queryObj) in DeSerializeData()
Dsqlite_single_ver_natural_store_connection.cpp153 QueryObject queryObj(query); in GetEntries() local
203 QueryObject queryObj(query); in GetCount() local
616 QueryObject queryObj(query); in GetResultSet() local
Dsqlite_cloud_kv_store.cpp173 QuerySyncObject queryObj = query; in GetAllUploadCount() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_query_object_helper_test.cpp49 QueryObject queryObj(query); in GetQuerySql() local
Ddistributeddb_storage_query_sync_test.cpp805 QuerySyncObject queryObj; variable
857 QuerySyncObject queryObj; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
Dsingle_ver_serialize_manager.cpp280 QuerySyncObject queryObj = packet->GetQuery(); in DataPacketQuerySyncSerialization() local
703 QuerySyncObject queryObj = packet->GetQuery(); in SubscribeSerialization() local
Dsingle_ver_data_sync_utils.cpp602 QuerySyncObject queryObj = context->GetQuery(); in GetUnsyncTotal() local
Dsingle_ver_data_sync.cpp380 QuerySyncObject queryObj = context->GetQuery(); in GetUnsyncData() local
1649 QuerySyncObject queryObj = context->GetQuery(); in GetReSendData() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Dvirtual_relational_ver_sync_db_interface.cpp180 …tionalVerSyncDBInterface::LocalDataChanged(int notifyEvent, std::vector<QuerySyncObject> &queryObj) in LocalDataChanged()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp642 …elationalSyncAbleStorage::LocalDataChanged(int notifyEvent, std::vector<QuerySyncObject> &queryObj) in LocalDataChanged()
1079 QuerySyncObject queryObj = query; in GetAllUploadCount() local
1096 QuerySyncObject queryObj = query; in GetUploadCount() local
1475 QuerySyncObject queryObj = query; in CheckQueryValid() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
Drd_single_ver_storage_executor.cpp523 int RdSingleVerStorageExecutor::OpenResultSet(QueryObject &queryObj, int &count) in OpenResultSet()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl2_rendering_context_impl.cpp182 napi_value WebGL2RenderingContextImpl::GetQueryParameter(napi_env env, napi_value queryObj, GLenum … in GetQueryParameter()