/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | sharing_center.cpp | 18 Share( int32_t userId, const std::string &bundleName, const std::string &sharingRes, const Participants &participants) Share() argument 24 Unshare( int32_t userId, const std::string &bundleName, const std::string &sharingRes, const Participants &participants) Unshare() argument 36 ChangePrivilege( int32_t userId, const std::string &bundleName, const std::string &sharingRes, const Participants &participants) ChangePrivilege() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_value_util.cpp | 108 std::vector<SharingPtpant> Convert(const std::vector<Participant> &participants) in Convert() argument
|
H A D | cloud_service_stub.cpp | 182 std::vector<Participant> participants; in OnAllocResourceAndShare() local 220 Participants participants; in OnShare() local 233 Participants participants; in OnUnshare() local 258 Participants participants; in OnChangePrivilege() local [all...] |
H A D | cloud_service_impl.cpp | 1229 int32_t CloudServiceImpl::Share(const std::string &sharingRes, const Participants &participants, Results &results) in Share() argument 1250 int32_t CloudServiceImpl::Unshare(const std::string &sharingRes, const Participants &participants, Results &results) in Unshare() argument 1293 int32_t CloudServiceImpl::ChangePrivilege(const std::string &sharingRes, const Participants &participants, in ChangePrivilege() argument 1140 AllocResourceAndShare( const std::string &storeId, const DistributedRdb::PredicatesMemo &predicates, const std::vector<std::string> &columns, const Participants &participants) AllocResourceAndShare() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_service_impl_test.cpp | 306 CloudData::Participants participants; in HWTEST_F() local 321 CloudData::Participants participants; in HWTEST_F() local 350 CloudData::Participants participants; in HWTEST_F() local
|
H A D | cloud_data_test.cpp | 675 CloudData::Participants participants; in HWTEST_F() local 1186 std::vector<CloudData::Participant> participants; in HWTEST_F() local 1207 CloudData::Participants participants; HWTEST_F() local 1229 CloudData::Participants participants; HWTEST_F() local 1272 CloudData::Participants participants; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_share.cpp | 50 Participants participants; in AllocResourceAndShare() member 117 Participants participants; Share() member 168 Participants participants; Unshare() member 264 Participants participants; ChangePrivilege() member [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_service_proxy.cpp | 117 AllocResourceAndShare( const std::string &storeId, const DistributedRdb::PredicatesMemo &predicates, const std::vector<std::string> &columns, const std::vector<Participant> &participants) AllocResourceAndShare() argument 156 Share( const std::string &sharingRes, const Participants &participants, Results &results) Share() argument 169 Unshare( const std::string &sharingRes, const Participants &participants, Results &results) Unshare() argument 193 ChangePrivilege( const std::string &sharingRes, const Participants &participants, Results &results) ChangePrivilege() argument [all...] |