Searched refs:AllocResourceAndShare (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/ |
H A D | cloud_service_proxy.h | 38 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 D | cloud_service.h | 107 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 D | js_cloud_share.cpp | 46 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 D | cloud_service_stub.cpp | 187 auto [status, resultSet] = AllocResourceAndShare(storeId, predicatesMemo, columns, participants); in OnAllocResourceAndShare()
|
H A D | cloud_service_impl.h | 51 std::pair<int32_t, std::vector<NativeRdb::ValuesBucket>> AllocResourceAndShare(const std::string &storeId,
|
H A D | cloud_service_impl.cpp | 1140 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 D | cloud_service_proxy.cpp | 117 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 D | cloud_data_test.cpp | 665 * @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