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:curItem
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H
A
D
render_indexer_circle.cpp
255
int32_t
curItem
= GetNearestItem(position, true);
in HandleTouchMove()
local
256
if (
curItem
== INVALID_INDEX ||
curItem
>= itemCount_ - 1) {
in HandleTouchMove()
259
if (
curItem
!= curHitItem_) {
in HandleTouchMove()
260
curHitItem_ =
curItem
;
in HandleTouchMove()
261
SetItemsFocused(
curItem
);
in HandleTouchMove()
784
int32_t
curItem
= GetNearestItem(touchAngle);
in TouchOnCollapseArc()
local
785
curItem
= GetActualItemIndex(
curItem
);
in TouchOnCollapseArc()
787
if (
curItem
in TouchOnCollapseArc()
984
RefPtr<RenderIndexerItem>
curItem
= GetSpecificItem(index);
SetItemsFocused()
local
[all...]
H
A
D
render_indexer.cpp
477
RefPtr<RenderIndexerItem>
curItem
= GetSpecificItem(curSection);
in MoveSection()
local
478
if (!
curItem
|| !NeedProcess(
curItem
) ||
curItem
->GetKeyCount() <= 0) {
in MoveSection()
485
curItem
->SetClicked(true); // Make cur clicked item focus.
in MoveSection()
523
RefPtr<RenderIndexerItem>
curItem
= GetSpecificItem(curSection);
in MoveSectionWithIndexer()
local
524
if (!
curItem
|| !NeedProcess(
curItem
) ||
curItem
->GetKeyCount() <= 0) {
in MoveSectionWithIndexer()
531
curItem
in MoveSectionWithIndexer()
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H
A
D
timer_mgr.cpp
188
shared_ptr<TimerItem>
curItem
= *it;
in KillTimer()
local
189
if (
curItem
->timerId == timerId) {
in KillTimer()
191
timerId,
curItem
->type,
curItem
->cookie);
in KillTimer()
192
ReleaseId(
curItem
->timerId);
in KillTimer()
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H
A
D
render_indexer.cpp
565
RefPtr<RenderIndexerItem>
curItem
= GetSpecificItem(curSection);
in MoveSectionWithIndexer()
local
566
if (!
curItem
|| !NeedProcess(
curItem
)) {
in MoveSectionWithIndexer()
573
curItem
->SetClicked(true); // Make cur clicked item focus.
in MoveSectionWithIndexer()
582
MoveList(
curItem
->GetSectionIndex());
in MoveSectionWithIndexer()
/foundation/resourceschedule/soc_perf/services/core/src/
H
A
D
socperf.cpp
353
std::shared_ptr<ResActionItem>
curItem
= nullptr;
in DoFreqActions()
local
375
if (
curItem
) {
in DoFreqActions()
376
curItem
->next = resActionItem;
in DoFreqActions()
380
curItem
= resActionItem;
in DoFreqActions()
Completed in 5 milliseconds