Home
last modified time | relevance | path

Searched refs:isExtend (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dscreen_info.h50 DEFINE_VAR_DEFAULT_FUNC_GET_SET(bool, IsExtend, isExtend, false);
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/zidl/
H A Dscreen_session_manager_client_interface.h52 ScreenId rsId, const std::string& name, bool isExtend) = 0;
H A Dscreen_session_manager_client_proxy.h32 ScreenId rsId, const std::string& name, bool isExtend) override;
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/
H A Dscreen_session_manager_client_stub.cpp111 bool isExtend = data.ReadBool(); in HandleOnScreenConnectionChanged() local
112 OnScreenConnectionChanged(screenId, screenEvent, rsId, name, isExtend); in HandleOnScreenConnectionChanged()
H A Dscreen_session_manager_client_proxy.cpp26 ScreenId rsId, const std::string& name, bool isExtend) in OnScreenConnectionChanged()
57 if (!data.WriteBool(isExtend)) { in OnScreenConnectionChanged()
25 OnScreenConnectionChanged(ScreenId screenId, ScreenEvent screenEvent, ScreenId rsId, const std::string& name, bool isExtend) OnScreenConnectionChanged() argument
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/
H A Dscreen_session_manager_client.h96 ScreenId rsId, const std::string& name, bool isExtend) override;
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp104 ScreenId rsId, const std::string& name, bool isExtend) in OnScreenConnectionChanged()
125 screenSession->SetIsExtend(isExtend); in OnScreenConnectionChanged()
103 OnScreenConnectionChanged(ScreenId screenId, ScreenEvent screenEvent, ScreenId rsId, const std::string& name, bool isExtend) OnScreenConnectionChanged() argument
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h195 void SetIsExtend(bool isExtend);
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp268 void ScreenSession::SetIsExtend(bool isExtend) in SetIsExtend() argument
270 isExtended_ = isExtend; in SetIsExtend()

Completed in 7 milliseconds