Home
last modified time | relevance | path

Searched refs:parentWindowType (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.cpp313 uint32_t parentWindowType = 0; in CreateSession() local
315 parentWindowType = container->GetParentWindowType(); in CreateSession()
317 parentWindowType = container->GetWindowType(); in CreateSession()
319 PLATFORM_LOGI("isNotifyOccupiedAreaChange is %{public}d, parentWindowType: %{public}u", in CreateSession()
320 isNotifyOccupiedAreaChange_, parentWindowType); in CreateSession()
329 extensionSessionInfo.parentWindowType_ = parentWindowType; in CreateSession()
H A Dsession_wrapper_impl.cpp385 uint32_t parentWindowType = 0; in CreateSession() local
387 parentWindowType = container->GetParentWindowType(); in CreateSession()
389 parentWindowType = container->GetWindowType(); in CreateSession()
392 " parentWindowType: %{public}u", in CreateSession()
393 isNotifyOccupiedAreaChange_, realHostWindowId, parentWindowType); in CreateSession()
413 extensionSessionInfo.parentWindowType_ = parentWindowType; in CreateSession()
/foundation/ability/ability_base/interfaces/kits/native/session_info/src/
H A Dsession_info.cpp105 if (!parcel.WriteUint32(parentWindowType)) { in DoMarshallingTwo()
314 info->parentWindowType = parcel.ReadUint32(); in ReadParcelOne()
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp282 void WindowOption::SetParentWindowType(WindowType parentWindowType) in SetParentWindowType() argument
284 parentWindowType_ = parentWindowType; in SetParentWindowType()
/foundation/ability/ability_base/interfaces/kits/native/session_info/include/
H A Dsession_info.h48 uint32_t parentWindowType = 1; member in OHOS::AAFwk::SessionInfo
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h278 * @param parentWindowType Parent window type of UIExtension
280 void SetParentWindowType(WindowType parentWindowType);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dextension_session_manager.cpp56 abilitySessionInfo->parentWindowType = sessionInfo.parentWindowType_; in SetAbilitySessionInfo()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h214 void SetParentWindowType(WindowType parentWindowType);
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.cpp500 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in HandleAutoFillCreate()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1551 void WindowSessionProperty::SetParentWindowType(WindowType parentWindowType) in SetParentWindowType() argument
1553 parentWindowType_= parentWindowType; in SetParentWindowType()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp709 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in CreateUIWindow()
H A Djs_ui_extension_base.cpp654 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in HandleSessionCreate()

Completed in 15 milliseconds