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:subKind
(Results
1 - 25
of
35
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_api.cpp
714
unsigned int
subKind
= kind % ARKUI_MAX_EVENT_NUM;
in NotifyComponentAsyncEvent()
local
719
if (
subKind
>= sizeof(commonNodeAsyncEventHandlers) / sizeof(ComponentAsyncEventHandler)) {
in NotifyComponentAsyncEvent()
723
eventHandle = commonNodeAsyncEventHandlers[
subKind
];
in NotifyComponentAsyncEvent()
727
if (
subKind
>= sizeof(imageNodeAsyncEventHandlers) / sizeof(ComponentAsyncEventHandler)) {
in NotifyComponentAsyncEvent()
731
eventHandle = imageNodeAsyncEventHandlers[
subKind
];
in NotifyComponentAsyncEvent()
735
if (
subKind
>= sizeof(IMAGE_SPAN_NODE_ASYNC_EVENT_HANDLERS) / sizeof(ComponentAsyncEventHandler)) {
in NotifyComponentAsyncEvent()
739
eventHandle = IMAGE_SPAN_NODE_ASYNC_EVENT_HANDLERS[
subKind
];
in NotifyComponentAsyncEvent()
744
if (
subKind
>= sizeof(scrollNodeAsyncEventHandlers) / sizeof(ComponentAsyncEventHandler)) {
in NotifyComponentAsyncEvent()
748
eventHandle = scrollNodeAsyncEventHandlers[
subKind
];
in NotifyComponentAsyncEvent()
753
if (
subKind
>
in NotifyComponentAsyncEvent()
962
unsigned int
subKind
= kind % ARKUI_MAX_EVENT_NUM;
NotifyResetComponentAsyncEvent()
local
[all...]
H
A
D
node_refresh_modifier.cpp
145
event.componentAsyncEvent.
subKind
= ON_REFRESH_STATE_CHANGE;
in SetRefreshOnStateChange()
160
event.componentAsyncEvent.
subKind
= ON_REFRESH_REFRESHING;
in SetOnRefreshing()
174
event.componentAsyncEvent.
subKind
= ON_REFRESH_ON_OFFSET_CHANGE;
in SetRefreshOnOffsetChange()
189
event.componentAsyncEvent.
subKind
= ON_REFRESH_CHANGE_EVENT;
in SetRefreshChangeEvent()
H
A
D
node_drag_modifier.cpp
96
event.dragEvent.
subKind
= ON_DRAG_DROP;
in SetOnDragDrop()
129
event.dragEvent.
subKind
= ON_DRAG_START;
in SetOnDragStart()
160
event.dragEvent.
subKind
= ON_DRAG_ENTER;
in SetOnDragEnter()
192
event.dragEvent.
subKind
= ON_DRAG_MOVE;
in SetOnDragMove()
223
event.dragEvent.
subKind
= ON_DRAG_LEAVE;
in SetOnDragLeave()
254
event.dragEvent.
subKind
= ON_DRAG_END;
in SetOnDragEnd()
297
event.componentAsyncEvent.
subKind
= ON_PRE_DRAG;
in SetOnPreDrag()
H
A
D
node_canvas_modifier.cpp
28
event.componentAsyncEvent.
subKind
= ON_CANVAS_READY;
in SetCanvasOnReady()
H
A
D
image_animator_modifier.cpp
331
event.componentAsyncEvent.
subKind
= ON_IMAGE_ANIMATOR_ON_START;
in SetImageAnimatorOnStart()
345
event.componentAsyncEvent.
subKind
= ON_IMAGE_ANIMATOR_ON_PAUSE;
in SetImageAnimatorOnPause()
359
event.componentAsyncEvent.
subKind
= ON_IMAGE_ANIMATOR_ON_REPEAT;
in SetImageAnimatorOnRepeat()
373
event.componentAsyncEvent.
subKind
= ON_IMAGE_ANIMATOR_ON_CANCEL;
in SetImageAnimatorOnCancel()
387
event.componentAsyncEvent.
subKind
= ON_IMAGE_ANIMATOR_ON_FINISH;
in SetImageAnimatorOnFinish()
H
A
D
node_list_modifier.cpp
721
event.componentAsyncEvent.
subKind
= ON_LIST_SCROLL;
in SetOnListScroll()
740
event.componentAsyncEvent.
subKind
= ON_LIST_SCROLL_FRAME_BEGIN;
in SetOnListScrollFrameBegin()
759
event.componentAsyncEvent.
subKind
= ON_LIST_SCROLL_START;
in SetOnListScrollStart()
774
event.componentAsyncEvent.
subKind
= ON_LIST_SCROLL_STOP;
in SetOnListScrollStop()
792
event.componentAsyncEvent.
subKind
= ON_LIST_WILL_SCROLL;
in SetOnListWillScroll()
815
event.componentAsyncEvent.
subKind
= ON_LIST_DID_SCROLL;
in SetOnListDidScroll()
833
event.componentAsyncEvent.
subKind
= ON_LIST_SCROLL_INDEX;
in SetOnListScrollIndex()
850
event.componentAsyncEvent.
subKind
= ON_LIST_REACH_START;
in SetOnListReachStart()
864
event.componentAsyncEvent.
subKind
= ON_LIST_REACH_END;
in SetOnListReachEnd()
H
A
D
node_scroll_modifier.cpp
663
event.componentAsyncEvent.
subKind
= ON_SCROLL;
in SetOnScroll()
682
event.componentAsyncEvent.
subKind
= ON_SCROLL_FRAME_BEGIN;
in SetOnScrollFrameBegin()
703
event.componentAsyncEvent.
subKind
= ON_SCROLL_WILL_SCROLL;
in SetScrollOnWillScroll()
738
event.componentAsyncEvent.
subKind
= ON_SCROLL_DID_SCROLL;
in SetScrollOnDidScroll()
762
event.componentAsyncEvent.
subKind
= ON_SCROLL_START;
in SetOnScrollStart()
777
event.componentAsyncEvent.
subKind
= ON_SCROLL_STOP;
in SetOnScrollStop()
792
event.componentAsyncEvent.
subKind
= ON_SCROLL_EDGE;
in SetOnScrollEdge()
806
event.componentAsyncEvent.
subKind
= ON_SCROLL_REACH_START;
in SetOnScrollReachStart()
820
event.componentAsyncEvent.
subKind
= ON_SCROLL_REACH_END;
in SetOnScrollReachEnd()
H
A
D
water_flow_modifier.cpp
705
event.componentAsyncEvent.
subKind
= ON_WATER_FLOW_WILL_SCROLL;
in SetOnWillScroll()
726
event.componentAsyncEvent.
subKind
= ON_WATER_FLOW_REACH_END;
in SetOnWaterFlowReachEnd()
742
event.componentAsyncEvent.
subKind
= ON_WATER_FLOW_DID_SCROLL;
in SetOnDidScroll()
760
event.componentAsyncEvent.
subKind
= ON_WATER_FLOW_SCROLL_START;
in SetOnWaterFlowScrollStart()
775
event.componentAsyncEvent.
subKind
= ON_WATER_FLOW_SCROLL_STOP;
in SetOnWaterFlowScrollStop()
792
event.componentAsyncEvent.
subKind
= ON_WATER_FLOW_SCROLL_FRAME_BEGIN;
in SetOnWaterFlowScrollFrameBegin()
814
event.componentAsyncEvent.
subKind
= ON_WATER_FLOW_SCROLL_INDEX;
in SetOnWaterFlowScrollIndex()
830
event.componentAsyncEvent.
subKind
= ON_WATER_FLOW_REACH_START;
in SetOnWaterFlowReachStart()
H
A
D
alphabet_indexer_modifier.cpp
593
event.componentAsyncEvent.
subKind
= ON_ALPHABET_INDEXER_SELECTED;
in SetOnIndexerSelected()
608
event.componentAsyncEvent.
subKind
= ON_ALPHABET_INDEXER_REQUEST_POPUP_DATA;
in SetOnIndexerRequestPopupData()
634
event.componentAsyncEvent.
subKind
= ON_ALPHABET_INDEXER_POPUP_SELECTED;
in SetOnIndexerPopupSelected()
649
event.componentAsyncEvent.
subKind
= ON_ALPHABET_INDEXER_CHANGE_EVENT;
in SetIndexerChangeEvent()
664
event.componentAsyncEvent.
subKind
= ON_ALPHABET_INDEXER_CREAT_CHANGE_EVENT;
in SetIndexerCreatChangeEvent()
H
A
D
node_text_input_modifier.cpp
1950
event.textInputEvent.
subKind
= ON_TEXT_INPUT_CHANGE;
in SetOnTextInputChange()
1965
event.componentAsyncEvent.
subKind
= ON_TEXT_INPUT_SUBMIT;
in SetTextInputOnSubmit()
1980
event.textInputEvent.
subKind
= ON_TEXT_INPUT_CUT;
in SetOnTextInputCut()
1995
event.textInputEvent.
subKind
= ON_TEXT_INPUT_PASTE;
in SetOnTextInputPaste()
2010
event.componentAsyncEvent.
subKind
= ON_TEXT_INPUT_TEXT_SELECTION_CHANGE;
in SetOnTextInputSelectionChange()
2026
event.componentAsyncEvent.
subKind
= ON_TEXT_INPUT_EDIT_CHANGE;
in SetOnTextInputEditChange()
2041
event.componentAsyncEvent.
subKind
= ON_TEXT_INPUT_CONTENT_SIZE_CHANGE;
in SetOnTextInputContentSizeChange()
2061
event.textInputEvent.
subKind
= ON_TEXT_INPUT_INPUT_FILTER_ERROR;
in SetOnTextInputInputFilterError()
2076
event.componentAsyncEvent.
subKind
= ON_TEXT_INPUT_CONTENT_SCROLL;
in SetTextInputOnTextContentScroll()
2092
event.mixedEvent.
subKind
in SetTextInputOnWillInsert()
[all...]
H
A
D
node_text_area_modifier.cpp
1759
event.textInputEvent.
subKind
= ON_TEXTAREA_CHANGE;
in SetOnTextAreaChange()
1774
event.textInputEvent.
subKind
= ON_TEXTAREA_PASTE;
in SetOnTextAreaPaste()
1789
event.componentAsyncEvent.
subKind
= ON_TEXTAREA_TEXT_SELECTION_CHANGE;
in SetOnTextAreaSelectionChange()
1805
event.componentAsyncEvent.
subKind
= ON_TEXTAREA_EDIT_CHANGE;
in SetOnTextAreaEditChange()
1820
event.componentAsyncEvent.
subKind
= ON_TEXTAREA_CONTENT_SIZE_CHANGE;
in SetOnTextAreaContentSizeChange()
1840
event.textInputEvent.
subKind
= ON_TEXT_AREA_INPUT_FILTER_ERROR;
in SetOnTextAreaInputFilterError()
1855
event.componentAsyncEvent.
subKind
= ON_TEXT_AREA_CONTENT_SCROLL;
in SetTextAreaOnTextContentScroll()
1871
event.componentAsyncEvent.
subKind
= ON_TEXTAREA_ON_SUBMIT;
in SetTextAreaOnSubmit()
1887
event.mixedEvent.
subKind
= ON_TEXT_AREA_WILL_INSERT;
in SetTextAreaOnWillInsertValue()
1906
event.mixedEvent.
subKind
in SetTextAreaOnDidInsertValue()
[all...]
H
A
D
node_list_item_modifier.cpp
143
event.componentAsyncEvent.
subKind
= ON_LIST_ITEM_SELECTED;
in SetListItemOnSelect()
H
A
D
search_modifier.cpp
915
event.textInputEvent.
subKind
= ON_SEARCH_SUBMIT;
in SetOnSearchSubmit()
930
event.textInputEvent.
subKind
= ON_SEARCH_CHANGE;
in SetOnSearchChange()
945
event.textInputEvent.
subKind
= ON_SEARCH_COPY;
in SetOnSearchCopy()
960
event.textInputEvent.
subKind
= ON_SEARCH_CUT;
in SetOnSearchCut()
975
event.textInputEvent.
subKind
= ON_SEARCH_PASTE;
in SetOnSearchPaste()
H
A
D
node_image_span_modifier.cpp
269
event.componentAsyncEvent.
subKind
= ON_IMAGE_SPAN_COMPLETE;
in SetImageSpanOnCompleteEvent()
292
event.componentAsyncEvent.
subKind
= ON_IMAGE_SPAN_ERROR;
in SetImageSpanOnErrorEvent()
H
A
D
node_image_modifier.cpp
973
event.componentAsyncEvent.
subKind
= ON_IMAGE_COMPLETE;
in SetImageOnComplete()
996
event.componentAsyncEvent.
subKind
= ON_IMAGE_ERROR;
in SetImageOnError()
1011
event.componentAsyncEvent.
subKind
= ON_IMAGE_SVG_PLAY_FINISH;
in SetImageOnSvgPlayFinish()
1025
event.componentAsyncEvent.
subKind
= ON_IMAGE_DOWNLOAD_PROGRESS;
in SetImageOnDownloadProgress()
H
A
D
node_swiper_modifier.cpp
1196
event.componentAsyncEvent.
subKind
= ON_SWIPER_CHANGE;
in SetSwiperChange()
1211
event.componentAsyncEvent.
subKind
= ON_SWIPER_ANIMATION_START;
in SetSwiperAnimationStart()
1230
event.componentAsyncEvent.
subKind
= ON_SWIPER_ANIMATION_END;
in SetSwiperAnimationEnd()
1246
event.componentAsyncEvent.
subKind
= ON_SWIPER_GESTURE_SWIPE;
in SetSwiperGestureSwipe()
1264
event.componentAsyncEvent.
subKind
= ON_SWIPER_DID_CONTENT_SCROLL;
in SetSwiperOnContentDidScroll()
H
A
D
radio_modifier.cpp
344
event.componentAsyncEvent.
subKind
= ON_RADIO_CHANGE;
in SetOnRadioChange()
H
A
D
node_checkbox_modifier.cpp
322
event.componentAsyncEvent.
subKind
= ON_CHECKBOX_CHANGE;
in SetCheckboxChange()
H
A
D
node_toggle_modifier.cpp
422
event.componentAsyncEvent.
subKind
= ON_TOGGLE_CHANGE;
in SetOnToggleChange()
H
A
D
node_timepicker_modifier.cpp
394
event.componentAsyncEvent.
subKind
= ON_TIME_PICKER_CHANGE;
in SetTimePickerOnChange()
H
A
D
calendar_picker_modifier.cpp
379
event.componentAsyncEvent.
subKind
= ON_CALENDAR_PICKER_CHANGE;
in SetCalendarPickerOnChange()
H
A
D
node_gesture_modifier.cpp
368
eventData.gestureAsyncEvent.
subKind
= ON_ACTION_CANCEL;
in setCancelActionFunc()
422
eventData.gestureAsyncEvent.
subKind
= eventKind;
in SendGestureEvent()
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
event_converter.cpp
570
ArkUIEventSubKind
subKind
= static_cast<ArkUIEventSubKind>(origin->componentAsyncEvent.
subKind
);
in ConvertEvent()
local
571
event->kind = ConvertToNodeEventType(
subKind
);
in ConvertEvent()
576
ArkUIEventSubKind
subKind
= static_cast<ArkUIEventSubKind>(origin->textInputEvent.
subKind
);
in ConvertEvent()
local
577
event->kind = ConvertToNodeEventType(
subKind
);
in ConvertEvent()
582
ArkUIEventSubKind
subKind
= static_cast<ArkUIEventSubKind>(origin->touchEvent.
subKind
);
in ConvertEvent()
local
583
event->kind = ConvertToNodeEventType(
subKind
);
in ConvertEvent()
588
ArkUIEventSubKind
subKind
in ConvertEvent()
local
594
ArkUIEventSubKind
subKind
= static_cast<ArkUIEventSubKind>(origin->mixedEvent.
subKind
);
ConvertEvent()
local
600
ArkUIEventSubKind
subKind
= static_cast<ArkUIEventSubKind>(origin->dragEvent.
subKind
);
ConvertEvent()
local
699
ArkUIEventSubKind
subKind
= static_cast<ArkUIEventSubKind>(origin->componentAsyncEvent.
subKind
);
ConvertEvent()
local
709
ArkUIEventSubKind
subKind
= static_cast<ArkUIEventSubKind>(origin->textInputEvent.
subKind
);
ConvertEvent()
local
[all...]
H
A
D
node_model.cpp
489
ArkUIEventSubKind
subKind
= static_cast<ArkUIEventSubKind>(-1);
in GetNativeNodeEventType()
local
492
subKind
= static_cast<ArkUIEventSubKind>(innerEvent->componentAsyncEvent.
subKind
);
in GetNativeNodeEventType()
495
subKind
= static_cast<ArkUIEventSubKind>(innerEvent->textInputEvent.
subKind
);
in GetNativeNodeEventType()
498
subKind
= static_cast<ArkUIEventSubKind>(innerEvent->touchEvent.
subKind
);
in GetNativeNodeEventType()
501
subKind
= static_cast<ArkUIEventSubKind>(innerEvent->mouseEvent.
subKind
);
in GetNativeNodeEventType()
504
subKind
in GetNativeNodeEventType()
[all...]
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
drag_and_drop_test.cpp
186
event.componentAsyncEvent.
subKind
= ON_PRE_DRAG;
in HWTEST_F()
Completed in 37 milliseconds
1
2