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:backup_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H
A
D
meta_data_manager.cpp
167
backup_
= backup;
in Initialize()
202
if (status == DistributedDB::DBStatus::OK &&
backup_
) {
in SaveMeta()
203
backup_
(metaStore_);
in SaveMeta()
277
if (status == DistributedDB::DBStatus::OK &&
backup_
) {
in DelMeta()
278
backup_
(metaStore_);
in DelMeta()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
rdb_delegate.cpp
100
backup_
= backup;
in RdbDelegate()
119
if (errCode != E_SQLITE_CORRUPT || (haMode_ == HAMode::SINGLE && (
backup_
!= DUAL_WRITE &&
backup_
!= PERIODIC))) {
in TryAndSend()
H
A
D
rdb_delegate.h
65
std::string
backup_
;
member in OHOS::DataShare::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H
A
D
meta_data_manager.h
94
Backup
backup_
;
member in OHOS::DistributedData::MetaDataManager
Completed in 3 milliseconds