| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| D | rdb_service.h | 70 virtual std::pair<int32_t, std::shared_ptr<ResultSet>> QuerySharingResource(
|
| D | rdb_store.h | 342 virtual std::pair<int32_t, std::shared_ptr<ResultSet>> QuerySharingResource( in QuerySharingResource() function
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
| D | rdb_service_proxy.h | 74 std::pair<int32_t, std::shared_ptr<ResultSet>> QuerySharingResource(const RdbSyncerParam ¶m,
|
| D | rdb_store_impl.h | 145 std::pair<int32_t, std::shared_ptr<ResultSet>> QuerySharingResource(
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
| D | napi_rdb_store.h | 79 static napi_value QuerySharingResource(napi_env env, napi_callback_info info);
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
| D | rdb_service_impl.h | 83 std::pair<int32_t, std::shared_ptr<ResultSet>> QuerySharingResource(const RdbSyncerParam& param,
|
| D | rdb_service_stub.cpp | 296 auto [status, resultSet] = QuerySharingResource(param, predicates, columns); in OnRemoteQuerySharingResource()
|
| D | rdb_service_impl.cpp | 614 std::pair<int32_t, std::shared_ptr<RdbService::ResultSet>> RdbServiceImpl::QuerySharingResource( in QuerySharingResource() function in OHOS::DistributedRdb::RdbServiceImpl
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| D | rdb_store_impl_test.cpp | 651 auto ret = store->QuerySharingResource(predicates, {}); 687 auto [status, resultSet] = store->QuerySharingResource(predicates, { "id", "data_key" });
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | rdb_service_proxy.cpp | 346 …::pair<int32_t, std::shared_ptr<RdbServiceProxy::ResultSet>> RdbServiceProxy::QuerySharingResource( in QuerySharingResource() function in OHOS::DistributedRdb::RdbServiceProxy
|
| D | rdb_store_impl.cpp | 685 std::pair<int32_t, std::shared_ptr<ResultSet>> RdbStoreImpl::QuerySharingResource( in QuerySharingResource() function in OHOS::NativeRdb::RdbStoreImpl 693 service->QuerySharingResource(syncerParam_, predicates.GetDistributedPredicates(), columns); in QuerySharingResource()
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
| D | napi_rdb_store.cpp | 194 DECLARE_NAPI_FUNCTION("querySharingResource", QuerySharingResource), in Init() 1501 napi_value RdbStoreProxy::QuerySharingResource(napi_env env, napi_callback_info info) in QuerySharingResource() function in OHOS::RelationalStoreJsKit::RdbStoreProxy 1521 obj->rdbStore_->QuerySharingResource(*(context->rdbPredicates), context->columns); in QuerySharingResource()
|