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:SelectStrategy
(Results
1 - 6
of
6
) sorted by relevance
/test/testfwk/arkxtest/uitest/test/
H
A
D
select_strategy_test.cpp
35
std::unique_ptr<
SelectStrategy
> plain =
SelectStrategy
::BuildSelectStrategy(buildParam, false);
in TEST()
62
std::unique_ptr<
SelectStrategy
> plain =
SelectStrategy
::BuildSelectStrategy(buildParam, false);
in TEST()
87
std::unique_ptr<
SelectStrategy
> plain =
SelectStrategy
::BuildSelectStrategy(buildParam, false);
in TEST()
249
std::unique_ptr<
SelectStrategy
> afterStrategy =
SelectStrategy
::BuildSelectStrategy(buildParam, false);
in TEST()
274
std::unique_ptr<
SelectStrategy
> afterStrategy2 =
SelectStrategy
in TEST()
[all...]
/test/testfwk/arkxtest/uitest/core/
H
A
D
select_strategy.cpp
19
void
SelectStrategy
::RegisterAnchorMatch(const WidgetMatchModel &matchModel)
in RegisterAnchorMatch()
24
void
SelectStrategy
::RegisterMyselfMatch(const WidgetMatchModel &matchModel)
in RegisterMyselfMatch()
29
void
SelectStrategy
::SetWantMulti(bool isWantMulti)
in SetWantMulti()
34
void
SelectStrategy
::SetAndCalcSelectWindowRect(const Rect &windowBounds, const std::vector<Rect> &windowBoundsVec)
in SetAndCalcSelectWindowRect()
40
SelectStrategy
::~
SelectStrategy
()
in ~SelectStrategy()
46
void
SelectStrategy
::CalcWidgetVisibleBounds(Widget &widget)
in CalcWidgetVisibleBounds()
88
std::string
SelectStrategy
::Describe() const
in Describe()
131
void
SelectStrategy
::RefreshWidgetBounds(Widget &widget)
in RefreshWidgetBounds()
145
class AfterSelectorStrategy : public
SelectStrategy
{
[all...]
H
A
D
select_strategy.h
38
class
SelectStrategy
{
class
40
SelectStrategy
() = default;
41
static unique_ptr<
SelectStrategy
> BuildSelectStrategy(const StrategyBuildParam &buildParam, bool isWantMulti);
50
virtual ~
SelectStrategy
();
H
A
D
widget_selector.cpp
122
std::unique_ptr<
SelectStrategy
> visitStrategy = ConstructSelectStrategy();
in Select()
132
std::unique_ptr<
SelectStrategy
> WidgetSelector::ConstructSelectStrategy() const
in ConstructSelectStrategy()
151
return
SelectStrategy
::BuildSelectStrategy(buildParam, wantMulti_);
in ConstructSelectStrategy()
H
A
D
ui_driver.cpp
113
std::unique_ptr<
SelectStrategy
> selectStrategy =
SelectStrategy
::BuildSelectStrategy(buildParam, true);
in DumpWindowsInfo()
194
static std::unique_ptr<
SelectStrategy
> ConstructSelectStrategyByRetrieve(const Widget &widget)
in ConstructSelectStrategyByRetrieve()
199
return
SelectStrategy
::BuildSelectStrategy(buildParam, false);
in ConstructSelectStrategyByRetrieve()
234
std::unique_ptr<
SelectStrategy
> selectStrategy = ConstructSelectStrategyByRetrieve(widget);
in RetrieveWidget()
H
A
D
widget_selector.h
65
std::unique_ptr<
SelectStrategy
> ConstructSelectStrategy() const;
Completed in 5 milliseconds