Home
last modified time | relevance | path

Searched refs:CleanCacheInner (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Di_cloud_sync_service.h64 virtual int32_t CleanCacheInner(const std::string &uri) = 0;
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_service_proxy.h64 int32_t CleanCacheInner(const std::string &uri) override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h147 int32_t CleanCacheInner(const std::string &uri) in CleanCacheInner() function in OHOS::FileManagement::CloudSync::CloudSyncServiceMock
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp157 int32_t CloudSyncServiceProxy::CleanCacheInner(const std::string &uri) in CleanCacheInner() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h75 int32_t CleanCacheInner(const std::string &uri) override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp69 MOCK_METHOD1(CleanCacheInner, int32_t(const std::string &uri));
704 EXPECT_CALL(service, CleanCacheInner(_)).WillOnce(Return(E_OK)); in HWTEST_F()
H A Dcloud_sync_service_test.cpp294 * @tc.desc:Verify the CleanCacheInner function.
300 GTEST_LOG_(INFO) << "CleanCacheInner Start"; in HWTEST_F()
303 int ret = g_servicePtr_->CleanCacheInner(uri); in HWTEST_F()
307 GTEST_LOG_(INFO) << "CleanCacheInner FAILED"; in HWTEST_F()
309 GTEST_LOG_(INFO) << "CleanCacheInner End"; in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_service_proxy_test.cpp268 * @tc.desc: Verify the CleanCacheInner function.
274 GTEST_LOG_(INFO) << "CleanCacheInner Start"; in HWTEST_F()
278 int result = proxy_->CleanCacheInner(uri); in HWTEST_F()
280 GTEST_LOG_(INFO) << "CleanCacheInner End"; in HWTEST_F()
285 * @tc.desc: Verify the CleanCacheInner function.
291 GTEST_LOG_(INFO) << "CleanCacheInner Start"; in HWTEST_F()
295 int result = proxy_->CleanCacheInner(uri); in HWTEST_F()
297 GTEST_LOG_(INFO) << "CleanCacheInner End"; in HWTEST_F()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp398 return CloudSyncServiceProxy->CleanCacheInner(uri); in CleanCache()
H A Dcloud_sync_service_proxy.cpp221 int32_t CloudSyncServiceProxy::CleanCacheInner(const std::string &uri) in CleanCacheInner() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
223 LOGI("Start CleanCacheInner"); in CleanCacheInner()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp645 int32_t res = CleanCacheInner(uri); in HandleCleanCache()
H A Dcloud_sync_service.cpp457 int32_t CloudSyncService::CleanCacheInner(const std::string &uri) in CleanCacheInner() function in OHOS::FileManagement::CloudSync::CloudSyncService

Completed in 10 milliseconds