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:StopCloudSync
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H
A
D
medialibrary_restore.h
46
void
StopCloudSync
();
H
A
D
medialibrary_meta_recovery.h
97
void
StopCloudSync
();
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_restore.cpp
99
void MediaLibraryRestore::
StopCloudSync
()
in StopCloudSync()
function in OHOS::Media::__anon10951::MediaLibraryRestore
102
tracer.Start("MediaLibraryRestore::
StopCloudSync
");
in StopCloudSync()
107
MEDIA_INFO_LOG("
StopCloudSync
success end");
in StopCloudSync()
111
MEDIA_INFO_LOG("
StopCloudSync
timeout error, set backup false");
in StopCloudSync()
159
MediaLibraryRestore::GetInstance().
StopCloudSync
();
in DoRdbBackup()
H
A
D
medialibrary_meta_recovery.cpp
354
StopCloudSync
();
in DoDataBaseRecovery()
1338
void MediaLibraryMetaRecovery::
StopCloudSync
()
in StopCloudSync()
function in OHOS::Media::MediaLibraryMetaRecovery
1340
MEDIA_INFO_LOG("Begin
StopCloudSync
");
in StopCloudSync()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
cloud_service_impl.h
127
bool
StopCloudSync
(int32_t user);
181
static constexpr Handle WORK_STOP_CLOUD_SYNC = &CloudServiceImpl::
StopCloudSync
;
H
A
D
sync_manager.h
96
int32_t
StopCloudSync
(int32_t user = 0);
H
A
D
cloud_service_impl.cpp
196
syncManager_.
StopCloudSync
(cloudInfo.user);
in DoClean()
715
syncManager_.
StopCloudSync
(*it);
in Offline()
1041
bool CloudServiceImpl::
StopCloudSync
(int32_t user)
in StopCloudSync()
function in CloudServiceImpl
1043
syncManager_.
StopCloudSync
(user);
in StopCloudSync()
H
A
D
sync_manager.cpp
246
int32_t SyncManager::
StopCloudSync
(int32_t user)
in StopCloudSync()
function in SyncManager
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
cloud_data_test.cpp
1481
ret = sync.
StopCloudSync
(user);
in HWTEST_F()
1489
sync.
StopCloudSync
(invalidUser);
in HWTEST_F()
1490
ret = sync.
StopCloudSync
(user);
in HWTEST_F()
Completed in 11 milliseconds