Home
last modified time | relevance | path

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

12

/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/
Dplugin_render.cpp26 static std::string GetXComponentId(OH_NativeXComponent *component) in GetXComponentId()
38 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
46 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) in OnSurfaceChangedCB()
54 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
62 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) in DispatchTouchEventCB()
95 void PluginRender::SetNativeXComponent(OH_NativeXComponent *component) in SetNativeXComponent()
140 void PluginRender::OnSurfaceCreated(OH_NativeXComponent *component, void *window) in OnSurfaceCreated()
155 void PluginRender::OnSurfaceChanged(OH_NativeXComponent *component, void *window) in OnSurfaceChanged()
166 void PluginRender::OnSurfaceDestroyed(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyed()
171 void PluginRender::DispatchTouchEvent(OH_NativeXComponent *component, void *window) in DispatchTouchEvent()
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/render/
Dplugin_render.cpp28 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB()
57 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()
181 void OnBlurEventCB(OH_NativeXComponent* component, void* window) in OnBlurEventCB()
199 void OnKeyEventCB(OH_NativeXComponent* component, void* window) in OnKeyEventCB()
311 void PluginRender::OnSurfaceChanged(OH_NativeXComponent* component, void* window) in OnSurfaceChanged()
[all …]
/applications/standard/app_samples/code/DocsSample/ArkUISample/NdkGestureBlocking/entry/src/main/cpp/
Dcontainer.cpp27 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
45 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) in OnSurfaceChangedCB()
69 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
90 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) in DispatchTouchEventCB()
114 void DispatchMouseEventCB(OH_NativeXComponent *component, void *window) in DispatchMouseEventCB()
133 void DispatchHoverEventCB(OH_NativeXComponent *component, bool isHover) in DispatchHoverEventCB()
177 void Container::OnSurfaceChanged(OH_NativeXComponent *component, void *window) in OnSurfaceChanged()
196 void Container::OnTouchEvent(OH_NativeXComponent *component, void *window) in OnTouchEvent()
240 void Container::OnMouseEvent(OH_NativeXComponent *component, void *window) in OnMouseEvent()
254 void Container::OnHoverEvent(OH_NativeXComponent *component, bool isHover) in OnHoverEvent()
Dmanager.cpp205 …GestureBlocking(ArkUI_NodeHandle &stack, ArkUI_NodeHandle &column1, OH_NativeXComponent* component) in SetGestureBlocking()
228 void BindingGesture(napi_env env, napi_value arg, OH_NativeXComponent* component) in BindingGesture()
335 OH_NativeXComponent *component = manager->GetNativeXComponent(idStr); in CreateNativeNode() local
396 OH_NativeXComponent *component = manager->GetNativeXComponent(idStr); in UpdateNativeNode() local
/applications/standard/app_samples/code/BasicFeature/Media/AVCodec/entry/src/main/cpp/render/
Dplugin_render.cpp32 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB()
61 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB()
86 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB()
107 void DispatchTouchEventCB(OH_NativeXComponent* component, void* window) in DispatchTouchEventCB()
172 void PluginRender::OnSurfaceChanged(OH_NativeXComponent* component, void* window) in OnSurfaceChanged()
193 void PluginRender::OnTouchEvent(OH_NativeXComponent* component, void* window) in OnTouchEvent()
/applications/standard/app_samples/code/BasicFeature/Media/AudioToVideoSync/entry/src/main/cpp/render/
DPluginRender.cpp32 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
64 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) in OnSurfaceChangedCB()
89 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
110 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) in DispatchTouchEventCB()
182 void PluginRender::OnSurfaceChanged(OH_NativeXComponent *component, void *window) in OnSurfaceChanged()
206 void PluginRender::OnTouchEvent(OH_NativeXComponent *component, void *window) in OnTouchEvent()
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/manager/
Dplugin_manager.cpp109 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB()
126 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB()
140 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB()
154 void DispatchTouchEventCB(OH_NativeXComponent* component, void* window) in DispatchTouchEventCB()
289 void PluginManager::OnSurfaceCreated(OH_NativeXComponent* component, void* window) in OnSurfaceCreated()
303 void PluginManager::OnSurfaceDestroyed(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyed()
308 void PluginManager::DispatchTouchEvent(OH_NativeXComponent* component, void* window) in DispatchTouchEvent()
346 void PluginManager::OnSurfaceChanged(OH_NativeXComponent* component, void* window) in OnSurfaceChanged()
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/
Dapp_napi.cpp44 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
60 static void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) in OnSurfaceChangedCB()
74 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
89 static void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) in DispatchTouchEventCB()
104 static void DispatchMouseEventCB(OH_NativeXComponent *component, void *window) in DispatchMouseEventCB()
152 void AppNapi::SetNativeXComponent(OH_NativeXComponent *component) in SetNativeXComponent()
160 void AppNapi::OnSurfaceCreated(OH_NativeXComponent *component, void *window) in OnSurfaceCreated()
180 void AppNapi::OnSurfaceChanged(OH_NativeXComponent *component, void *window) in OnSurfaceChanged()
204 void AppNapi::OnSurfaceDestroyed(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyed()
211 void AppNapi::DispatchTouchEvent(OH_NativeXComponent *component, void *window) in DispatchTouchEvent()
[all …]
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeImage/entry/src/main/cpp/
Dnapi_init.cpp28 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
57 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) in OnSurfaceChangedCB()
80 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB()
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/
Dapp_napi.cpp61 static void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB()
77 static void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB()
92 static void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB()
108 static void DispatchTouchEventCB(OH_NativeXComponent* component, void* window) in DispatchTouchEventCB()
123 static void DispatchMouseEventCB(OH_NativeXComponent* component, void* window) in DispatchMouseEventCB()
174 void AppNapi::SetNativeXComponent(OH_NativeXComponent* component) in SetNativeXComponent()
183 void AppNapi::OnSurfaceCreated(OH_NativeXComponent* component, void* window) in OnSurfaceCreated()
203 void AppNapi::OnSurfaceChanged(OH_NativeXComponent* component, void* window) in OnSurfaceChanged()
227 void AppNapi::OnSurfaceDestroyed(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyed()
234 void AppNapi::DispatchTouchEvent(OH_NativeXComponent* component, void* window) in DispatchTouchEvent()
[all …]
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
DNativeRender.cpp24 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB()
35 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB()
41 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB()
/applications/standard/app_samples/code/DocsSample/Drawing/NDKDrawing/entry/src/main/cpp/samples/
Dsample_bitmap.cpp29 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
57 static void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB()
80 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
98 static void DispatchTouchEventCB(OH_NativeXComponent* component, void* window) in DispatchTouchEventCB()
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/samples/
Dsample_xcomponent.cpp22 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
50 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
67 static void TestCallback(OH_NativeXComponent *component, uint64_t timestamp, uint64_t targetTimesta… in TestCallback()
/applications/standard/app_samples/code/DocsSample/graphic/DisplaySync/entry/src/main/cpp/samples/
Dsample_xcomponent.cpp21 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
49 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
67 static void TestCallback(OH_NativeXComponent *component, uint64_t timestamp, uint64_t targetTimesta… in TestCallback()
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/
Dsample_xcomponent.cpp25 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
53 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
74 OH_NativeXComponent *component = nullptr; in TestCallback() local
/applications/standard/app_samples/code/DocsSample/graphic/NDKGraphics2D/NDKDrawingSimpleText/entry/src/main/cpp/samples/
Dsample_bitmap.cpp26 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
54 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
/applications/standard/app_samples/code/DocsSample/graphic/DisplaySoloist/entry/src/main/cpp/samples/
Dsample_xcomponent.cpp25 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
53 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
74 OH_NativeXComponent *component = nullptr; in TestCallback() local
/applications/standard/app_samples/code/DocsSample/graphic/NDKGraphics2D/NDKTextDecorationPlaceholder/entry/src/main/cpp/samples/
Dsample_bitmap.cpp26 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
54 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
/applications/standard/app_samples/code/DocsSample/graphic/NDKGraphics2D/NDKTextDecorationWave/entry/src/main/cpp/samples/
Dsample_bitmap.cpp26 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB()
54 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
/applications/standard/camera/
Dbundle.json12 "component": { object
/applications/standard/permission_manager/
Dbundle.json12 "component": { object
/applications/standard/photos/
Dbundle.json12 "component": { object
/applications/standard/contacts/
Dbundle.json12 "component": { object
/applications/standard/dlp_manager/
Dbundle.json12 "component": { object
/applications/standard/applications_auth_widget/
Dbundle.json12 "component": { object

12