Searched refs:GetIsExtend (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | multi_screen_manager.cpp | 280 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 D | screen_session_dumper.cpp | 311 << static_cast<int32_t>(screenSession->GetIsExtend()) << std::endl; in DumpScreenSessionById()
|
H A D | screen_session_manager.cpp | 548 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 D | screen_session.h | 196 bool GetIsExtend() const;
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
H A D | js_screen_session.cpp | 60 napi_set_named_property(env, objValue, "isExtend", CreateJsValue(env, screenSession->GetIsExtend())); in Create()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 273 bool ScreenSession::GetIsExtend() const in GetIsExtend() function in OHOS::Rosen::ScreenSession 913 info->SetIsExtend(GetIsExtend()); in FillScreenInfo()
|
Completed in 16 milliseconds