Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_forward_cursor.cpp32 const QueryObject &queryObj) in SQLiteSingleVerForwardCursor()
H A 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()
H A Dsqlite_single_ver_result_set.cpp35 …ResultSet::SQLiteSingleVerResultSet(SQLiteSingleVerNaturalStore *kvDB, const QueryObject &queryObj, in SQLiteSingleVerResultSet()
H A Dquery_sync_object.cpp296 int QuerySyncObject::DeSerializeData(Parcel &parcel, QuerySyncObject &queryObj) in DeSerializeData()
H A Dsqlite_single_ver_natural_store_connection.cpp153 QueryObject queryObj(query); in GetEntries() local
203 QueryObject queryObj(query); in GetCount() local
601 QueryObject queryObj(query); in GetResultSet() local
H A Dsqlite_cloud_kv_store.cpp173 QuerySyncObject queryObj = query; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_query_object_helper_test.cpp49 QueryObject queryObj(query); in GetQuerySql() local
H A Ddistributeddb_storage_query_sync_test.cpp805 QuerySyncObject queryObj; variable
857 QuerySyncObject queryObj; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_serialize_manager.cpp279 QuerySyncObject queryObj = packet->GetQuery(); in DataPacketQuerySyncSerialization() local
702 QuerySyncObject queryObj = packet->GetQuery(); in SubscribeSerialization() local
H A Dsingle_ver_data_sync.cpp379 QuerySyncObject queryObj = context->GetQuery(); in GetUnsyncData() local
1638 QuerySyncObject queryObj = context->GetQuery(); in GetReSendData() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp180 …tionalVerSyncDBInterface::LocalDataChanged(int notifyEvent, std::vector<QuerySyncObject> &queryObj) in LocalDataChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp642 …elationalSyncAbleStorage::LocalDataChanged(int notifyEvent, std::vector<QuerySyncObject> &queryObj) in LocalDataChanged()
1076 QuerySyncObject queryObj = query; in GetAllUploadCount() local
1093 QuerySyncObject queryObj = query; in GetUploadCount() local
1471 QuerySyncObject queryObj = query; in CheckQueryValid() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.cpp523 int RdSingleVerStorageExecutor::OpenResultSet(QueryObject &queryObj, int &count) in OpenResultSet()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp182 napi_value WebGL2RenderingContextImpl::GetQueryParameter(napi_env env, napi_value queryObj, GLenum … in GetQueryParameter()