Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_query_gles.cpp34 plats_.emplace_back().queryObject = q; in RENDER_BEGIN_NAMESPACE()
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()
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 Dsqlite_single_ver_continue_token.cpp26 const SyncTimeRange &timeRange, const QueryObject &queryObject) in SQLiteSingleVerContinueToken() argument
27 : queryObject_(std::map<DeviceID, QueryObject>{{"", queryObject}}), in SQLiteSingleVerContinueToken()
H A Dsqlite_single_ver_continue_token.h31 SQLiteSingleVerContinueToken(const SyncTimeRange &timeRange, const QueryObject &queryObject);
/ohos5.0/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() argument
22 …: isGettingDeletedData_(false), queryObj_(queryObject), tableName_(queryObj_.GetTableName()), time… in SQLiteSingleVerRelationalContinueToken()
H A Dsqlite_single_ver_relational_continue_token.h29 …teSingleVerRelationalContinueToken(const SyncTimeRange &timeRange, const QueryObject &queryObject);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp360 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 Ddistributeddb_cloud_syncer_upload_test.cpp458 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);