Home
last modified time | relevance | path

Searched refs:windowStub (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/test/fuzztest/wms/windowstubupdate_fuzzer/
H A Dwindowstubupdate_fuzzer.cpp38 void WindowStubUpdateTest(sptr<WindowAgent> windowStub, MessageParcel& parcel) in WindowStubUpdateTest() argument
43 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 in WindowStubUpdateTest()
101 sptr<WindowAgent> windowStub = new(std::nothrow)WindowAgent(window); DoSomethingInterestingWithMyAPI() local
[all...]
/foundation/window/window_manager/test/fuzztest/wms/windowstubnotify_fuzzer/
H A Dwindowstubnotify_fuzzer.cpp59 sptr<WindowAgent> windowStub = new(std::nothrow)WindowAgent(window); in DoSomethingInterestingWithMyAPI() local
60 if (windowStub == nullptr) { in DoSomethingInterestingWithMyAPI()
65 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()
83 windowStub->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/test/fuzztest/wms/windowstubget_fuzzer/
H A Dwindowstubget_fuzzer.cpp59 sptr<WindowAgent> windowStub = new(std::nothrow)WindowAgent(window); in DoSomethingInterestingWithMyAPI() local
60 if (windowStub == nullptr) { in DoSomethingInterestingWithMyAPI()
64 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()

Completed in 2 milliseconds