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:syncStrategy_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H
A
D
single_ver_kv_sync_task_context.cpp
20
: SingleVerSyncTaskContext(),
syncStrategy_
{}
in SingleVerKvSyncTaskContext()
41
syncStrategy_
.permitSync = strategy.permitSync;
in SetSyncStrategy()
42
syncStrategy_
.convertOnSend = strategy.convertOnSend;
in SetSyncStrategy()
43
syncStrategy_
.convertOnReceive = strategy.convertOnReceive;
in SetSyncStrategy()
44
syncStrategy_
.checkOnReceive = strategy.checkOnReceive;
in SetSyncStrategy()
52
return {
syncStrategy_
.permitSync, isSchemaSync_};
in GetSchemaSyncStatus()
H
A
D
single_ver_kv_sync_task_context.h
38
SyncStrategy
syncStrategy_
;
member in DistributedDB::SingleVerKvSyncTaskContext
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
sync_manager.h
164
std::shared_ptr<SyncStrategy>
syncStrategy_
;
member in OHOS::CloudData::SyncManager
H
A
D
sync_manager.cpp
202
syncStrategy_
= std::make_shared<NetworkSyncStrategy>();
in SyncManager()
309
auto status =
syncStrategy_
->CheckSyncAction(storeInfo);
in GetPostEventTask()
Completed in 3 milliseconds