| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_cloud_interfaces_set_cloud_schema_test.cpp | 335 void DistributedDBCloudInterfacesSetCloudSchemaTest::BlockSync(const Query &query, in BlockSync() argument 1203 Query query = Query::Select().FromTable({ g_sharedTableName2 }); in HWTEST_F() local 1238 Query query = Query::Select().FromTable({ g_sharedTableName1 }); in HWTEST_F() local 1272 Query query in HWTEST_F() local 1339 Query query = Query::Select().FromTable({ g_sharedTableName5 }); HWTEST_F() local 1368 Query query = Query::Select().FromTable({ g_sharedTableName1 }); HWTEST_F() local 1546 Query query = Query::Select().FromTable({ g_tableName2, g_sharedTableName1 }); HWTEST_F() local 1579 Query query = Query::Select().FromTable({ g_tableName2, g_sharedTableName1 }); HWTEST_F() local 1642 Query query = Query::Select().FromTable(tables); HWTEST_F() local 1705 Query query = Query::Select().FromTable({ g_tableName2, g_sharedTableName1 }); HWTEST_F() local 1762 Query query = Query::Select().FromTable(tables); HWTEST_F() local 1817 Query query = Query::Select().FromTable({ g_sharedTableName1 }); HWTEST_F() local 1860 Query query = Query::Select().FromTable(tables); HWTEST_F() local 1915 Query query = Query::Select().FromTable({ g_tableName2, g_sharedTableName1 }); HWTEST_F() local 1967 Query query = Query::Select().FromTable({ g_tableName2, g_sharedTableName1 }); HWTEST_F() local 2043 Query query = Query::Select().FromTable({ g_tableName2, g_sharedTableName1 }); HWTEST_F() local 2108 Query query = Query::Select().FromTable({ g_tableName2, g_sharedTableName1 }); HWTEST_F() local 2180 Query query = Query::Select().FromTable({ g_tableName2 }); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
| H A D | cloud_syncer_test.h | 291 void SetQuerySyncObject(TaskId taskId, const QuerySyncObject &query) in SetQuerySyncObject() argument
|
| H A D | cloud_db_sync_utils_test.cpp | 64 Query query = Query::Select().FromTable(g_tables); in InitSyncUtils() local 251 Query query = Query::Select().FromTable(tableNames); in callSync() local
|
| H A D | distributeddb_cloud_syncer_lock_test.cpp | 302 CloudSyncOption PrepareOption(const Query &query, LockAction action, bool isPriorityTask = false, in PrepareOption() argument
|
| /foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | single_store_impl.cpp | 251 Status SingleStoreImpl::GetEntries(const DataQuery &query, std::vector<Entry> &entries) const in GetEntries() argument 279 Status SingleStoreImpl::GetResultSet(const DataQuery &query, std::shared_ptr<ResultSet> &resultSet) const in GetResultSet() argument 304 Status SingleStoreImpl::GetCount(const DataQuery &query, int &result) const in GetCount() argument 393 GetResultSet(const DBQuery &query, std::shared_ptr<ResultSet> &resultSet) const GetResultSet() argument 410 GetEntries(const DBQuery &query, std::vector<Entry> &entries) const GetEntries() argument 440 Sync(const std::vector<std::string> &devices, SyncMode mode, const DataQuery &query, std::shared_ptr<SyncCallback> syncCallback, uint32_t delay) Sync() argument 476 SubscribeWithQuery(const std::vector<std::string> &devices, const DataQuery &query) SubscribeWithQuery() argument 480 UnsubscribeWithQuery(const std::vector<std::string> &devices, const DataQuery &query) UnsubscribeWithQuery() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/ |
| H A D | udmf_service_impl.cpp | 163 int32_t UdmfServiceImpl::GetData(const QueryOption &query, UnifiedData &unifiedData) in GetData() argument 193 int32_t UdmfServiceImpl::RetrieveData(const QueryOption &query, UnifiedData &unifiedData) in RetrieveData() argument 248 IsPermissionInCache(const QueryOption &query) IsPermissionInCache() argument 257 IsReadAndKeep(const std::vector<Privilege> &privileges, const QueryOption &query) IsReadAndKeep() argument 273 ProcessUri(const QueryOption &query, UnifiedData &unifiedData) ProcessUri() argument 324 SetRemoteUri(const QueryOption &query, std::vector<std::shared_ptr<UnifiedRecord>> &records) SetRemoteUri() argument 339 GetBatchData(const QueryOption &query, std::vector<UnifiedData> &unifiedDataSet) GetBatchData() argument 360 UpdateData(const QueryOption &query, UnifiedData &unifiedData) UpdateData() argument 409 DeleteData(const QueryOption &query, std::vector<UnifiedData> &unifiedDataSet) DeleteData() argument 447 GetSummary(const QueryOption &query, Summary &summary) GetSummary() argument 469 AddPrivilege(const QueryOption &query, Privilege &privilege) AddPrivilege() argument 523 Sync(const QueryOption &query, const std::vector<std::string> &devices) Sync() argument 568 IsRemoteData(const QueryOption &query, bool &result) IsRemoteData() argument 697 QueryDataCommon( const QueryOption &query, std::vector<UnifiedData> &dataSet, std::shared_ptr<Store> &store) QueryDataCommon() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
| H A D | cloud_store_types.h | 151 Query query; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
| H A D | rd_single_ver_natural_store_connection.cpp | 298 int RdSingleVerNaturalStoreConnection::GetEntriesInner(const IOption &option, const Query &query, in GetEntriesInner() argument 330 int RdSingleVerNaturalStoreConnection::GetEntries(const IOption &option, const Query &query, in GetEntries() argument 340 int RdSingleVerNaturalStoreConnection::GetCount(const IOption &option, const Query &query, int &count) const in GetCount() argument 132 GetResultSet(const IOption &option, const Query &query, IKvDBResultSet *&resultSet) const GetResultSet() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_single_ver_natural_store_extend.cpp | 390 int SQLiteSingleVerNaturalStore::AddSubscribe(const std::string &subscribeId, const QueryObject &query, in AddSubscribe() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
| H A D | single_ver_sync_task_context.cpp | 386 void SingleVerSyncTaskContext::SetQuery(const QuerySyncObject &query) in SetQuery() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | distributeddb_storage_query_sync_test.cpp | 213 Query query = Query::Select().PrefixKey(key); in HWTEST_F() local 253 Query query = Query::Select().PrefixKey(PREFIX_KEY); in HWTEST_F() local 322 Query query = Query::Select().PrefixKey(PREFIX_KEY); in HWTEST_F() local 385 Query query = Query::Select().PrefixKey(PREFIX_KEY); in HWTEST_F() local 449 Query query = Query::Select().PrefixKey(PREFIX_KEY); HWTEST_F() local 516 Query query = Query::Select().PrefixKey(PREFIX_KEY); HWTEST_F() local 564 Query query = Query::Select().PrefixKey(PREFIX_KEY).Limit(totalSize / 2); HWTEST_F() local 733 Query query = Query::Select().PrefixKey(key); HWTEST_F() local 779 Query query = Query::Select().PrefixKey({}).GreaterThan("$.test", true); // bool can not compare HWTEST_F() local 834 Query query = Query::Select().EqualTo("field_0", 0); HWTEST_F() local 911 Query query = Query::Select().GreaterThan("$.test1", 1).OrderBy("$.test1"); HWTEST_F() local 1049 Query query = Query::Select().OrderBy("$.field_name1").Limit(10, 5); HWTEST_F() local 1076 Query query = Query::Select(); HWTEST_F() local 1256 Query query = Query::Select().InKeys({KEY_1, KEY_2}).InKeys({KEY_3}); HWTEST_F() local 1320 Query query = Query::Select("Relational_table"); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_single_ver_p2p_simple_sync_test.cpp | 1760 auto query = Query::Select().PrefixKey({}); in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | single_store_impl.cpp | 420 Status SingleStoreImpl::GetEntries(const DataQuery &query, std::vector<Entry> &entries) const in GetEntries() argument 490 Status SingleStoreImpl::GetResultSet(const DataQuery &query, std::shared_ptr<ResultSet> &resultSet) const in GetResultSet() argument 517 Status SingleStoreImpl::GetCount(const DataQuery &query, int &result) const in GetCount() argument 588 Sync(const std::vector<std::string> &devices, SyncMode mode, const DataQuery &query, std::shared_ptr<SyncCallback> syncCallback, uint32_t delay) Sync() argument 687 SubscribeWithQuery(const std::vector<std::string> &devices, const DataQuery &query) SubscribeWithQuery() argument 709 UnsubscribeWithQuery(const std::vector<std::string> &devices, const DataQuery &query) UnsubscribeWithQuery() argument [all...] |
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
| H A D | udmf_client_test.cpp | 93 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; in TearDown() local 1607 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; in HWTEST_F() local 1763 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; in HWTEST_F() local 2264 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; HWTEST_F() local 2303 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; HWTEST_F() local 2367 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; HWTEST_F() local 2431 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; HWTEST_F() local 2495 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; HWTEST_F() local [all...] |
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| H A D | wacom_w8001.c | 188 static void parse_touchquery(u8 *data, struct w8001_touch_query *query) in parse_touchquery() argument [all...] |
| /kernel/linux/linux-5.10/drivers/infiniband/core/ |
| H A D | multicast.c | 108 struct ib_sa_query *query; member
|
| /kernel/linux/linux-6.6/drivers/infiniband/core/ |
| H A D | multicast.c | 108 struct ib_sa_query *query; member
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| H A D | wacom_w8001.c | 188 static void parse_touchquery(u8 *data, struct w8001_touch_query *query) in parse_touchquery() argument [all...] |
| /third_party/alsa-lib/src/ucm/ |
| H A D | ucm_subs.c | 338 static char *rval_card_lookup(snd_use_case_mgr_t *uc_mgr, const char *query) in rval_card_lookup() argument 482 static char *rval_device_lookup(snd_use_case_mgr_t *uc_mgr, const char *query) in rval_device_lookup() argument 218 rval_lookup_main(snd_use_case_mgr_t *uc_mgr, const char *query, struct lookup_iterate *iter) rval_lookup_main() argument
|
| /third_party/curl/lib/ |
| H A D | cfilters.c | 124 Curl_cf_def_query(struct Curl_cfilter *cf, struct Curl_easy *data, int query, int *pres1, void *pres2) Curl_cf_def_query() argument
|
| H A D | http_aws_sigv4.c | 429 canon_query(struct Curl_easy *data, const char *query, struct dynbuf *dq) canon_query() argument
|
| /third_party/libcoap/examples/ |
| H A D | oscore-interop-server.c | 105 hnd_get_hello_coap(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_hello_coap() argument 118 hnd_get_hello_1(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_hello_1() argument 131 hnd_get_hello_2(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_hello_2() argument 144 hnd_get_hello_3(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_hello_3() argument 157 hnd_post_hello_6(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_post_hello_6() argument 174 hnd_put_hello_7(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_put_hello_7() argument 205 hnd_get_observe1(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_observe1() argument 240 hnd_get_observe2(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_observe2() argument [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_subscribe.c | 898 coap_string_t *query = NULL; in coap_op_dyn_resource_load_disk() local
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_queue.c | 144 struct v3dv_query *query = &info->pool->queries[i]; in handle_reset_query_cpu_job() local 238 struct v3dv_query *query = &info->pool->queries[info->query + i]; in handle_end_query_cpu_job() local 419 struct v3dv_query *query = &info->pool->queries[info->query + i]; handle_timestamp_query_cpu_job() local [all...] |
| H A D | v3dv_query.c | 119 kperfmon_create(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query) kperfmon_create() argument 146 kperfmon_destroy(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query) kperfmon_destroy() argument 380 write_occlusion_query_result(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query, bool do_64bit, void *data, uint32_t slot) write_occlusion_query_result() argument 401 write_timestamp_query_result(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query, bool do_64bit, void *data, uint32_t slot) write_timestamp_query_result() argument 417 write_performance_query_result(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query, bool do_64bit, void *data, uint32_t slot) write_performance_query_result() argument 473 write_query_result(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query, bool do_64bit, void *data, uint32_t slot) write_query_result() argument 496 query_is_available(struct v3dv_device *device, struct v3dv_query_pool *pool, uint32_t query, bool do_wait, bool *available) query_is_available() argument 644 v3dv_CmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) v3dv_CmdBeginQuery() argument 656 v3dv_CmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) v3dv_CmdEndQuery() argument [all...] |