Home
last modified time | relevance | path

Searched refs:RemoveUri (Results 1 - 6 of 6) sorted by relevance

/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_download_uri_manager.h32 void RemoveUri(const std::string& path);
34 void RemoveUri(const int64_t &downloadId);
/foundation/filemanagement/dfs_service/test/mock/
H A Dcloud_download_uri_manager_hook.cpp27 void CloudDownloadUriManager::RemoveUri(const std::string& path) in RemoveUri() function in OHOS::FileManagement::CloudSync::CloudDownloadUriManager
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_download_uri_manager.cpp54 void CloudDownloadUriManager::RemoveUri(const std::string& path) in RemoveUri() function in OHOS::FileManagement::CloudSync::CloudDownloadUriManager
85 void CloudDownloadUriManager::RemoveUri(const int64_t &downloadId) in RemoveUri() function in OHOS::FileManagement::CloudSync::CloudDownloadUriManager
H A Dcloud_download_callback_stub.cpp66 uriMgr.RemoveUri(path); in HandleOnProcess()
H A Dcloud_sync_service_proxy.cpp704 uriMgr.RemoveUri(path); in StopDownloadFile()
746 uriMgr.RemoveUri(downloadId); in StopFileCache()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_download_uri_manager_test.cpp105 * @tc.desc: Verify the RemoveUri function.
116 mUriMgr.RemoveUri(path); in HWTEST_F()
123 * @tc.desc: Verify the RemoveUri function.
131 mUriMgr.RemoveUri(path); in HWTEST_F()

Completed in 3 milliseconds