Searched refs:ConnectSharingCenter (Results 1 – 4 of 4) sorted by relevance
41 …virtual std::shared_ptr<SharingCenter> ConnectSharingCenter(int32_t userId, const std::string &bun…
75 std::shared_ptr<SharingCenter> CloudServer::ConnectSharingCenter(int32_t userId, const std::string … in ConnectSharingCenter() function in OHOS::DistributedData::CloudServer
469 auto result4 = cloudServer.ConnectSharingCenter(userId, bundleName);
1378 auto handle = instance->ConnectSharingCenter(hapInfo.user, hapInfo.bundleName); in GetSharingHandle()