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
defs:isNeedActive
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H
A
D
single_ver_relational_syncer.cpp
22
int SingleVerRelationalSyncer::Initialize(ISyncInterface *syncInterface, bool
isNeedActive
)
in Initialize()
argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H
A
D
sync_able_engine.cpp
88
int SyncAbleEngine::StartSyncer(bool isCheckSyncActive, bool
isNeedActive
)
in StartSyncer()
argument
100
int SyncAbleEngine::StartSyncerWithNoLock(bool isCheckSyncActive, bool
isNeedActive
)
in StartSyncerWithNoLock()
argument
181
bool
isNeedActive
= RuntimeContext::GetInstance()->IsSyncerNeedActive(store_->GetDbProperties());
in UserChangeHandle()
local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
syncer_proxy.cpp
28
int SyncerProxy::Initialize(ISyncInterface *syncInterface, bool
isNeedActive
)
in Initialize()
argument
H
A
D
generic_syncer.cpp
80
int GenericSyncer::Initialize(ISyncInterface *syncInterface, bool
isNeedActive
)
in Initialize()
argument
485
int GenericSyncer::CheckSyncActive(ISyncInterface *syncInterface, bool
isNeedActive
)
in CheckSyncActive()
argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H
A
D
sync_able_kvdb.cpp
165
int SyncAbleKvDB::StartSyncer(bool isCheckSyncActive, bool
isNeedActive
)
in StartSyncer()
argument
178
int SyncAbleKvDB::StartSyncerWithNoLock(bool isCheckSyncActive, bool
isNeedActive
)
in StartSyncerWithNoLock()
argument
262
bool
isNeedActive
= true;
in UserChangeHandle()
local
[all...]
Completed in 5 milliseconds