Home
last modified time | relevance | path

Searched refs:Unshare (Results 1 - 12 of 12) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsharing_center.cpp24 SharingCenter::Results SharingCenter::Unshare( in Unshare() function in OHOS::DistributedData::SharingCenter
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h84 virtual Results Unshare(int32_t userId, const std::string &bundleName, const std::string &sharingRes,
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/
H A Dcloud_service_proxy.h42 int32_t Unshare(const std::string &sharingRes, const Participants &participants, Results &results) override;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_service.h111 virtual int32_t Unshare(const std::string &sharingRes, const Participants &participants, Results &results) = 0;
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_share.cpp164 napi_value Unshare(napi_env env, napi_callback_info info) in Unshare() function
193 int32_t result = proxy->Unshare(ctxt->sharingRes, ctxt->participants, ctxt->results); in Unshare()
504 DECLARE_NAPI_FUNCTION("unshare", Unshare), in InitCloudSharing()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_service_impl_test.cpp314 * @tc.desc: Test the Unshare with invalid parameters
323 auto status = cloudServiceImpl_->Unshare(sharingRes, participants, results); in HWTEST_F()
H A Dcloud_data_test.cpp563 * @tc.name: Unshare
573 auto ret = cloudServiceImpl_->Unshare(sharingRes, participants, results); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_stub.cpp239 auto status = Unshare(sharingRes, participants, results); in OnUnshare()
H A Dcloud_service_impl.h55 int32_t Unshare(const std::string &sharingRes, const Participants &participants, Results &results) override;
H A Dcloud_service_impl.cpp1250 int32_t CloudServiceImpl::Unshare(const std::string &sharingRes, const Participants &participants, Results &results) in Unshare() function in CloudServiceImpl
1264 results = instance->Unshare(hapInfo.user, hapInfo.bundleName, sharingRes, Convert(participants)); in Unshare()
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_service_proxy.cpp169 int32_t CloudServiceProxy::Unshare( in Unshare() function in OHOS::CloudData::CloudServiceProxy
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js61 i[i["Unshare"] = 1] = "Unshare";
696 case i.Unshare:

Completed in 12 milliseconds