Home
last modified time | relevance | path

Searched refs:GetCloudSyncHelper (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/tasks/
H A Dsave_subscription_task.cpp37 auto cloudSyncHelper = instance->GetCloudSyncHelper(userId, bundleName); in RunTaskForBundle()
/ohos5.0/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/
H A Dcloud_file_kit_impl.h37 …std::shared_ptr<CloudSyncHelper> GetCloudSyncHelper(const int32_t userId, const std::string &bundl…
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dcloud_file_kit.h53 …virtual std::shared_ptr<CloudSyncHelper> GetCloudSyncHelper(const int32_t userId, const std::strin…
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Dcloud_file_kit.cpp97 std::shared_ptr<CloudSyncHelper> CloudFileKit::GetCloudSyncHelper(const int32_t userId, const std::… in GetCloudSyncHelper() function in OHOS::FileManagement::CloudFile::CloudFileKit
/ohos5.0/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/
H A Dcloud_file_kit_impl.cpp81 std::shared_ptr<CloudSyncHelper> CloudFileKitImpl::GetCloudSyncHelper(const int32_t userId, in GetCloudSyncHelper() function in OHOS::FileManagement::CloudFile::CloudFileKitImpl