Home
last modified time | relevance | path

Searched defs:sharingRes (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsharing_center.cpp19 …int32_t userId, const std::string &bundleName, const std::string &sharingRes, const Participants &… in Share()
25 …int32_t userId, const std::string &bundleName, const std::string &sharingRes, const Participants &… in Unshare()
31 int32_t userId, const std::string &bundleName, const std::string &sharingRes) in Exit()
37 …int32_t userId, const std::string &bundleName, const std::string &sharingRes, const Participants &… in ChangePrivilege()
43 int32_t userId, const std::string &bundleName, const std::string &sharingRes) in Query()
61 …int32_t userId, const std::string &bundleName, const std::string &sharingRes, int32_t confirmation) in ChangeConfirmation()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_service_proxy.cpp157 const std::string &sharingRes, const Participants &participants, Results &results) in Share()
170 const std::string &sharingRes, const Participants &participants, Results &results) in Unshare()
182 int32_t CloudServiceProxy::Exit(const std::string &sharingRes, std::pair<int32_t, std::string> &res… in Exit()
194 const std::string &sharingRes, const Participants &participants, Results &results) in ChangePrivilege()
206 int32_t CloudServiceProxy::Query(const std::string &sharingRes, QueryResults &results) in Query()
241 int32_t CloudServiceProxy::ChangeConfirmation(const std::string &sharingRes, in ChangeConfirmation()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_stub.cpp219 std::string sharingRes; in OnShare() local
232 std::string sharingRes; in OnUnshare() local
245 std::string sharingRes; in OnExit() local
257 std::string sharingRes; in OnChangePrivilege() local
270 std::string sharingRes; in OnQuery() local
307 std::string sharingRes; in OnChangeConfirmation() local
H A Dcloud_service_impl.cpp1208 int32_t CloudServiceImpl::Share(const std::string &sharingRes, const Participants &participants, Re… in Share()
1228 int32_t CloudServiceImpl::Unshare(const std::string &sharingRes, const Participants &participants, … in Unshare()
1248 int32_t CloudServiceImpl::Exit(const std::string &sharingRes, std::pair<int32_t, std::string> &resu… in Exit()
1269 int32_t CloudServiceImpl::ChangePrivilege(const std::string &sharingRes, const Participants &partic… in ChangePrivilege()
1291 int32_t CloudServiceImpl::Query(const std::string &sharingRes, QueryResults &results) in Query()
1350 int32_t CloudServiceImpl::ChangeConfirmation(const std::string &sharingRes, int32_t confirmation, in ChangeConfirmation()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp531 std::string sharingRes = ""; variable
546 std::string sharingRes = ""; variable
561 std::string sharingRes = ""; variable
576 std::string sharingRes = ""; variable
591 std::string sharingRes = ""; variable
1167 std::string sharingRes; variable
1189 std::string sharingRes; variable
1211 std::string sharingRes; variable
1232 std::string sharingRes; variable
1254 std::string sharingRes; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_share.cpp116 std::string sharingRes; in Share() member
167 std::string sharingRes; in Unshare() member
216 std::string sharingRes; in Exit() member
263 std::string sharingRes; in ChangePrivilege() member
312 std::string sharingRes; in Query() member
453 std::string sharingRes; in ChangeConfirmation() member