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:IsAutoSync
(Results
1 - 14
of
14
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
sync_target.cpp
74
bool SyncTarget::
IsAutoSync
() const
in IsAutoSync()
function in DistributedDB::SyncTarget
79
return operation_->
IsAutoSync
();
in IsAutoSync()
H
A
D
isync_target.h
54
virtual bool
IsAutoSync
() const = 0;
H
A
D
sync_target.h
50
bool
IsAutoSync
() const override;
H
A
D
sync_task_context.cpp
271
int checkErrCode = RunPermissionCheck(GetPermissionCheckFlag(
IsAutoSync
(), GetMode()));
in GetNextTarget()
300
bool SyncTaskContext::
IsAutoSync
() const
in IsAutoSync()
function in DistributedDB::SyncTaskContext
583
isAutoSync_ = syncOperation_->
IsAutoSync
();
in CopyTargetData()
673
if (
IsAutoSync
() || mode_ == SUBSCRIBE_QUERY || mode_ == UNSUBSCRIBE_QUERY) {
in GetSyncRetryTimes()
682
if (
IsAutoSync
()) {
in GetSyncRetryTimeout()
738
if (target->
IsAutoSync
()) { // LCOV_EXCL_BR_LINE
in Dump()
H
A
D
isync_task_context.h
83
virtual bool
IsAutoSync
() const = 0;
H
A
D
sync_task_context.h
88
bool
IsAutoSync
() const override;
H
A
D
generic_syncer.cpp
281
if ((!operation->
IsAutoSync
()) && (!operation->IsBlockSync()) && (!operation->IsAutoControlCmd())) {
in RemoveSyncOperation()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H
A
D
auto_sync_matrix.h
56
bool
IsAutoSync
(const StoreMetaData &meta);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H
A
D
auto_sync_matrix.cpp
48
if (!
IsAutoSync
(metaData)) {
in AutoSyncMatrix()
84
if (!
IsAutoSync
(meta)) {
in Initialize()
91
bool AutoSyncMatrix::
IsAutoSync
(const StoreMetaData &meta)
in IsAutoSync()
function in OHOS::DistributedData::AutoSyncMatrix
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H
A
D
single_ver_sync_task_context.cpp
99
if (operation->
IsAutoSync
()) {
in AddSyncOperation()
111
return (tmpOperation != nullptr && tmpOperation->GetQueryId() == queryId) && target->
IsAutoSync
();
in AddSyncOperation()
113
return target->
IsAutoSync
();
in AddSyncOperation()
281
if (target->
IsAutoSync
()) {
in ClearAllSyncTask()
H
A
D
single_ver_sync_state_machine.cpp
479
if (!context_->
IsAutoSync
()) {
in DoTimeSync()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H
A
D
sync_operation.h
111
bool
IsAutoSync
() const;
H
A
D
sync_operation.cpp
227
bool SyncOperation::
IsAutoSync
() const
in IsAutoSync()
function in DistributedDB::SyncOperation
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H
A
D
multi_ver_sync_task_context.cpp
76
if (operation->
IsAutoSync
() && !IsTargetQueueEmpty()) {
in AddSyncOperation()
Completed in 10 milliseconds