Home
last modified time | relevance | path

Searched refs:WindowAgent (Results 1 - 12 of 12) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_agent.cpp23 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowAgent"};
26 WindowAgent::WindowAgent(sptr<WindowImpl>& windowImpl) in WindowAgent() function in OHOS::Rosen::WindowAgent
31 WMError WindowAgent::UpdateWindowRect(const struct Rect& rect, bool decoStatus, WindowSizeChangeReason reason, in UpdateWindowRect()
42 WMError WindowAgent::UpdateWindowMode(WindowMode mode) in UpdateWindowMode()
52 WMError WindowAgent::UpdateWindowModeSupportInfo(uint32_t modeSupportInfo) in UpdateWindowModeSupportInfo()
62 WMError WindowAgent::UpdateFocusStatus(bool focused) in UpdateFocusStatus()
72 WMError WindowAgent::UpdateAvoidArea(const sptr<AvoidArea>& avoidArea, AvoidAreaType type) in UpdateAvoidArea()
82 WMError WindowAgent::UpdateWindowState(WindowState state) in UpdateWindowState()
92 WMError WindowAgent
[all...]
H A Dwindow_impl.cpp1336 sptr<IWindow> windowAgent(new WindowAgent(window)); in Create()
/foundation/window/window_manager/wm/include/
H A Dwindow_agent.h26 class WindowAgent : public WindowStub { class
28 explicit WindowAgent(sptr<WindowImpl>& window);
29 ~WindowAgent() = default;
/foundation/window/window_manager/test/fuzztest/wms/windowstubupdate_fuzzer/
H A Dwindowstubupdate_fuzzer.cpp38 void WindowStubUpdateTest(sptr<WindowAgent> windowStub, MessageParcel& parcel) in WindowStubUpdateTest()
101 sptr<WindowAgent> windowStub = new(std::nothrow)WindowAgent(window); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp46 void CheckWindowAgentFunctionsPart1(sptr<WindowAgent> agent, const uint8_t* data, size_t size) in CheckWindowAgentFunctionsPart1()
88 void CheckWindowAgentFunctionsPart2(sptr<WindowAgent> agent, const uint8_t* data, size_t size) in CheckWindowAgentFunctionsPart2()
144 sptr<WindowAgent> windowAgent = new WindowAgent(window); in WindowAgentFuzzTest()
/foundation/window/window_manager/test/fuzztest/wms/windowstubnotify_fuzzer/
H A Dwindowstubnotify_fuzzer.cpp59 sptr<WindowAgent> windowStub = new(std::nothrow)WindowAgent(window); 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()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_proxy_test.cpp31 sptr<WindowAgent> mockWindowAgent_;
47 mockWindowAgent_ = new WindowAgent(window); in SetUp()
H A Dwindow_agent_test.cpp33 sptr<WindowAgent> windowAgent_;
48 windowAgent_ = new WindowAgent(window); in SetUp()
H A Dwindow_stub_test.cpp45 windowStub_ = new WindowAgent(window); in SetUp()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_group_mgr_test.cpp81 sptr<IWindow> window = new WindowAgent(windowImpl); in SetUpTestCase()
H A Dwindow_manager_stub_test.cpp448 sptr<IWindow> window = new WindowAgent(windowImpl); in HWTEST_F()
480 sptr<IWindow> window = new WindowAgent(windowImpl); in HWTEST_F()

Completed in 12 milliseconds