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:componentInfos
(Results
1 - 2
of
2
) sorted by relevance
/test/ostest/wukong/input_factory/src/
H
A
D
component_input.cpp
276
auto
componentInfos
= treemanager->GetActiveElementInfos();
in RandomInput()
local
278
DEBUG_LOG_STR("component list size (%d)",
componentInfos
.size());
in RandomInput()
284
} else if (
componentInfos
.size() > 0) {
in RandomInput()
286
uint32_t index = (uint32_t)(rand()) %
componentInfos
.size();
in RandomInput()
289
int actionType = JudgeComponentType(*(
componentInfos
[index].get()));
in RandomInput()
294
result = ComponentManager::GetInstance()->ComponentEventInput(*(
componentInfos
[index].get()), actionType);
in RandomInput()
302
componentInputMsg->componmentType_ =
componentInfos
[index]->GetComponentType();
in RandomInput()
326
auto
componentInfos
= treemanager->GetActiveElementInfos();
in FocusInput()
local
328
DEBUG_LOG_STR("component list size (%d), back : (%d)",
componentInfos
.size(), delegate->IsBackToPrePage());
in FocusInput()
331
} else if (
componentInfos
in FocusInput()
370
ChooseRightComponentIndex( std::vector<std::shared_ptr<OHOS::Accessibility::AccessibilityElementInfo>> &
componentInfos
, std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap)
ChooseRightComponentIndex()
argument
[all...]
/test/ostest/wukong/input_factory/include/
H
A
D
component_input.h
41
std::vector<std::shared_ptr<OHOS::Accessibility::AccessibilityElementInfo>> &
componentInfos
,
Completed in 2 milliseconds