| /test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
| D | native_xcomponent.cpp | 29 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 …]
|
| D | plugin_render.cpp | 51 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/capihand/ |
| D | container.cpp | 27 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/arkui/ace_c_arkui_test_api151/entry/src/main/cpp/ |
| D | container.cpp | 27 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_arkui_nowear_test_api15/entry/src/main/cpp/snapShot/ |
| D | container.cpp | 34 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceCreatedCB() 116 void OnSurfaceChangedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceChangedCB() 163 void OnSurfaceDestroyedCB(OH_NativeXComponent *component, void *window) { in OnSurfaceDestroyedCB() 183 void DispatchTouchEventCB(OH_NativeXComponent *component, void *window) { in DispatchTouchEventCB() 206 void DispatchMouseEventCB(OH_NativeXComponent *component, void *window) { in DispatchMouseEventCB() 224 void DispatchHoverEventCB(OH_NativeXComponent *component, bool isHover) { in DispatchHoverEventCB() 349 void Container::OnSurfaceChanged(OH_NativeXComponent *component, void *window) { in OnSurfaceChanged() 373 void Container::OnTouchEvent(OH_NativeXComponent *component, void *window) { in OnTouchEvent() 414 void Container::OnMouseEvent(OH_NativeXComponent *component, void *window) { in OnMouseEvent() 427 void Container::OnHoverEvent(OH_NativeXComponent *component, bool isHover) { in OnHoverEvent() [all …]
|
| /test/xts/acts/arkui/ace_c_scroll_crosslanguage/entry/src/main/cpp/ |
| D | container.cpp | 27 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 …]
|
| D | manager.cpp | 355 OH_NativeXComponent *component = manager->GetNativeXComponent(idStr); in CreateNativeNode() local 424 OH_NativeXComponent *component = manager->GetNativeXComponent(idStr); in CreateNativeNodeFalse() local 491 OH_NativeXComponent *component = manager->GetNativeXComponent(idStr); in UpdateNativeNode() local
|
| /test/xts/acts/validator/acts_validator/entry/src/main/cpp/GameCtroller/ |
| D | container.cpp | 27 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/hats/hdf/codec/hdi_omx_additional/ |
| D | codec_hdi_manager_test.cpp | 168 struct CodecComponentType *component = nullptr; variable 188 struct CodecComponentType *component = nullptr; variable 207 struct CodecComponentType *component = nullptr; variable 226 struct CodecComponentType *component = nullptr; variable 245 struct CodecComponentType *component = nullptr; variable 264 struct CodecComponentType *component = nullptr; variable 283 struct CodecComponentType *component = nullptr; variable 302 struct CodecComponentType *component = nullptr; variable 391 struct CodecComponentType *component = nullptr; variable 424 struct CodecComponentType *component = nullptr; variable [all …]
|
| /test/xts/hats/hdf/codec/hdi_idlomx/ |
| D | codec_function_utils.cpp | 76 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()
|
| D | codec_hdi_manager_test.cpp | 93 sptr<ICodecComponent> component; variable 109 sptr<ICodecComponent> component; variable 149 sptr<ICodecComponent> component; variable
|
| /test/xts/acts/validator/acts_validator/entry/src/main/cpp/manager/ |
| D | xcomponent_manager.cpp | 28 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/acts/arkui/ace_c_arkui_test_api15XC/entry/src/main/cpp/render/ |
| D | plugin_render.cpp | 23 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/hdi_omx/ |
| D | codec_hdi_manager_test.cpp | 79 struct CodecComponentType *component = nullptr; variable 108 struct CodecComponentType *component = nullptr; variable
|
| /test/xts/hats/hdf/codec/benchmarktest/ |
| D | codec_benchmark_manager_test.cpp | 81 sptr<ICodecComponent> component; in BENCHMARK_F() local 109 sptr<ICodecComponent> component; in BENCHMARK_F() local
|
| /test/xts/acts/web/DFX/log_dotting_nine/entry/src/main/cpp/ |
| D | napi_init.cpp | 33 static ArkWeb_ComponentAPI *component = nullptr; variable 92 bool SetComponentCallback(ArkWeb_ComponentAPI* component, const char* webTagValue) { in SetComponentCallback()
|
| /test/xts/acts/arkui/ace_c_arkui_test_api14/entry/src/main/cpp/xcomponent/ |
| D | xcomponent_test.cpp | 24 bool onKeyEventCBWR(OH_NativeXComponent *component, void *window) in onKeyEventCBWR()
|
| /test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/ |
| D | popoverCheckBox.js | 18 component: { property
|
| D | suiteTable.js | 18 component: { property
|
| D | caseTable.js | 18 component: { property
|
| /test/testfwk/xdevice/plugins/devicetest/ |
| D | constants.py | 43 component = "ComponentKit" variable in CKit
|
| /test/testfwk/xdevice/ |
| D | bundle.json | 13 "component": { object
|
| /test/xts/hats/ |
| D | bundle.json | 12 "component": { object
|
| /test/xts/dcts/ |
| D | bundle.json | 12 "component": { object
|
| /test/xts/tools/ |
| D | bundle.json | 14 "component": { object
|