| /applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/ |
| D | plugin_render.cpp | 26 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/NdkXComponent/entry/src/main/cpp/render/ |
| D | plugin_render.cpp | 28 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/BasicFeature/Native/XComponent3D/entry/src/main/cpp/ |
| D | app_napi.cpp | 44 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/NdkOpenGL/entry/src/main/cpp/ |
| D | app_napi.cpp | 61 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/ |
| D | NativeRender.cpp | 23 void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* window) in OnSurfaceCreatedCB() 34 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB() 40 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB()
|
| /applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/samples/ |
| D | sample_xcomponent.cpp | 22 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/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/ |
| D | sample_xcomponent.cpp | 25 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/permission_manager/ |
| D | bundle.json | 12 "component": { object
|
| /applications/standard/applications_auth_widget/ |
| D | bundle.json | 12 "component": { object
|
| /applications/standard/contacts/ |
| D | bundle.json | 12 "component": { object
|
| /applications/standard/dlp_manager/ |
| D | bundle.json | 12 "component": { object
|
| /applications/standard/photos/ |
| D | bundle.json | 12 "component": { object
|
| /applications/standard/camera/ |
| D | bundle.json | 12 "component": { object
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/samples/ |
| D | sample_bitmap.cpp | 23 static void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB() 51 static void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) in OnSurfaceDestroyedCB()
|
| /applications/sample/camera/communication/ |
| D | bundle.json | 12 "component": { object
|
| /applications/sample/wifi-iot/app/ |
| D | bundle.json | 12 "component": { object
|
| /applications/standard/notes/ |
| D | bundle.json | 12 "component": { object
|
| /applications/sample/wifi-iot/ |
| D | bundle.json | 15 "component": { object
|
| /applications/standard/settings/ |
| D | bundle.json | 12 "component": { object
|
| /applications/standard/calendardata/ |
| D | bundle.json | 12 "component": { object
|
| /applications/sample/camera/screensaver/ |
| D | bundle.json | 12 "component": { object
|
| /applications/sample/camera/ |
| D | bundle.json | 12 "component": { object
|
| /applications/standard/contacts_data/ |
| D | bundle.json | 19 "component": { object
|