Searched refs:Results (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | sharing_center.h | 61 using Results = std::tuple<int32_t, std::string, std::vector<std::pair<int32_t, std::string>>>; variable 86 …virtual Results Share(int32_t userId, const std::string &bundleName, const std::string &sharingRes, 88 …virtual Results Unshare(int32_t userId, const std::string &bundleName, const std::string &sharingR… 92 …virtual Results ChangePrivilege(int32_t userId, const std::string &bundleName, const std::string &…
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | sharing_center.cpp | 18 SharingCenter::Results SharingCenter::Share( in Share() 24 SharingCenter::Results SharingCenter::Unshare( in Unshare() 36 SharingCenter::Results SharingCenter::ChangePrivilege( in ChangePrivilege()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/ |
H A D | cloud_service_proxy.h | 41 …int32_t Share(const std::string &sharingRes, const Participants &participants, Results &results) o… 42 …int32_t Unshare(const std::string &sharingRes, const Participants &participants, Results &results)… 45 const std::string &sharingRes, const Participants &participants, Results &results) override;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_service.h | 110 …virtual int32_t Share(const std::string &sharingRes, const Participants &participants, Results &re… 111 …2_t Unshare(const std::string &sharingRes, const Participants &participants, Results &results) = 0; 114 const std::string &sharingRes, const Participants &participants, Results &results) = 0;
|
H A D | cloud_types.h | 92 using Results = std::tuple<int32_t, std::string, std::vector<std::pair<int32_t, std::string>>>; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_service_proxy.cpp | 157 const std::string &sharingRes, const Participants &participants, Results &results) in Share() 170 const std::string &sharingRes, const Participants &participants, Results &results) in Unshare() 194 const std::string &sharingRes, const Participants &participants, Results &results) in ChangePrivilege()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_impl.h | 54 …int32_t Share(const std::string &sharingRes, const Participants &participants, Results &results) o… 55 …int32_t Unshare(const std::string &sharingRes, const Participants &participants, Results &results)… 58 const std::string &sharingRes, const Participants &participants, Results &results) override;
|
H A D | cloud_service_stub.cpp | 225 Results results; in OnShare() 238 Results results; in OnUnshare() 263 Results results; in OnChangePrivilege()
|
H A D | cloud_service_impl.cpp | 1157 Results results; in AllocResourceAndShare() 1208 …rviceImpl::Share(const std::string &sharingRes, const Participants &participants, Results &results) in Share() 1228 …iceImpl::Unshare(const std::string &sharingRes, const Participants &participants, Results &results) in Unshare() 1270 Results &results) in ChangePrivilege()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_share.cpp | 118 Results results; in Share() 169 Results results; in Unshare() 265 Results results; in ChangePrivilege()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 533 CloudData::Results results; 548 CloudData::Results results; 563 CloudData::Results results; 1169 CloudData::Results results; 1191 CloudData::Results results; 1234 CloudData::Results results;
|
/ohos5.0/commonlibrary/rust/ylong_json/ |
H A D | README.md | 91 Test Results:
|