Home
last modified time | relevance | path

Searched refs:ConnectSharingCenter (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_server.h41 …virtual std::shared_ptr<SharingCenter> ConnectSharingCenter(int32_t userId, const std::string &bun…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_server.cpp75 std::shared_ptr<SharingCenter> CloudServer::ConnectSharingCenter(int32_t userId, const std::string … in ConnectSharingCenter() function in OHOS::DistributedData::CloudServer
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp469 auto result4 = cloudServer.ConnectSharingCenter(userId, bundleName);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp1378 auto handle = instance->ConnectSharingCenter(hapInfo.user, hapInfo.bundleName); in GetSharingHandle()