/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | sharing_center.cpp | 24 SharingCenter::Results SharingCenter::Unshare( in Unshare() function in OHOS::DistributedData::SharingCenter
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | sharing_center.h | 88 …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 D | cloud_service_proxy.h | 42 …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 D | js_cloud_share.cpp | 164 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 D | cloud_service.h | 111 …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 D | cloud_service_proxy.cpp | 169 int32_t CloudServiceProxy::Unshare( in Unshare() function in OHOS::CloudData::CloudServiceProxy
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_impl.h | 55 …int32_t Unshare(const std::string &sharingRes, const Participants &participants, Results &results)…
|
H A D | cloud_service_stub.cpp | 239 auto status = Unshare(sharingRes, participants, results); in OnUnshare()
|
H A D | cloud_service_impl.cpp | 1228 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 D | kernel-small-bundles-container.md | 330 [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 D | cloud_extension_stub.js | 696 case i.Unshare:
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 549 auto ret = cloudServiceImpl_->Unshare(sharingRes, participants, results);
|