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:GetStrategy
(Results
1 - 12
of
12
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/
H
A
D
subscribe_strategy.cpp
29
auto &preProcess =
GetStrategy
();
in Execute()
43
SeqStrategy &SubscribeStrategy::
GetStrategy
()
in GetStrategy()
function in OHOS::DataShare::SubscribeStrategy
H
A
D
template_strategy.cpp
28
auto &preProcess =
GetStrategy
();
in Execute()
41
SeqStrategy &TemplateStrategy::
GetStrategy
()
in GetStrategy()
function in OHOS::DataShare::TemplateStrategy
H
A
D
rdb_notify_strategy.cpp
28
auto &preProcess =
GetStrategy
();
in Execute()
45
SeqStrategy &RdbNotifyStrategy::
GetStrategy
()
in GetStrategy()
function in OHOS::DataShare::RdbNotifyStrategy
H
A
D
get_data_strategy.cpp
28
auto &preProcess =
GetStrategy
();
in Execute()
55
SeqStrategy &GetDataStrategy::
GetStrategy
()
in GetStrategy()
function in OHOS::DataShare::GetDataStrategy
H
A
D
publish_strategy.cpp
30
auto &preProcess =
GetStrategy
();
in Execute()
57
SeqStrategy &PublishStrategy::
GetStrategy
()
in GetStrategy()
function in OHOS::DataShare::PublishStrategy
H
A
D
subscribe_strategy.h
29
SeqStrategy &
GetStrategy
();
H
A
D
rdb_notify_strategy.h
29
SeqStrategy &
GetStrategy
();
H
A
D
template_strategy.h
30
SeqStrategy &
GetStrategy
();
H
A
D
publish_strategy.h
30
SeqStrategy &
GetStrategy
();
H
A
D
get_data_strategy.h
32
SeqStrategy &
GetStrategy
();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/
H
A
D
network_sync_strategy.cpp
62
StrategyInfo info =
GetStrategy
(storeInfo.user, storeInfo.bundleName);
in CheckSyncAction()
64
info =
GetStrategy
(storeInfo.user, GLOBAL_BUNDLE);
in CheckSyncAction()
121
NetworkSyncStrategy::StrategyInfo NetworkSyncStrategy::
GetStrategy
(int32_t user, const std::string &bundleName)
in GetStrategy()
function in OHOS::CloudData::NetworkSyncStrategy
H
A
D
network_sync_strategy.h
49
StrategyInfo
GetStrategy
(int32_t user, const std::string &bundleName);
Completed in 4 milliseconds