Home
last modified time | relevance | path

Searched refs:AllocResourceAndShare (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/
H A Dcloud_service_proxy.h38 std::pair<int32_t, std::vector<NativeRdb::ValuesBucket>> AllocResourceAndShare(const std::string& storeId,
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_service.h107 virtual std::pair<int32_t, std::vector<NativeRdb::ValuesBucket>> AllocResourceAndShare(const std::string &storeId,
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_share.cpp46 napi_value AllocResourceAndShare(napi_env env, napi_callback_info info) in AllocResourceAndShare() function
78 ASSERT_NULL(!ctxt->isThrowError, "AllocResourceAndShare exit"); in AllocResourceAndShare()
90 auto [result, valueBuckets] = proxy->AllocResourceAndShare( in AllocResourceAndShare()
92 LOG_DEBUG("AllocResourceAndShare result: %{public}d, size:%{public}zu", result, valueBuckets.size()); in AllocResourceAndShare()
502 DECLARE_NAPI_FUNCTION("allocResourceAndShare", AllocResourceAndShare), in InitCloudSharing()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_stub.cpp187 auto [status, resultSet] = AllocResourceAndShare(storeId, predicatesMemo, columns, participants); in OnAllocResourceAndShare()
H A Dcloud_service_impl.h51 std::pair<int32_t, std::vector<NativeRdb::ValuesBucket>> AllocResourceAndShare(const std::string &storeId,
H A Dcloud_service_impl.cpp1140 std::pair<int32_t, std::vector<NativeRdb::ValuesBucket>> CloudServiceImpl::AllocResourceAndShare( in AllocResourceAndShare() function in CloudServiceImpl
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_service_proxy.cpp117 std::pair<int32_t, std::vector<NativeRdb::ValuesBucket>> CloudServiceProxy::AllocResourceAndShare( in AllocResourceAndShare() function in OHOS::CloudData::CloudServiceProxy
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp665 * @tc.name: AllocResourceAndShare
676 auto [ret, _] = cloudServiceImpl_->AllocResourceAndShare(TEST_CLOUD_STORE, predicates, columns, participants); in HWTEST_F()
690 std::tie(ret, _) = cloudServiceImpl_->AllocResourceAndShare(TEST_CLOUD_STORE, predicates, columns, participants); in HWTEST_F()

Completed in 10 milliseconds