Home
last modified time | relevance | path

Searched refs:TRANS_ID_ON_BACK_PRESS (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.h31 TRANS_ID_ON_BACK_PRESS, enumerator
/ohos5.0/foundation/window/window_manager/extension/extension_connection/src/zidl/
H A Dwindow_extension_client_stub.cpp39 case TRANS_ID_ON_BACK_PRESS: { in OnRemoteRequest()
H A Dwindow_extension_client_proxy.cpp73 if (remote->SendRequest(TRANS_ID_ON_BACK_PRESS, data, replay, option) != ERR_NONE) { in OnBackPress()
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/windowextensionclstub_fuzzer/
H A Dwindowextensionclstub_fuzzer.cpp62 static_cast<uint32_t>(IWindowExtensionClient::TRANS_ID_ON_BACK_PRESS), in DoSomethingInterestingWithMyAPI()