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:launchIndex
(Results
1 - 1
of
1
) sorted by relevance
/test/ostest/wukong/input_factory/src/
H
A
D
component_input.cpp
164
ErrCode JudgeBackResult(const std::shared_ptr<ComponentParam>& param, uint32_t
launchIndex
)
in JudgeBackResult()
argument
168
param->pageBack_[
launchIndex
]++;
in JudgeBackResult()
169
TRACK_LOG_STR("back count: %d", param->pageBack_[
launchIndex
]);
in JudgeBackResult()
170
if (param->pageBack_[
launchIndex
] > PAGE_BACK_COUNT_MAX) {
in JudgeBackResult()
171
result = LauncherApp(param->bundleName_[
launchIndex
]);
in JudgeBackResult()
175
param->pageBack_[
launchIndex
] = 0;
in JudgeBackResult()
176
param->lanuchCount_[
launchIndex
]++;
in JudgeBackResult()
177
TRACK_LOG_STR("lanuchCount_[%d] = %d",
launchIndex
, param->lanuchCount_[
launchIndex
]);
in JudgeBackResult()
178
if (param->lanuchCount_[
launchIndex
] > LANUCH_APP_COUNT_MA
in JudgeBackResult()
207
uint32_t
launchIndex
= CheckLauncherApp(componentPtr);
OrderInput()
local
[all...]
Completed in 1 milliseconds