Home
last modified time | relevance | path

Searched refs:GetMainWindowInfos (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter_lite.h33 MOCK_METHOD2(GetMainWindowInfos, WMError(int32_t topNum,
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp218 WMError WindowAdapterLite::GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNInfo) in GetMainWindowInfos() function in OHOS::Rosen::WindowAdapterLite
225 return wmsProxy->GetMainWindowInfos(topNum, topNInfo); in GetMainWindowInfos()
H A Dwindow_manager_lite.cpp642 WMError WindowManagerLite::GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNInfo) in GetMainWindowInfos() function in OHOS::Rosen::WindowManagerLite
645 return SingletonContainer::Get<WindowAdapterLite>().GetMainWindowInfos(topNum, topNInfo); in GetMainWindowInfos()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager_lite.cpp216 WMError SceneSessionManagerLite::GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& to… in GetMainWindowInfos() function in OHOS::Rosen::SceneSessionManagerLite
218 return SceneSessionManager::GetInstance().GetMainWindowInfos(topNum, topNInfo); in GetMainWindowInfos()
H A Dscene_session_manager.cpp10926 WMError SceneSessionManager::GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNIn… in GetMainWindowInfos() function in OHOS::Rosen::SceneSessionManager
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_lite_interface.h47 virtual WMError GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNInfo) = 0;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter_lite.h49 virtual WMError GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNInfo);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager_lite.h152 WMError GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNInfo);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager_lite.h70 WMError GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNInfo) override;
H A Dscene_session_manager.h417 WMError GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNInfo);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_proxy.h77 WMError GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNInfo) override;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test7.cpp788 HWTEST_F(SceneSessionManagerTest7, GetMainWindowInfos, Function | SmallTest | Level3)
804 auto ret = ssm_->GetMainWindowInfos(topNum, topNInfo);
807 ret = ssm_->GetMainWindowInfos(topNum, topNInfo);
810 ret = ssm_->GetMainWindowInfos(topNum, topNInfo);
813 ret = ssm_->GetMainWindowInfos(topNum, topNInfo);
H A Dscene_session_manager_lite_stub_test.cpp137 WMError GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNInfo) override in GetMainWindowInfos() function in OHOS::Rosen::MockSceneSessionManagerLiteStub
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_lite_test.cpp400 HWTEST_F(WindowManagerLiteTest, GetMainWindowInfos, Function | SmallTest | Level2)
423 …EXPECT_CALL(m->Mock(), GetMainWindowInfos(_, _)).Times(1).WillOnce(DoAll(SetArgReferee<1>(topNInfo…
426 WindowManagerLite::GetInstance().GetMainWindowInfos(topN, topNInfo);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp571 WMError errCode = GetMainWindowInfos(topN, topNInfos); in HandleGetMainWinodowInfo()
H A Dscene_session_manager_lite_proxy.cpp1021 WMError SceneSessionManagerLiteProxy::GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo… in GetMainWindowInfos() function in OHOS::Rosen::SceneSessionManagerLiteProxy
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp194 Rosen::WindowManagerLite::GetInstance().GetMainWindowInfos(TOP_WINDOW_NUM, windowInfos); in StartFfrtDump()