Home
last modified time | relevance | path

Searched refs:SessionStageInterfaceCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessionstagestubchange_fuzzer/
H A Dsessionstagestubchange_fuzzer.cpp45 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SIZE_C… in SessionStageChangeTest()
48 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_FOCUS_… in SessionStageChangeTest()
52 static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_OCCUPIED_AREA_CHANGE_INFO), in SessionStageChangeTest()
55 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_WINDOW… in SessionStageChangeTest()
57 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DENSIT… in SessionStageChangeTest()
60 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_MAXIMI… in SessionStageChangeTest()
63 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_TITLE_… in SessionStageChangeTest()
67 static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_WINDOW_VISIBILITY_CHANGE), in SessionStageChangeTest()
70 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_TRANSF… in SessionStageChangeTest()
73 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DIALOG… in SessionStageChangeTest()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp99 case static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_SET_ACTIVE): in OnRemoteRequest()
101 case static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SIZE_CHANGE): in OnRemoteRequest()
103 case static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DENSITY_CHANGE): in OnRemoteRequest()
107 case static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_HANDLE_BACK_EVENT): in OnRemoteRequest()
109 case static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DESTROY): in OnRemoteRequest()
111 case static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_FOCUS_CHANGE): in OnRemoteRequest()
119 case static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_UPDATE_AVOID_AREA): in OnRemoteRequest()
121 case static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SCREEN_SHOT): in OnRemoteRequest()
125 case static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_TOUCH_OUTSIDE): in OnRemoteRequest()
155 case static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DISPLAY_MOVE): in OnRemoteRequest()
[all …]
H A Dsession_stage_proxy.cpp135 if (remote->SendRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_SET_ACTIVE), in SetActive()
223 …if (remote->SendRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SIZE_CHAN… in UpdateRect()
300 …if (remote->SendRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_HANDLE_BACK_EVEN… in HandleBackEvent()
389 … if (remote->SendRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DESTROY), in NotifyDestroy()
506 … static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_TRANSFER_COMPONENT_DATA_SYNC), in NotifyTransferComponentDataSync()
558 static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_OCCUPIED_AREA_CHANGE_INFO), in NotifyOccupiedAreaChangeInfo()
743 … static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_FOREGROUND_INTERACTIVE_STATUS), in NotifyForegroundInteractiveStatus()
802 static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SESSION_FOREGROUND), in NotifySessionForeground()
827 static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SESSION_FULLSCREEN), in NotifySessionFullScreen()
861 static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SESSION_BACKGROUND), in NotifySessionBackground()
[all …]
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessionstagestubactive_fuzzer/
H A Dsessionstagestubactive_fuzzer.cpp44 … stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_SET_ACTIVE), in SessionStageActiveTest()
47 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_HANDLE_BACK_E… in SessionStageActiveTest()
50 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DESTRO… in SessionStageActiveTest()
53 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SCREEN… in SessionStageActiveTest()
56 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_TOUCH_… in SessionStageActiveTest()
60 … static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_FOREGROUND_INTERACTIVE_STATUS), in SessionStageActiveTest()
63 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_CONFIG… in SessionStageActiveTest()
67 static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_CLOSE_EXIST_PIP_WINDOW), in SessionStageActiveTest()
70 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SESSIO… in SessionStageActiveTest()
73 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SESSIO… in SessionStageActiveTest()
[all …]
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessionstagestubupdate_fuzzer/
H A Dsessionstagestubupdate_fuzzer.cpp63 static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_TRANSFER_COMPONENT_DATA), in DoSomethingInterestingWithMyAPI()
67 … static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_TRANSFER_COMPONENT_DATA_SYNC), in DoSomethingInterestingWithMyAPI()
70 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_UPDATE_AVOID_… in DoSomethingInterestingWithMyAPI()
73 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_DUMP_SESSSION… in DoSomethingInterestingWithMyAPI()
76 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DISPLA… in DoSomethingInterestingWithMyAPI()
80 static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_SWITCH_FREEMULTIWINDOW), in DoSomethingInterestingWithMyAPI()
83 …stageStub->OnRemoteRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DENSIT… in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_ipc_interface_code.h22 enum class SessionStageInterfaceCode { enum
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_stub_test.cpp447 …uint32_t code = static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_COMPATIBLE_MODE_E…
464 uint32_t code = static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DUMP_INFO);
483 …uint32_t code = static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_SET_ENABLE_DRAG_BY_SYSTE…