Searched refs:queryObject (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_query_gles.cpp | 34 plats_.emplace_back().queryObject = q; in RENDER_BEGIN_NAMESPACE() 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() 2687 PLUGIN_ASSERT(platData.queryObject); in CopyPerfTimeStamp() 2697 glGetQueryObjectui64vEXT(platData.queryObject, GL_QUERY_RESULT, &gpuNanoSeconds); in CopyPerfTimeStamp() 2699 glGetQueryObjectui64v(platData.queryObject, GL_QUERY_RESULT, &gpuNanoSeconds); in CopyPerfTimeStamp()
|
/ohos5.0/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() argument 27 : queryObject_(std::map<DeviceID, QueryObject>{{"", queryObject}}), in SQLiteSingleVerContinueToken()
|
H A D | sqlite_single_ver_continue_token.h | 31 SQLiteSingleVerContinueToken(const SyncTimeRange &timeRange, const QueryObject &queryObject);
|
/ohos5.0/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() argument 22 …: isGettingDeletedData_(false), queryObj_(queryObject), tableName_(queryObj_.GetTableName()), time… in SQLiteSingleVerRelationalContinueToken()
|
H A D | sqlite_single_ver_relational_continue_token.h | 29 …teSingleVerRelationalContinueToken(const SyncTimeRange &timeRange, const QueryObject &queryObject);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_resultset_and_json_optimize.cpp | 360 QueryObject queryObject; variable 362 std::make_unique<SQLiteSingleVerResultSet>(g_store, queryObject, OPTION);
|
/ohos5.0/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()); 459 queryObject.SetTableName(cloudSyncer->GetCurrentContextTableName()); 460 …auto token = new (std::nothrow) SQLiteSingleVerRelationalContinueToken(syncTimeRange, queryObject); 1019 QueryObject queryObject(Query::Select()); 1020 queryObject.SetTableName(cloudSyncer->GetCurrentContextTableName()); 1021 …auto token = new (std::nothrow) SQLiteSingleVerRelationalContinueToken(syncTimeRange, queryObject);
|