Home
last modified time | relevance | path

Searched refs:GetExtensionFlag (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp159 … (IsSessionMainWindow(window->GetParentId()) || window->GetProperty()->GetExtensionFlag() || in FindParentSessionByParentId()
227 … (WindowHelper::IsSubWindow(window->GetType()) && window->GetProperty()->GetExtensionFlag())) { in FindMainWindowOrExtensionSubWindow()
243 bool isUiExtSubWindow = WindowHelper::IsSubWindow(GetType()) && property_->GetExtensionFlag(); in IsPcOrPadCapabilityEnabled()
263 bool isUiExtSubWindow = WindowHelper::IsSubWindow(GetType()) && property_->GetExtensionFlag(); in IsPcOrPadFreeMultiWindowMode()
342 !property_->GetExtensionFlag() && !isUiExtSubWindowFlag; in CreateAndConnectSpecificSession()
344 !property_->GetExtensionFlag() && isUiExtSubWindowFlag && !isToastFlag; in CreateAndConnectSpecificSession()
346 bool isUiExtSubWindow = WindowHelper::IsSubWindow(type) && property_->GetExtensionFlag(); in CreateAndConnectSpecificSession()
459 if (WindowHelper::IsSubWindow(type) && (property_->GetExtensionFlag() == false)) { // sub window in RecoverAndConnectSpecificSession()
1362 … } else if (WindowHelper::IsSubWindow(GetType()) && (property_->GetExtensionFlag() == false)) { in DestroyInner()
1368 } else if (property_->GetExtensionFlag() == true) { in DestroyInner()
[all …]
H A Dwindow_session_impl.cpp616 if (property_->GetExtensionFlag() == true) { in DestroySubWindow()
640 if (property_->GetExtensionFlag() && subWindowSessionMap_.empty()) { in DestroySubWindow()
658 bool isExtDestroyed = subWindow->property_->GetExtensionFlag(); in DestroySubWindow()
1300 if (isUIExtensionAbilityProcess_ && property_->GetExtensionFlag() == true) { in InitUIContent()
3024 if (property_->GetExtensionFlag() == true && !isUIExtensionAbilityProcess_) { in NotifyDestroy()
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h209 bool GetExtensionFlag() const;
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1527 bool WindowSessionProperty::GetExtensionFlag() const in GetExtensionFlag() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp651 property->GetExtensionFlag(); in SwitchFreeMultiWindow()
2666 property->GetExtensionFlag() && property->GetIsUIExtensionAbilityProcess() && in CreateAndConnectSpecificSession()
3419 if (sessionProperty && sessionProperty->GetExtensionFlag() == true && in DestroyUIServiceExtensionSubWindow()