Searched refs:Unshare (Results 1 - 12 of 12) sorted by relevance
/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
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | sharing_center.h | 84 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 D | cloud_service_proxy.h | 42 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 D | cloud_service.h | 111 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 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()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_service_impl_test.cpp | 314 * @tc.desc: Test the Unshare with invalid parameters 323 auto status = cloudServiceImpl_->Unshare(sharingRes, participants, results); in HWTEST_F()
|
H A D | cloud_data_test.cpp | 563 * @tc.name: Unshare 573 auto ret = cloudServiceImpl_->Unshare(sharingRes, participants, results); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_stub.cpp | 239 auto status = Unshare(sharingRes, participants, results); in OnUnshare()
|
H A D | cloud_service_impl.h | 55 int32_t Unshare(const std::string &sharingRes, const Participants &participants, Results &results) override;
|
H A D | cloud_service_impl.cpp | 1250 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 D | cloud_service_proxy.cpp | 169 int32_t CloudServiceProxy::Unshare( in Unshare() function in OHOS::CloudData::CloudServiceProxy
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 61 i[i["Unshare"] = 1] = "Unshare"; 696 case i.Unshare:
|
Completed in 12 milliseconds