Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsharing_center.cpp36 SharingCenter::Results SharingCenter::ChangePrivilege( in ChangePrivilege() function in OHOS::DistributedData::SharingCenter
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h88 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 Dcloud_service_proxy.h44 int32_t ChangePrivilege(
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_service.h113 virtual int32_t ChangePrivilege(
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_share.cpp260 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 Dcloud_service_impl_test.cpp343 * @tc.desc: Test the ChangePrivilege with invalid parameters
352 auto status = cloudServiceImpl_->ChangePrivilege(sharingRes, participants, results); in HWTEST_F()
H A Dcloud_data_test.cpp578 * @tc.name: ChangePrivilege
588 auto ret = cloudServiceImpl_->ChangePrivilege(sharingRes, participants, results); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_stub.cpp264 auto status = ChangePrivilege(sharingRes, participants, results); in OnChangePrivilege()
H A Dcloud_service_impl.h57 int32_t ChangePrivilege(const std::string &sharingRes, const Participants &participants, Results &results) override;
H A Dcloud_service_impl.cpp1293 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 Dcloud_service_proxy.cpp193 int32_t CloudServiceProxy::ChangePrivilege( in ChangePrivilege() function in OHOS::CloudData::CloudServiceProxy
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js63 i[i["ChangePrivilege"] = 3] = "ChangePrivilege";
717 case i.ChangePrivilege:

Completed in 12 milliseconds