Home
last modified time | relevance | path

Searched refs:TRANS_ID_GET_TOP_WINDOW_ID (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/scenesessionmgrstubinfo_fuzzer/
H A Dscenesessionmgrstubinfo_fuzzer.cpp71 SceneSessionManagerMessage::TRANS_ID_GET_TOP_WINDOW_ID), parcel, reply, option); in SceneSessionMgrGetTestCode()
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowipc_fuzzer/
H A Dwindowipc_fuzzer.cpp111 …endRequest(static_cast<uint32_t>(IWindowManager::WindowManagerMessage::TRANS_ID_GET_TOP_WINDOW_ID), in IPCSpecificInterfaceFuzzTest1()
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h54 TRANS_ID_GET_TOP_WINDOW_ID, enumerator
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp132 case WindowManagerMessage::TRANS_ID_GET_TOP_WINDOW_ID: { in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp611 if (remote->SendRequest(static_cast<uint32_t>(WindowManagerMessage::TRANS_ID_GET_TOP_WINDOW_ID), in GetTopWindowId()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h94 TRANS_ID_GET_TOP_WINDOW_ID, enumerator
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_test.cpp232 …2_t code = static_cast<uint32_t>(IWindowManager::WindowManagerMessage::TRANS_ID_GET_TOP_WINDOW_ID);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp135 case static_cast<uint32_t>(SceneSessionManagerMessage::TRANS_ID_GET_TOP_WINDOW_ID): in ProcessRemoteRequest()
H A Dscene_session_manager_proxy.cpp1727 …(remote->SendRequest(static_cast<uint32_t>(SceneSessionManagerMessage::TRANS_ID_GET_TOP_WINDOW_ID), in GetTopWindowId()