Home
last modified time | relevance | path

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