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:SeqStrategy
(Results
1 - 12
of
12
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
seq_strategy.cpp
15
#define LOG_TAG "
SeqStrategy
"
20
bool
SeqStrategy
::operator()(std::shared_ptr<Context> context)
in operator ()()
29
bool
SeqStrategy
::Init(std::initializer_list<Strategy *> strategies)
in Init()
41
bool
SeqStrategy
::IsEmpty()
in IsEmpty()
H
A
D
seq_strategy.h
25
class
SeqStrategy
: public Strategy {
class
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/
H
A
D
subscribe_strategy.h
29
SeqStrategy
&GetStrategy();
31
SeqStrategy
strategies_;
H
A
D
rdb_notify_strategy.h
29
SeqStrategy
&GetStrategy();
31
SeqStrategy
strategies_;
H
A
D
template_strategy.h
30
SeqStrategy
&GetStrategy();
32
SeqStrategy
strategies_;
H
A
D
publish_strategy.h
30
SeqStrategy
&GetStrategy();
32
SeqStrategy
strategies_;
H
A
D
get_data_strategy.h
32
SeqStrategy
&GetStrategy();
34
SeqStrategy
strategies_;
H
A
D
subscribe_strategy.cpp
43
SeqStrategy
&SubscribeStrategy::GetStrategy()
in GetStrategy()
H
A
D
template_strategy.cpp
41
SeqStrategy
&TemplateStrategy::GetStrategy()
in GetStrategy()
H
A
D
rdb_notify_strategy.cpp
45
SeqStrategy
&RdbNotifyStrategy::GetStrategy()
in GetStrategy()
H
A
D
get_data_strategy.cpp
55
SeqStrategy
&GetDataStrategy::GetStrategy()
in GetStrategy()
H
A
D
publish_strategy.cpp
57
SeqStrategy
&PublishStrategy::GetStrategy()
in GetStrategy()
Completed in 3 milliseconds