| /applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/ |
| D | plugin_render.cpp | 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() 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/ |
| 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() 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() 335 void PluginRender::OnTouchEvent(OH_NativeXComponent* component, void* window) in OnTouchEvent() [all …]
|
| /applications/standard/app_samples/code/DocsSample/ArkUISample/NdkGestureBlocking/entry/src/main/cpp/ |
| D | container.cpp | 27 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() 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()
|
| /applications/standard/app_samples/code/BasicFeature/Media/AVCodec/entry/src/main/cpp/render/ |
| D | plugin_render.cpp | 32 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/ |
| D | PluginRender.cpp | 32 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/ |
| D | plugin_manager.cpp | 109 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/NdkNativeImage/entry/src/main/cpp/ |
| D | napi_init.cpp | 28 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/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() 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() 242 void AppNapi::DispatchMouseEvent(OH_NativeXComponent *component, void *window) in DispatchMouseEvent()
|
| /applications/standard/app_samples/code/SuperFeature/Widget/AdaptiveServiceWidget/entry/src/main/resources/base/profile/ |
| D | form_config.json | 7 "window": { object 26 "window": { object 44 "window": { object 62 "window": { object 80 "window": { object
|
| /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() 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() 266 void AppNapi::DispatchMouseEvent(OH_NativeXComponent* component, void* window) in DispatchMouseEvent()
|
| /applications/standard/app_samples/code/DocsSample/Form/FormProvider/entry/src/main/resources/base/profile/ |
| D | form_config.json | 8 "window": { object 29 "window": { object 50 "window": { object 71 "window": { object 92 "window": { object 113 "window": { object
|
| /applications/standard/app_samples/code/DocsSample/ApplicationModels/StageServiceWidgetCards/entry/src/main/resources/base/profile/ |
| D | form_config.json | 8 "window": { object 27 "window": { object 46 "window": { object 65 "window": { object
|
| D | form_updatebytime_config.json | 8 "window": { object 27 "window": { object 46 "window": { object 65 "window": { object
|
| D | form_widgetcallee_config.json | 8 "window": { object 27 "window": { object 46 "window": { object
|
| /applications/standard/app_samples/code/DocsSample/Form/ArkTSCardDocsSample/entry/src/main/resources/base/profile/ |
| D | form_config.json | 8 "window": { object 27 "window": { object 46 "window": { object
|
| /applications/standard/photos/common/src/main/resources/zh_CN/profile/ |
| D | form_config.json | 8 "window": { object 29 "window": { object 50 "window": { object
|
| /applications/standard/photos/product/phone/src/main/resources/base/profile/ |
| D | form_config.json | 8 "window": { object 29 "window": { object 50 "window": { object
|
| /applications/standard/app_samples/code/DocsSample/ApplicationModels/StageModelAbilityDevelop/entry/src/main/ets/componentstartupability/ |
| D | SpecifiedFirstAbility.ts | 17 import type window from '@ohos.window'; alias
|
| D | SpecifiedSecondAbility.ts | 17 import type window from '@ohos.window'; alias
|
| /applications/standard/app_samples/code/DocsSample/ApplicationModels/StageModelAbilityDevelop/entry/src/main/ets/funcability/ |
| D | FuncAbilityB.ts | 17 import type window from '@ohos.window'; alias
|
| /applications/standard/app_samples/code/SystemFeature/Widget/RequestAddForm/entry/src/main/resources/base/profile/ |
| D | form_config.json | 8 "window": { object 27 "window": { object
|
| /applications/standard/app_samples/code/SystemFeature/Widget/FormExtAbility/processProxyForm/src/main/resources/base/profile/ |
| D | form_config.json | 8 "window": { object 27 "window": { object
|
| /applications/standard/app_samples/code/SystemFeature/Widget/FormExtAbility/persistentProxyForm/src/main/resources/base/profile/ |
| D | form_config.json | 8 "window": { object 27 "window": { object
|
| /applications/standard/app_samples/code/DocsSample/Form/FormAddMenuDemo/entry/src/main/resources/base/profile/ |
| D | form_config.json | 9 "window": { object 30 "window": { object
|
| /applications/standard/app_samples/code/DocsSample/ApplicationModels/StageModelAbilityInteraction/entry/src/main/ets/collaborateability/ |
| D | CollaborateAbility.ts | 18 import type window from '@ohos.window'; alias
|