/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | i_cloud_sync_service.h | 67 virtual int32_t CleanCacheInner(const std::string &uri) = 0;
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 150 int32_t CleanCacheInner(const std::string &uri) in CleanCacheInner() function
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_service_proxy.h | 72 int32_t CleanCacheInner(const std::string &uri) override;
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
H A D | cloud_sync_service.h | 77 int32_t CleanCacheInner(const std::string &uri) override;
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/ |
H A D | cloud_sync_service_proxy_lite.cpp | 158 int32_t CloudSyncServiceProxy::CleanCacheInner(const std::string &uri) in CleanCacheInner() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_stub_test.cpp | 73 MOCK_METHOD1(CleanCacheInner, int32_t(const std::string &uri)); 753 EXPECT_CALL(service, CleanCacheInner(_)).WillOnce(Return(E_OK));
|
H A D | cloud_sync_service_test.cpp | 303 int ret = g_servicePtr_->CleanCacheInner(uri);
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_service_proxy_test.cpp | 278 int result = proxy_->CleanCacheInner(uri); 295 int result = proxy_->CleanCacheInner(uri);
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_manager_impl.cpp | 423 return CloudSyncServiceProxy->CleanCacheInner(uri); in CleanCache()
|
H A D | cloud_sync_service_proxy.cpp | 221 int32_t CloudSyncServiceProxy::CleanCacheInner(const std::string &uri) in CleanCacheInner() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service.cpp | 437 int32_t CloudSyncService::CleanCacheInner(const std::string &uri) in CleanCacheInner() function in OHOS::FileManagement::CloudSync::CloudSyncService
|
H A D | cloud_sync_service_stub.cpp | 653 int32_t res = CleanCacheInner(uri); in HandleCleanCache()
|