Home
last modified time | relevance | path

Searched refs:TRANS_ID_BIND_DIALOG_TARGET (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/scenesessionmgrstubcreate_fuzzer/
H A Dscenesessionmgrstubcreate_fuzzer.cpp72 SceneSessionManagerMessage::TRANS_ID_BIND_DIALOG_TARGET), parcel, reply, option); in SceneSessionMgrCreateTestCode()
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h72 TRANS_ID_BIND_DIALOG_TARGET, enumerator
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp276 case WindowManagerMessage::TRANS_ID_BIND_DIALOG_TARGET: { in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp937 … if (remote->SendRequest(static_cast<uint32_t>(WindowManagerMessage::TRANS_ID_BIND_DIALOG_TARGET), in BindDialogTarget()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h55 TRANS_ID_BIND_DIALOG_TARGET, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp109 case static_cast<uint32_t>(SceneSessionManagerMessage::TRANS_ID_BIND_DIALOG_TARGET): in ProcessRemoteRequest()
H A Dscene_session_manager_proxy.cpp409 SceneSessionManagerMessage::TRANS_ID_BIND_DIALOG_TARGET), in BindDialogSessionTarget()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_stub_test.cpp853 …atic_cast<uint32_t>(ISceneSessionManager::SceneSessionManagerMessage::TRANS_ID_BIND_DIALOG_TARGET);