Home
last modified time | relevance | path

Searched refs:ResetCursor (Results 1 - 21 of 21) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp232 tlvObject.ResetCursor(); in HWTEST_F()
234 tlvObject.ResetCursor(); in HWTEST_F()
237 tlvObject.ResetCursor(); in HWTEST_F()
241 tlvObject.ResetCursor(); in HWTEST_F()
245 tlvObject.ResetCursor(); in HWTEST_F()
249 tlvObject.ResetCursor(); in HWTEST_F()
253 tlvObject.ResetCursor(); in HWTEST_F()
257 tlvObject.ResetCursor(); in HWTEST_F()
261 tlvObject.ResetCursor(); in HWTEST_F()
265 tlvObject.ResetCursor(); in HWTEST_F()
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/
H A Dtlv_object_mock.cpp64 void TLVObject::ResetCursor() in ResetCursor() function in OHOS::UDMF::TLVObject
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Di_cloud_sync_service.h36 virtual int32_t ResetCursor(const std::string &bundleName = "") = 0;
H A Dcloud_sync_manager.h77 virtual int32_t ResetCursor(const std::string &bundleName = "") = 0;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp44 int32_t DataSyncManager::ResetCursor(const std::string &bundleName, const int32_t &userId) in ResetCursor() function in OHOS::FileManagement::CloudFile::DataSyncManager
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_manager.h40 virtual int32_t ResetCursor(const std::string &bundleName, const int32_t &userId);
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.h46 void ResetCursor();
H A Dtlv_object.cpp43 ResetCursor(); in SetFile()
81 void TLVObject::ResetCursor() in ResetCursor() function in OHOS::UDMF::TLVObject
86 LOG_ERROR(UDMF_SERVICE, "ResetCursor file error!"); in ResetCursor()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_service_proxy.h37 int32_t ResetCursor(const std::string &bundleName = "") override;
H A Dcloud_sync_manager_impl.h41 int32_t ResetCursor(const std::string &bundleName = "") override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h69 int32_t ResetCursor(const std::string &bundleName = "") override
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp158 int32_t CloudSyncManagerImpl::ResetCursor(const std::string &bundleName) in ResetCursor() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl
166 return CloudSyncServiceProxy->ResetCursor(bundleName); in ResetCursor()
H A Dcloud_sync_service_proxy.cpp291 int32_t CloudSyncServiceProxy::ResetCursor(const std::string &bundleName) in ResetCursor() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
293 LOGI("ResetCursor"); in ResetCursor()
320 LOGI("ResetCursor Success"); in ResetCursor()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp167 int32_t CloudSyncServiceProxy::ResetCursor(const std::string &bundleName) in ResetCursor() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h47 int32_t ResetCursor(const std::string &bundleName = "") override;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp431 int32_t CloudSyncService::ResetCursor(const string &bundleName) in ResetCursor() function in OHOS::FileManagement::CloudSync::CloudSyncService
441 return dataSyncManager_->ResetCursor(targetBundleName, callerUserId); in ResetCursor()
H A Dcloud_sync_service_stub.cpp210 LOGI("Begin ResetCursor"); in HandleResetCursor()
221 int32_t res = ResetCursor(bundleName); in HandleResetCursor()
223 LOGI("End ResetCursor"); in HandleResetCursor()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmoving_photo_processor.cpp141 FileManagement::CloudSync::CloudSyncManager::GetInstance().ResetCursor(); in StartProcess()
H A Dmedialibrary_rdbstore.cpp3364 // there is no need to ResetCursor() twice if album fusion is included in CompatLivePhoto()
3383 FileManagement::CloudSync::CloudSyncManager::GetInstance().ResetCursor(); in ResetCloudCursorAfterInitFinish()
3387 FileManagement::CloudSync::CloudSyncManager::GetInstance().ResetCursor(); in ResetCloudCursorAfterInitFinish()
H A Dmedialibrary_meta_recovery.cpp1349 FileManagement::CloudSync::CloudSyncManager::GetInstance().ResetCursor(); in RestartCloudSync()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp39 MOCK_METHOD1(ResetCursor, int32_t(const std::string &bundleName));

Completed in 24 milliseconds