Home
last modified time | relevance | path

Searched refs:TRANS_ID_ON_POINTER_EVENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/extension/extension_connection/include/zidl/
H A Dwindow_extension_client_interface.h33 TRANS_ID_ON_POINTER_EVENT, enumerator
/ohos5.0/foundation/window/window_manager/extension/extension_connection/src/zidl/
H A Dwindow_extension_client_stub.cpp53 case TRANS_ID_ON_POINTER_EVENT: { in OnRemoteRequest()
H A Dwindow_extension_client_proxy.cpp129 if (remote->SendRequest(TRANS_ID_ON_POINTER_EVENT, data, replay, option) != ERR_NONE) { in OnPointerEvent()
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/windowextensionclstub_fuzzer/
H A Dwindowextensionclstub_fuzzer.cpp70 static_cast<uint32_t>(IWindowExtensionClient::TRANS_ID_ON_POINTER_EVENT), in DoSomethingInterestingWithMyAPI()