Home
last modified time | relevance | path

Searched defs:query (Results 151 – 175 of 259) sorted by relevance

1234567891011

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudExtension-sys.md592 ### query subsection
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp72 int VirtualRelationalVerSyncDBInterface::PutSyncDataWithQuery(const QueryObject &query, in PutSyncDataWithQuery()
124 int VirtualRelationalVerSyncDBInterface::GetSyncData(QueryObject &query, in GetSyncData()
H A Dvirtual_single_ver_sync_db_Interface.cpp402 int VirtualSingleVerSyncDBInterface::GetSyncData(QueryObject &query, const SyncTimeRange &timeRange, in GetSyncData()
487 int VirtualSingleVerSyncDBInterface::PutSyncDataWithQuery(const QueryObject &query, in PutSyncDataWithQuery()
514 …ualSingleVerSyncDBInterface::AddSubscribe(const std::string &subscribeId, const QueryObject &query, in AddSubscribe()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp492 CArrEntry CJDeviceKVStore::GetEntries(const std::string &deviceId, OHOS::sptr<CQuery> query, int32_… in GetEntries()
520 int64_t CJDeviceKVStore::GetResultSetQuery(const std::string &deviceId, OHOS::sptr<CQuery> query, i… in GetResultSetQuery()
539 int32_t CJDeviceKVStore::GetResultSize(const std::string &deviceId, OHOS::sptr<CQuery> query, int32… in GetResultSize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp603 Query query = Query::Select().FromTable(g_tables); in SetUp() local
640 Query query = Query::Select().FromTable(g_tables); variable
673 Query query = Query::Select().FromTable(g_tables); variable
708 Query query = Query::Select().FromTable(g_tables); variable
778 Query query = Query::Select().FromTable(g_tables); variable
H A Ddistributeddb_interfaces_relational_test.cpp1251 Query query = Query::Select("t1").NotEqualTo("a", 0); variable
1306 Query query = Query::Select("t1").EqualTo("a", 1); in TestRemoveDeviceDataWithCallback() local
1444 Query query = Query::Select("t2"); variable
1591 Query query = Query::Select("create").EqualTo("create", 1); in ProcessSync() local
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp93 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; in TearDown() local
1607 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; variable
1763 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; variable
2264 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; variable
2303 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; variable
2367 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; variable
2431 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; variable
2495 QueryOption query = { .intention = Intention::UD_INTENTION_DATA_HUB }; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp441 int RelationalSyncAbleStorage::GetSyncData(QueryObject &query, const SyncTimeRange &timeRange, in GetSyncData()
539 QueryObject query = object; in SaveSyncDataItems() local
576 int RelationalSyncAbleStorage::PutSyncData(const QueryObject &query, std::vector<DataItem> &dataIte… in PutSyncData()
1068 int RelationalSyncAbleStorage::GetAllUploadCount(const QuerySyncObject &query, in GetAllUploadCount()
1085 int RelationalSyncAbleStorage::GetUploadCount(const QuerySyncObject &query, const Timestamp &timest… in GetUploadCount()
1110 QuerySyncObject query = querySyncObject; in GetCloudData() local
1166 QuerySyncObject query = querySyncObject; in GetCloudGid() local
1459 int RelationalSyncAbleStorage::CheckQueryValid(const QuerySyncObject &query) in CheckQueryValid()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c343 const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response)
544 const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response)
595 const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response)
1102 const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp974 void SyncEngine::GetSubscribeSyncParam(const std::string &device, const QuerySyncObject &query, in GetSubscribeSyncParam()
983 void SyncEngine::GetQueryAutoSyncParam(const std::string &device, const QuerySyncObject &query, in GetQueryAutoSyncParam()
1216 for (const auto &query: queryList) { in AddSubscribe() local
1223 const QuerySyncObject &query) in AddQuerySubscribe()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp165 int StorageProxy::GetUploadCount(const QuerySyncObject &query, const bool isCloudForcePush, in GetUploadCount()
203 QuerySyncObject query; in GetUploadCount() local
208 int StorageProxy::GetUploadCount(const QuerySyncObject &query, const Timestamp &localMark, in GetUploadCount()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Ddistributeddb_tools_test.cpp135 std::map<std::string, DBStatus>& statuses, const Query &query) in SyncTestWithQuery()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_sync_utils_test.cpp64 Query query = Query::Select().FromTable(g_tables); in InitSyncUtils() local
251 Query query = Query::Select().FromTable(tableNames); in callSync() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp586 DataQuery query; variable
659 DataQuery query; variable
698 DataQuery query; variable
752 DataQuery query; variable
1052 DataQuery query; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_syncer.cpp181 QuerySyncObject query = param.syncQuery; in SyncConditionCheck() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_data_test.cpp322 Query query = { filter.c_str(), projection }; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp325 …nt32_t, std::shared_ptr<Cursor>> KVDBGeneralStore::Query(const std::string &table, GenQuery &query) in Query()
378 std::pair<int32_t, int32_t> KVDBGeneralStore::Sync(const Devices &devices, GenQuery &query, DetailA… in Sync()
478 std::pair<int32_t, std::shared_ptr<Cursor>> KVDBGeneralStore::PreSharing(GenQuery &query) in PreSharing()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_store_utility_test.cpp144 DocQuery query; in TestEventsOfDocReader() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_mock_p2p_service.cpp119 std::vector<unsigned char> query = request.GetQuery(); in RequestService() local
/ohos5.0/base/security/asset/services/db_operator/src/test/
H A Dtest_database.rs227 let query = QueryOptions { in query_ordered_data() localVariable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_cache.cpp595 int SQLiteSingleVerStorageExecutor::GetExpandedCheckSql(QueryObject query, DataItem &dataItem) in GetExpandedCheckSql()
630 Timestamp &maxStamp, uint64_t recordVersion, const QueryObject &query) in SaveSyncDataItemInCacheMode()
H A Dsqlite_cloud_kv_store.cpp358 QuerySyncObject query = querySyncObject; in GetCloudGid() local
382 int SqliteCloudKvStore::CheckQueryValid(const QuerySyncObject &query) in CheckQueryValid()
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore.md3605 ### query subsection
3658 ### query subsection
/ohos5.0/base/security/asset/services/core_service/src/
H A Dlib.rs188 fn query(&self, calling_info: &CallingInfo, query: &AssetMap) -> Result<Vec<AssetMap>> { in query() method
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp267 QueryObject query(Query::Select(g_tableName)); in SetNextBeginTime001() local
613 …Query query = Query::Select(g_tableName).NotEqualTo("key", 10).And().NotEqualTo("value", 20).Order… variable
1594 Query query = Query::Select().OrderBy("errDevice", false); variable

1234567891011