Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsharing_center.cpp24 SharingCenter::Results SharingCenter::Unshare( in Unshare() function in OHOS::DistributedData::SharingCenter
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h88 …virtual Results Unshare(int32_t userId, const std::string &bundleName, const std::string &sharingR…
/ohos5.0/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)…
/ohos5.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()
/ohos5.0/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 &…
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h55 …int32_t Unshare(const std::string &sharingRes, const Participants &participants, Results &results)…
H A Dcloud_service_stub.cpp239 auto status = Unshare(sharingRes, participants, results); in OnUnshare()
H A Dcloud_service_impl.cpp1228 int32_t CloudServiceImpl::Unshare(const std::string &sharingRes, const Participants &participants, … in Unshare() function in OHOS::CloudData::CloudServiceImpl
1241 … results = instance->Unshare(hapInfo.user, hapInfo.bundleName, sharingRes, Convert(participants)); in Unshare()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-bundles-container.md330 [Unshare 切换当前进程的UTS容器至一个新容器](https://gitee.com/openharmony/kernel_liteos_a/blob/master/testsuites/u…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js696 case i.Unshare:
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp549 auto ret = cloudServiceImpl_->Unshare(sharingRes, participants, results);