Home
last modified time | relevance | path

Searched refs:WindowMessage (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp40 WindowMessage msgId = static_cast<WindowMessage>(code); in OnRemoteRequest()
42 case WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT: { in OnRemoteRequest()
86 case WindowMessage::TRANS_ID_UPDATE_WINDOW_MODE: { in OnRemoteRequest()
96 case WindowMessage::TRANS_ID_UPDATE_MODE_SUPPORT_INFO: { in OnRemoteRequest()
105 case WindowMessage::TRANS_ID_UPDATE_FOCUS_STATUS: { in OnRemoteRequest()
110 case WindowMessage::TRANS_ID_UPDATE_AVOID_AREA: { in OnRemoteRequest()
124 case WindowMessage::TRANS_ID_UPDATE_WINDOW_STATE: { in OnRemoteRequest()
133 case WindowMessage::TRANS_ID_UPDATE_DRAG_EVENT: { in OnRemoteRequest()
146 case WindowMessage in OnRemoteRequest()
[all...]
H A Dwindow_proxy.cpp71 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT), in UpdateWindowRect()
98 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_WINDOW_MODE), in UpdateWindowMode()
125 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_MODE_SUPPORT_INFO), in UpdateWindowModeSupportInfo()
152 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_FOCUS_STATUS), in UpdateFocusStatus()
182 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_AVOID_AREA), in UpdateAvoidArea()
209 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_WINDOW_STATE), in UpdateWindowState()
240 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_DRAG_EVENT), in UpdateWindowDragInfo()
266 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_DISPLAY_ID), in UpdateDisplayId()
306 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_OCCUPIED_AREA), in UpdateOccupiedAreaChangeInfo()
352 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage in UpdateOccupiedAreaAndRect()
[all...]
/foundation/window/window_manager/test/fuzztest/wms/windowstubupdate_fuzzer/
H A Dwindowstubupdate_fuzzer.cpp43 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT), in WindowStubUpdateTest()
46 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_MODE), in WindowStubUpdateTest()
49 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_FOCUS_STATUS), in WindowStubUpdateTest()
52 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_MODE_SUPPORT_INFO), in WindowStubUpdateTest()
55 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_AVOID_AREA), in WindowStubUpdateTest()
58 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_STATE), in WindowStubUpdateTest()
61 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_DRAG_EVENT), in WindowStubUpdateTest()
64 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_DISPLAY_ID), in WindowStubUpdateTest()
67 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_OCCUPIED_AREA), in WindowStubUpdateTest()
70 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage in WindowStubUpdateTest()
[all...]
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_stub_test.cpp75 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT); in HWTEST_F()
103 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT); in HWTEST_F()
127 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_AVOID_AREA); in HWTEST_F()
149 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_AVOID_AREA); in HWTEST_F()
172 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_DUMP_INFO); in HWTEST_F()
192 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_DUMP_INFO); in HWTEST_F()
215 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_CLIENT_POINT_UP); in HWTEST_F()
234 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_CLIENT_POINT_UP); in HWTEST_F()
253 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_FOREGROUND_INTERACTIVE_STATUS); in HWTEST_F()
273 IWindow::WindowMessage msgI in HWTEST_F()
[all...]
/foundation/window/window_manager/test/fuzztest/wms/windowstubnotify_fuzzer/
H A Dwindowstubnotify_fuzzer.cpp65 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_OUTSIDE_PRESSED), in DoSomethingInterestingWithMyAPI()
68 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_SCREEN_SHOT), in DoSomethingInterestingWithMyAPI()
71 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_DESTROY), in DoSomethingInterestingWithMyAPI()
74 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_FOREGROUND), in DoSomethingInterestingWithMyAPI()
77 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_BACKGROUND), in DoSomethingInterestingWithMyAPI()
80 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_CLIENT_POINT_UP), in DoSomethingInterestingWithMyAPI()
84 static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_FOREGROUND_INTERACTIVE_STATUS), in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/test/fuzztest/wms/windowstubget_fuzzer/
H A Dwindowstubget_fuzzer.cpp64 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_GET_WINDOW_PROPERTY), in DoSomethingInterestingWithMyAPI()
67 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_DUMP_INFO), in DoSomethingInterestingWithMyAPI()
70 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_RESTORE_SPLIT_WINDOW_MODE), in DoSomethingInterestingWithMyAPI()
73 windowStub->OnRemoteRequest(static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_CONSUME_KEY_EVENT), in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_interface.h32 enum class WindowMessage : uint32_t { class in OHOS::Rosen::IWindow

Completed in 4 milliseconds