Home
last modified time | relevance | path

Searched defs:component (Results 1 – 25 of 47) sorted by relevance

12

/test/xts/acts/arkui/ace_c_arkui_test_api151/entry/src/main/cpp/
Dcontainer.cpp27 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceCreatedCB()
55 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceChangedCB()
84 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceDestroyedCB()
104 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) { in DispatchTouchEventCB()
127 void DispatchMouseEventCB(OH_NativeXComponent *component, void *window) { in DispatchMouseEventCB()
145 void DispatchHoverEventCB(OH_NativeXComponent *component, bool isHover) { in DispatchHoverEventCB()
191 void Container::OnSurfaceChanged(OH_NativeXComponent *component, void *window) { in OnSurfaceChanged()
215 void Container::OnTouchEvent(OH_NativeXComponent *component, void *window) { in OnTouchEvent()
255 void Container::OnMouseEvent(OH_NativeXComponent *component, void *window) { in OnMouseEvent()
268 void Container::OnHoverEvent(OH_NativeXComponent *component, bool isHover) { in OnHoverEvent()
[all …]
/test/xts/acts/arkui/ace_c_scroll_crosslanguage/entry/src/main/cpp/
Dcontainer.cpp27 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceCreatedCB()
53 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceChangedCB()
82 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceDestroyedCB()
102 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) { in DispatchTouchEventCB()
125 void DispatchMouseEventCB(OH_NativeXComponent *component, void *window) { in DispatchMouseEventCB()
143 void DispatchHoverEventCB(OH_NativeXComponent *component, bool isHover) { in DispatchHoverEventCB()
183 void Container::OnSurfaceChanged(OH_NativeXComponent *component, void *window) { in OnSurfaceChanged()
206 void Container::OnTouchEvent(OH_NativeXComponent *component, void *window) { in OnTouchEvent()
243 void Container::OnMouseEvent(OH_NativeXComponent *component, void *window) { in OnMouseEvent()
256 void Container::OnHoverEvent(OH_NativeXComponent *component, bool isHover) { in OnHoverEvent()
[all …]
/test/xts/acts/arkui/ace_c_arkui_test_api15/entry/src/main/cpp/snapShot/
Dcontainer.cpp33 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceCreatedCB()
58 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceChangedCB()
87 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceDestroyedCB()
107 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) { in DispatchTouchEventCB()
130 void DispatchMouseEventCB(OH_NativeXComponent *component, void *window) { in DispatchMouseEventCB()
148 void DispatchHoverEventCB(OH_NativeXComponent *component, bool isHover) { in DispatchHoverEventCB()
189 void Container::OnSurfaceChanged(OH_NativeXComponent *component, void *window) { in OnSurfaceChanged()
212 void Container::OnTouchEvent(OH_NativeXComponent *component, void *window) { in OnTouchEvent()
250 void Container::OnMouseEvent(OH_NativeXComponent *component, void *window) { in OnMouseEvent()
263 void Container::OnHoverEvent(OH_NativeXComponent *component, bool isHover) { in OnHoverEvent()
[all …]
/test/xts/acts/validator/acts_validator/entry/src/main/cpp/capihand/
Dcontainer.cpp27 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceCreatedCB()
49 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceChangedCB()
78 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceDestroyedCB()
98 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) { in DispatchTouchEventCB()
121 void DispatchMouseEventCB(OH_NativeXComponent *component, void *window) { in DispatchMouseEventCB()
139 void DispatchHoverEventCB(OH_NativeXComponent *component, bool isHover) { in DispatchHoverEventCB()
180 void Container::OnSurfaceChanged(OH_NativeXComponent *component, void *window) { in OnSurfaceChanged()
201 void Container::OnTouchEvent(OH_NativeXComponent *component, void *window) { in OnTouchEvent()
237 void Container::OnMouseEvent(OH_NativeXComponent *component, void *window) { in OnMouseEvent()
250 void Container::OnHoverEvent(OH_NativeXComponent *component, bool isHover) { in OnHoverEvent()
[all …]
/test/xts/acts/validator/acts_validator/entry/src/main/cpp/GameCtroller/
Dcontainer.cpp27 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceCreatedCB()
49 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceChangedCB()
78 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceDestroyedCB()
98 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) { in DispatchTouchEventCB()
121 void DispatchMouseEventCB(OH_NativeXComponent *component, void *window) { in DispatchMouseEventCB()
139 void DispatchHoverEventCB(OH_NativeXComponent *component, bool isHover) { in DispatchHoverEventCB()
180 void Container::OnSurfaceChanged(OH_NativeXComponent *component, void *window) { in OnSurfaceChanged()
201 void Container::OnTouchEvent(OH_NativeXComponent *component, void *window) { in OnTouchEvent()
237 void Container::OnMouseEvent(OH_NativeXComponent *component, void *window) { in OnMouseEvent()
250 void Container::OnHoverEvent(OH_NativeXComponent *component, bool isHover) { in OnHoverEvent()
[all …]
/test/xts/acts/validator/acts_validator/entry/src/main/cpp/keyEvent/
Dcontainer.cpp28 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceCreatedCB()
53 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceChangedCB()
80 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceDestroyedCB()
100 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) { in DispatchTouchEventCB()
123 void DispatchMouseEventCB(OH_NativeXComponent *component, void *window) { in DispatchMouseEventCB()
141 void DispatchHoverEventCB(OH_NativeXComponent *component, bool isHover) { in DispatchHoverEventCB()
185 void Container::OnSurfaceChanged(OH_NativeXComponent *component, void *window) { in OnSurfaceChanged()
208 void Container::OnTouchEvent(OH_NativeXComponent *component, void *window) { in OnTouchEvent()
248 void Container::OnMouseEvent(OH_NativeXComponent *component, void *window) { in OnMouseEvent()
261 void Container::OnHoverEvent(OH_NativeXComponent *component, bool isHover) { in OnHoverEvent()
[all …]
Dmanager.cpp104 OH_NativeXComponent *component = manager->GetNativeXComponent(idStr); in CreateNativeNode() local
232 OH_NativeXComponent *component = manager->GetNativeXComponent(idStr); in UpdateNativeNode() local
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
Dnative_xcomponent.cpp29 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB()
58 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB()
82 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB()
103 void DispatchTouchEventCB(OH_NativeXComponent* component, void* window) in DispatchTouchEventCB()
127 void DispatchMouseEventCB(OH_NativeXComponent* component, void* window) in DispatchMouseEventCB()
145 void DispatchHoverEventCB(OH_NativeXComponent* component, bool isHover) in DispatchHoverEventCB()
163 void OnFocusEventCB(OH_NativeXComponent* component, void* window) in OnFocusEventCB()
180 void OnKeyEventCB(OH_NativeXComponent* component, void* window) in OnKeyEventCB()
196 void OnFrameEventCB(OH_NativeXComponent* component, void* window) in OnFrameEventCB()
213 void UnOnFrameEventCB(OH_NativeXComponent* component, void* window) in UnOnFrameEventCB()
[all …]
Dplugin_render.cpp51 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB()
69 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB()
84 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB()
99 void DispatchTouchEventCB(OH_NativeXComponent* component, void* window) in DispatchTouchEventCB()
114 void DispatchMouseEventCB(OH_NativeXComponent* component, void* window) in DispatchMouseEventCB()
164 void PluginRender::SetNativeXComponent(OH_NativeXComponent* component) in SetNativeXComponent()
173 void PluginRender::OnSurfaceCreated(OH_NativeXComponent* component, void* window) in OnSurfaceCreated()
193 void PluginRender::OnSurfaceChanged(OH_NativeXComponent* component, void* window) in OnSurfaceChanged()
217 void PluginRender::OnSurfaceDestroyed(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyed()
224 void PluginRender::DispatchTouchEvent(OH_NativeXComponent* component, void* window) in DispatchTouchEvent()
[all …]
/test/xts/acts/validator/acts_validator/entry/src/main/cpp/manager/
Dxcomponent_manager.cpp28 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceCreatedCB()
51 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) {} in OnSurfaceChangedCB()
53 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) {} in OnSurfaceDestroyedCB()
55 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) { in DispatchTouchEventCB()
/test/xts/hats/hdf/codec/hdi_idlomx/
Dcodec_function_utils.cpp76 bool FunctionUtil::InitBufferHandleParameter(sptr<ICodecComponent> component, OMX_PARAM_PORTDEFINIT… in InitBufferHandleParameter()
140 bool FunctionUtil::UseDynaBuffer(sptr<ICodecComponent> component, enum PortIndex port, int bufferCo… in UseDynaBuffer()
169 bool FunctionUtil::UseHandleBuffer(sptr<ICodecComponent> component, enum PortIndex port, in UseHandleBuffer()
198 bool FunctionUtil::UseBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port, in UseBufferOnPort()
229 bool FunctionUtil::AllocateBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port, in AllocateBufferOnPort()
268 bool FunctionUtil::FreeBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port) in FreeBufferOnPort()
286 int32_t FunctionUtil::GetPortParameter(sptr<ICodecComponent> component, PortIndex index, in GetPortParameter()
319 bool FunctionUtil::FillAndEmptyAllBuffer(sptr<ICodecComponent> component, CodecBufferType type) in FillAndEmptyAllBuffer()
353 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState) in WaitState()
Dcodec_hdi_manager_test.cpp93 sptr<ICodecComponent> component; variable
109 sptr<ICodecComponent> component; variable
149 sptr<ICodecComponent> component; variable
169 sptr<ICodecComponent> component; variable
/test/xts/acts/multimedia/media/media_ndk_standard/LowPowerPlayerNDK/entry/src/main/cpp/render/
Dplugin_render.cpp35 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB()
71 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB()
96 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB()
117 void DispatchTouchEventCB(OH_NativeXComponent* component, void* window) in DispatchTouchEventCB()
189 void PluginRender::OnSurfaceChanged(OH_NativeXComponent* component, void* window) in OnSurfaceChanged()
213 void PluginRender::OnTouchEvent(OH_NativeXComponent* component, void* window) in OnTouchEvent()
/test/xts/acts/arkui/ace_c_arkui_test_api15XC/entry/src/main/cpp/render/
Dplugin_render.cpp23 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceCreatedCB()
51 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceChangedCB()
74 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceDestroyedCB()
94 void DispatchAxisEventCB(OH_NativeXComponent *component, ArkUI_UIInputEvent *event, ArkUI_UIInputEv… in DispatchAxisEventCB()
198 void PluginRender::OnSurfaceChanged(OH_NativeXComponent *component, void *window) { in OnSurfaceChanged()
/test/xts/hats/hdf/codec/benchmarktest/
Dcodec_benchmark_manager_test.cpp81 sptr<ICodecComponent> component; in BENCHMARK_F() local
109 sptr<ICodecComponent> component; in BENCHMARK_F() local
/test/xts/acts/arkui/ace_c_arkui_test_api14/entry/src/main/cpp/xcomponent/
Dxcomponent_test.cpp24 bool onKeyEventCBWR(OH_NativeXComponent *component, void *window) in onKeyEventCBWR()
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/
DpopoverCheckBox.js18 component: { property
DsuiteTable.js18 component: { property
DcaseTable.js18 component: { property
/test/xts/acts/web/DFX/log_dotting_nine/entry/src/main/cpp/
Dnapi_init.cpp33 static ArkWeb_ComponentAPI *component = nullptr; variable
92 bool SetComponentCallback(ArkWeb_ComponentAPI* component, const char* webTagValue) { in SetComponentCallback()
/test/testfwk/xdevice/plugins/devicetest/
Dconstants.py43 component = "ComponentKit" variable in CKit
/test/testfwk/xdevice/
Dbundle.json13 "component": { object
/test/xts/acts/arkui/ace_c_arkui_key_code_test_api20/entry/src/main/cpp/component/
DXComponentTest.cpp328 void OnFrameCallback(OH_NativeXComponent* component, uint64_t timestamp, uint64_t targetTimestamp) in OnFrameCallback()
412 void UIInputEventCallback(OH_NativeXComponent* component, ArkUI_UIInputEvent* event, ArkUI_UIInputE… in UIInputEventCallback()
442 HitTestMode OnTouchInterceptCallback(OH_NativeXComponent* component, ArkUI_UIInputEvent* event) in OnTouchInterceptCallback()
501 bool OnKeyEventCallbackWithResult(OH_NativeXComponent* component, void* window) in OnKeyEventCallbackWithResult()
739 void OnFocusEvent(OH_NativeXComponent* component, void* window) in OnFocusEvent()
745 void OnBlurEvent(OH_NativeXComponent* component, void* window) in OnBlurEvent()
751 void OnKeyEvent(OH_NativeXComponent* component, void* window) in OnKeyEvent()
/test/xts/hats/
Dbundle.json12 "component": { object
/test/xts/tools/
Dbundle.json14 "component": { object

12