| 557 | } |
| 558 | |
| 559 | void PluginRender::UpdateNativeWindow(void *window, uint64_t width, |
| 560 | uint64_t height) { |
| 561 | renderThread_->UpdateNativeWindow(window, width, height); |
| 562 | } |
| 563 | |
| 564 | void PluginRender::OnTouchEvent(OH_NativeXComponent *component, void *window) { |
| 565 | OH_NativeXComponent_TouchEvent touchEvent; |
no outgoing calls
no test coverage detected