Home
last modified time | relevance | path

Searched refs:queryObject (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_query_gles.cpp34 plats_.emplace_back().queryObject = q; in GpuQueryGLES()
41 glDeleteQueries(1, &plat.queryObject); in ~GpuQueryGLES()
H A Dgpu_query_gles.h28 uint32_t queryObject; member
H A Drender_backend_gles.cpp925 PLUGIN_ASSERT(platData.queryObject); in RenderSingleCommandList()
926 glBeginQuery(GL_TIME_ELAPSED_EXT, platData.queryObject); in RenderSingleCommandList()
2686 PLUGIN_ASSERT(platData.queryObject); in CopyPerfTimeStamp()
2696 glGetQueryObjectui64vEXT(platData.queryObject, GL_QUERY_RESULT, &gpuNanoSeconds); in CopyPerfTimeStamp()
2698 glGetQueryObjectui64v(platData.queryObject, GL_QUERY_RESULT, &gpuNanoSeconds); in CopyPerfTimeStamp()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_continue_token.cpp26 const SyncTimeRange &timeRange, const QueryObject &queryObject) in SQLiteSingleVerContinueToken()
27 : queryObject_(std::map<DeviceID, QueryObject>{{"", queryObject}}), in SQLiteSingleVerContinueToken()
25 SQLiteSingleVerContinueToken( const SyncTimeRange &timeRange, const QueryObject &queryObject) SQLiteSingleVerContinueToken() argument
H A Dsqlite_single_ver_continue_token.h31 SQLiteSingleVerContinueToken(const SyncTimeRange &timeRange, const QueryObject &queryObject);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.cpp21 const SyncTimeRange &timeRange, const QueryObject &queryObject) in SQLiteSingleVerRelationalContinueToken()
22 : isGettingDeletedData_(false), queryObj_(queryObject), tableName_(queryObj_.GetTableName()), timeRange_(timeRange) in SQLiteSingleVerRelationalContinueToken()
20 SQLiteSingleVerRelationalContinueToken( const SyncTimeRange &timeRange, const QueryObject &queryObject) SQLiteSingleVerRelationalContinueToken() argument
H A Dsqlite_single_ver_relational_continue_token.h29 SQLiteSingleVerRelationalContinueToken(const SyncTimeRange &timeRange, const QueryObject &queryObject);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp360 QueryObject queryObject; in HWTEST_F() local
362 std::make_unique<SQLiteSingleVerResultSet>(g_store, queryObject, OPTION); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_upload_test.cpp458 QueryObject queryObject(Query::Select()); in HWTEST_F()
459 queryObject.SetTableName(cloudSyncer->GetCurrentContextTableName()); in HWTEST_F()
460 auto token = new (std::nothrow) SQLiteSingleVerRelationalContinueToken(syncTimeRange, queryObject); in HWTEST_F()
1019 QueryObject queryObject(Query::Select()); in HWTEST_F()
1020 queryObject.SetTableName(cloudSyncer->GetCurrentContextTableName()); in HWTEST_F()
1021 auto token = new (std::nothrow) SQLiteSingleVerRelationalContinueToken(syncTimeRange, queryObject); in HWTEST_F()

Completed in 11 milliseconds