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:DoBackup
(Results
1 - 6
of
6
) sorted by relevance
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/
H
A
D
ext_extension_mock.cpp
60
int BackupExtExtension::
DoBackup
(const BJsonEntityExtensionConfig &usrConfig)
in DoBackup()
function in OHOS::FileManagement::Backup::BackupExtExtension
62
return BExtExtension::extExtension->
DoBackup
(usrConfig);
in DoBackup()
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/include/
H
A
D
ext_extension_mock.h
33
virtual int
DoBackup
(const BJsonEntityExtensionConfig &) = 0;
86
MOCK_METHOD(int,
DoBackup
, (const BJsonEntityExtensionConfig &));
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/include/
H
A
D
backup_manager.h
50
void
DoBackup
(const StoreMetaData &meta);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H
A
D
backup_manager.cpp
119
DoBackup
(meta);
in BackSchedule()
130
void BackupManager::
DoBackup
(const StoreMetaData &meta)
in DoBackup()
function in OHOS::DistributedData::BackupManager
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H
A
D
ext_extension.h
97
int
DoBackup
(const BJsonEntityExtensionConfig &usrConfig);
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
ext_extension.cpp
729
int BackupExtExtension::
DoBackup
(const BJsonEntityExtensionConfig &usrConfig)
in DoBackup()
function in BackupExtExtension
932
auto ret = ptr->
DoBackup
(cache);
in AsyncTaskBackup()
Completed in 6 milliseconds