Searched refs:queryObject (Results 1 - 9 of 9) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_query_gles.cpp | 34 plats_.emplace_back().queryObject = q; in GpuQueryGLES() 41 glDeleteQueries(1, &plat.queryObject); in ~GpuQueryGLES()
|
H A D | gpu_query_gles.h | 28 uint32_t queryObject; member
|
H A D | render_backend_gles.cpp | 925 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 D | sqlite_single_ver_continue_token.cpp | 26 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 D | sqlite_single_ver_continue_token.h | 31 SQLiteSingleVerContinueToken(const SyncTimeRange &timeRange, const QueryObject &queryObject);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_continue_token.cpp | 21 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 D | sqlite_single_ver_relational_continue_token.h | 29 SQLiteSingleVerRelationalContinueToken(const SyncTimeRange &timeRange, const QueryObject &queryObject);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_resultset_and_json_optimize.cpp | 360 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 D | distributeddb_cloud_syncer_upload_test.cpp | 458 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