Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ResetCursor
(Results
1 - 21
of
21
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H
A
D
tlv_util_test.cpp
232
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
D
tlv_object_mock.cpp
64
void TLVObject::
ResetCursor
()
in ResetCursor()
function in OHOS::UDMF::TLVObject
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H
A
D
i_cloud_sync_service.h
36
virtual int32_t
ResetCursor
(const std::string &bundleName = "") = 0;
H
A
D
cloud_sync_manager.h
77
virtual int32_t
ResetCursor
(const std::string &bundleName = "") = 0;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H
A
D
data_sync_manager.cpp
44
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
D
data_sync_manager.h
40
virtual int32_t
ResetCursor
(const std::string &bundleName, const int32_t &userId);
/foundation/distributeddatamgr/udmf/framework/common/
H
A
D
tlv_object.h
46
void
ResetCursor
();
H
A
D
tlv_object.cpp
43
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
D
cloud_sync_service_proxy.h
37
int32_t
ResetCursor
(const std::string &bundleName = "") override;
H
A
D
cloud_sync_manager_impl.h
41
int32_t
ResetCursor
(const std::string &bundleName = "") override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H
A
D
i_cloud_sync_service_mock.h
69
int32_t
ResetCursor
(const std::string &bundleName = "") override
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H
A
D
cloud_sync_manager_impl.cpp
158
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
D
cloud_sync_service_proxy.cpp
291
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
D
cloud_sync_service_proxy_lite.cpp
167
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
D
cloud_sync_service.h
47
int32_t
ResetCursor
(const std::string &bundleName = "") override;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H
A
D
cloud_sync_service.cpp
431
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
D
cloud_sync_service_stub.cpp
210
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
D
moving_photo_processor.cpp
141
FileManagement::CloudSync::CloudSyncManager::GetInstance().
ResetCursor
();
in StartProcess()
H
A
D
medialibrary_rdbstore.cpp
3364
// 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
D
medialibrary_meta_recovery.cpp
1349
FileManagement::CloudSync::CloudSyncManager::GetInstance().
ResetCursor
();
in RestartCloudSync()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H
A
D
cloud_sync_service_stub_test.cpp
39
MOCK_METHOD1(
ResetCursor
, int32_t(const std::string &bundleName));
Completed in 24 milliseconds