Searched refs:ChangePrivilege (Results 1 - 12 of 12) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | sharing_center.cpp | 36 SharingCenter::Results SharingCenter::ChangePrivilege( in ChangePrivilege() function in OHOS::DistributedData::SharingCenter
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | sharing_center.h | 88 virtual Results ChangePrivilege(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 | 44 int32_t ChangePrivilege(
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_service.h | 113 virtual int32_t ChangePrivilege(
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_share.cpp | 260 napi_value ChangePrivilege(napi_env env, napi_callback_info info) in ChangePrivilege() function 289 int32_t result = proxy->ChangePrivilege(ctxt->sharingRes, ctxt->participants, ctxt->results); in ChangePrivilege() 506 DECLARE_NAPI_FUNCTION("changePrivilege", ChangePrivilege), in InitCloudSharing()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_service_impl_test.cpp | 343 * @tc.desc: Test the ChangePrivilege with invalid parameters 352 auto status = cloudServiceImpl_->ChangePrivilege(sharingRes, participants, results); in HWTEST_F()
|
H A D | cloud_data_test.cpp | 578 * @tc.name: ChangePrivilege 588 auto ret = cloudServiceImpl_->ChangePrivilege(sharingRes, participants, results); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_stub.cpp | 264 auto status = ChangePrivilege(sharingRes, participants, results); in OnChangePrivilege()
|
H A D | cloud_service_impl.h | 57 int32_t ChangePrivilege(const std::string &sharingRes, const Participants &participants, Results &results) override;
|
H A D | cloud_service_impl.cpp | 1293 int32_t CloudServiceImpl::ChangePrivilege(const std::string &sharingRes, const Participants &participants, in ChangePrivilege() function in CloudServiceImpl 1309 results = instance->ChangePrivilege(hapInfo.user, hapInfo.bundleName, sharingRes, Convert(participants)); in ChangePrivilege()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_service_proxy.cpp | 193 int32_t CloudServiceProxy::ChangePrivilege( in ChangePrivilege() function in OHOS::CloudData::CloudServiceProxy
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 63 i[i["ChangePrivilege"] = 3] = "ChangePrivilege"; 717 case i.ChangePrivilege:
|
Completed in 12 milliseconds