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:CanBackup
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
backup_rule_manager_test.cpp
33
bool
CanBackup
() override
50
ASSERT_FALSE(BackupRuleManager::GetInstance().
CanBackup
());
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/backuprule/
H
A
D
backup_rule_manager.cpp
45
bool BackupRuleManager::
CanBackup
()
in CanBackup()
function in OHOS::DistributedData::BackupRuleManager
51
if (!rule->
CanBackup
()) {
in CanBackup()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/backuprule/
H
A
D
backup_rule_manager.h
27
virtual bool
CanBackup
() = 0;
34
API_EXPORT bool
CanBackup
();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/backup_rule/include/
H
A
D
screen_off.h
25
bool
CanBackup
() override;
H
A
D
charging.h
25
bool
CanBackup
() override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/backup_rule/src/
H
A
D
screen_off.cpp
30
bool ScreenOff::
CanBackup
()
in CanBackup()
function in OHOS::DistributedData::ScreenOff
H
A
D
charging.cpp
30
bool Charging::
CanBackup
()
in CanBackup()
function in OHOS::DistributedData::Charging
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H
A
D
backup_manager.cpp
104
if (!
CanBackup
()) {
in BackSchedule()
155
bool BackupManager::
CanBackup
()
in CanBackup()
function in OHOS::DistributedData::BackupManager
157
if (!BackupRuleManager::GetInstance().
CanBackup
()) {
in CanBackup()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/include/
H
A
D
backup_manager.h
49
bool
CanBackup
();
Completed in 2 milliseconds