Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 716) sorted by relevance

12345678910>>...29

/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()
78 OHNativeWindow *window) { in SetNativeXComponent()
/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()
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()
331 void NativeXcomponent::OnSurfaceChanged(OH_NativeXComponent* component, void* window) in OnSurfaceChanged()
[all …]
/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()
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()
272 void Container::OnKeyEvent(OH_NativeXComponent *component, void *window) { in OnKeyEvent()
/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()
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()
261 void Container::OnKeyEvent(OH_NativeXComponent *component, void *window) { in OnKeyEvent()
/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()
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()
267 void Container::OnKeyEvent(OH_NativeXComponent *component, void *window) { in OnKeyEvent()
/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()
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()
254 void Container::OnKeyEvent(OH_NativeXComponent *component, void *window) { in OnKeyEvent()
/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()
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()
254 void Container::OnKeyEvent(OH_NativeXComponent *component, void *window) { in OnKeyEvent()
/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()
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()
266 void Container::OnKeyEvent(OH_NativeXComponent *component, void *window) { in OnKeyEvent()
/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/multimedia/videoProcess/detail_enhancer_video_ndk/src/
Ddetail_enhancer_video_ndk_unit_test.cpp161 …ncerVideoNdkUnitTest::FlushSurf(OHNativeWindowBuffer* ohNativeWindowBuffer, OHNativeWindow* window) in FlushSurf()
565 OHNativeWindow* window = nullptr; variable
583 OHNativeWindow* window = nullptr; variable
600 OHNativeWindow* window = nullptr; variable
613 OHNativeWindow* window = nullptr; variable
626 OHNativeWindow* window = nullptr; variable
639 OHNativeWindow* window = nullptr; variable
906 OHNativeWindow* window = nullptr; variable
945 OHNativeWindow* window = nullptr; variable
985 OHNativeWindow* window = nullptr; variable
[all …]
/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()
198 void PluginRender::OnSurfaceChanged(OH_NativeXComponent *component, void *window) { in OnSurfaceChanged()
/test/testfwk/arkxtest/uitest/core/
Dselect_strategy.cpp131 void SelectStrategy::RefreshWidgetBounds(Widget &widget, const Window &window) in RefreshWidgetBounds()
151 void LocateNode(const Window &window, in LocateNode()
197 void LocateNodeAfterAnchor(const Window &window, in LocateNodeAfterAnchor()
248 void LocateNode(const Window &window, in LocateNode()
329 void LocateNode(const Window &window, in LocateNode()
378 void LocateNodeWithInAnchor(const Window &window, in LocateNodeWithInAnchor()
432 void LocateNode(const Window &window, in LocateNode()
496 void LocateNode(const Window &window, in LocateNode()
/test/xts/acts/ability/ability_runtime/actsdataabilityaccessdatasharetest/datashareserverhap/entry/src/main/resources/base/profile/
Dform_config.json7 "window": { object
25 "window": { object
/test/xts/acts/ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/resources/base/profile/
Dform_config.json11 "window": { object
30 "window": { object
/test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationB/entry/src/main/resources/base/profile/
Dform_config.json7 "window": { object
26 "window": { object
/test/xts/acts/ability/ability_runtime/apicover/apifacover/entry/src/main/resources/base/profile/
Dform_config.json11 "window": { object
30 "window": { object
/test/xts/acts/ability/ability_runtime/freeinstalltest/startabilitystagetest/atomizationstageentry/entry/src/main/resources/base/profile/
Dform_config.json11 "window": { object
30 "window": { object
/test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationF/entry/src/main/resources/base/profile/
Dform_config.json7 "window": { object
26 "window": { object
/test/xts/acts/ability/ability_runtime/freeinstalltest/startabilitystagetest/actsfreeinstallstartabilitystagetest/entry/src/main/resources/base/profile/
Dform_config.json11 "window": { object
30 "window": { object
/test/xts/acts/ability/form/formmanager/stage/actsformprovidergetformsinfo/module2/entry/src/main/resources/base/profile/
Dform_config.json7 "window": { object
26 "window": { object
/test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationE/entry/src/main/resources/base/profile/
Dform_config.json7 "window": { object
28 "window": { object
/test/xts/acts/ability/form/formmanager/fa/formproviderst_ets/formsupplyapplicationA/entry/src/main/resources/base/profile/
Dform_config.json7 "window": { object
27 "window": { object
/test/xts/acts/ability/form/formmanager/stage/actsformprovidergetformsinfo/module1/entry/src/main/resources/base/profile/
Dform_config.json7 "window": { object
27 "window": { object
/test/xts/acts/ability/ability_runtime/actssupportfunction/fasupportfunction/entry/src/main/
Dconfig.json131 "window": { object
145 "window": { object
159 "window": { object
173 "window": { object
187 "window": { object
201 "window": { object
/test/xts/acts/multimedia/videoProcess/moduletest/video/src/
Dapi_test.cpp478 OHNativeWindow *window = nullptr; variable
525 OHNativeWindow *window = nullptr; variable
562 OHNativeWindow *window = nullptr; variable
609 OHNativeWindow *window = nullptr; variable
672 OHNativeWindow *window = nullptr; variable
737 OHNativeWindow *window = nullptr; variable

12345678910>>...29