Home
last modified time | relevance | path

Searched refs:GetIsExtend (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dmulti_screen_manager.cpp280 secondarySession->GetRSScreenId(), secondarySession->GetName(), secondarySession->GetIsExtend()); in DoFirstMainChangeExtend()
290 secondarySession->GetRSScreenId(), secondarySession->GetName(), secondarySession->GetIsExtend()); in DoFirstMainChangeMirror()
360 firstSession->GetRSScreenId(), firstSession->GetName(), firstSession->GetIsExtend()); in DoFirstMirrorChangeExtend()
384 firstSession->GetRSScreenId(), firstSession->GetName(), firstSession->GetIsExtend()); in DoFirstMirrorChangeMirror()
389 secondarySession->GetRSScreenId(), secondarySession->GetName(), secondarySession->GetIsExtend()); in DoFirstMirrorChangeMirror()
461 secondarySession->GetRSScreenId(), secondarySession->GetName(), secondarySession->GetIsExtend()); in DoFirstExtendChangeMirror()
H A Dscreen_session_dumper.cpp311 << static_cast<int32_t>(screenSession->GetIsExtend()) << std::endl; in DumpScreenSessionById()
H A Dscreen_session_manager.cpp548 screenSession->GetRSScreenId(), screenSession->GetName(), screenSession->GetIsExtend()); in OnVirtualScreenChange()
555 screenSession->GetRSScreenId(), screenSession->GetName(), screenSession->GetIsExtend()); in OnVirtualScreenChange()
795 screenSession->GetRSScreenId(), screenSession->GetName(), screenSession->GetIsExtend()); in HandleScreenConnectEvent()
801 screenSession->GetRSScreenId(), screenSession->GetName(), screenSession->GetIsExtend()); in HandleScreenConnectEvent()
835 screenSession->GetRSScreenId(), screenSession->GetName(), screenSession->GetIsExtend()); in HandleScreenDisconnectEvent()
5349 if (iter.second->GetIsExtend() && iter.second->GetScreenCombination() == ScreenCombination::SCREEN_MIRROR) { in SetClientInner()
5354 iter.second->GetRSScreenId(), iter.second->GetName(), iter.second->GetIsExtend()); in SetClientInner()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h196 bool GetIsExtend() const;
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp60 napi_set_named_property(env, objValue, "isExtend", CreateJsValue(env, screenSession->GetIsExtend())); in Create()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp273 bool ScreenSession::GetIsExtend() const in GetIsExtend() function in OHOS::Rosen::ScreenSession
913 info->SetIsExtend(GetIsExtend()); in FillScreenInfo()

Completed in 16 milliseconds