Home
last modified time | relevance | path

Searched refs:realHostWindowId (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/session_info/src/
H A Dsession_info.cpp125 if (!parcel.WriteUint32(realHostWindowId)) { in DoMarshallingThree()
317 info->realHostWindowId = parcel.ReadInt32(); in ReadParcelOne()
/foundation/ability/ability_base/interfaces/kits/native/session_info/include/
H A Dsession_info.h47 int32_t realHostWindowId = 0; member in OHOS::AAFwk::SessionInfo
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_pattern.cpp1130 auto realHostWindowId = ngPipeline->GetRealHostWindowId(); in InitializeAccessibility() local
1131 realHostWindowId_ = realHostWindowId; in InitializeAccessibility()
1135 realHostWindowId, accessibilityManager->GetTreeId()); in InitializeAccessibility()
1137 UIEXT_LOGI("UIExtension: %{public}" PRId64 " register child tree, realHostWindowId: %{public}u", in InitializeAccessibility()
1138 accessibilityId, realHostWindowId); in InitializeAccessibility()
1358 DumpLog::GetInstance().AddDesc(std::string("realHostWindowId: ").append(std::to_string(realHostWindowId_))); in DumpInfo()
1389 json->Put("realHostWindowId: ", std::to_string(realHostWindowId_).c_str()); in DumpInfo()
H A Dsession_wrapper_impl.cpp357 auto realHostWindowId = pipeline->GetRealHostWindowId(); in CreateSession() local
391 UIEXT_LOGI("Want param isNotifyOccupiedAreaChange is %{public}d, realHostWindowId: %{public}u," in CreateSession()
393 isNotifyOccupiedAreaChange_, realHostWindowId, parentWindowType); in CreateSession()
414 extensionSessionInfo.realParentId_ = static_cast<int32_t>(realHostWindowId); in CreateSession()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dextension_session_manager.cpp53 abilitySessionInfo->realHostWindowId = sessionInfo.realParentId_; in SetAbilitySessionInfo()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h404 void SetRealHostWindowId(uint32_t realHostWindowId) in SetRealHostWindowId() argument
407 pipelineContext_->SetRealHostWindowId(realHostWindowId); in SetRealHostWindowId()
H A Dui_content_impl.cpp1905 auto realHostWindowId = window_->GetRealParentId(); in CommonInitialize() local
1906 if (realHostWindowId != 0) { in CommonInitialize()
1907 container->SetRealHostWindowId(static_cast<uint32_t>(realHostWindowId)); in CommonInitialize()
1909 LOGI("focusWindowId: %{public}u, realHostWindowId: %{public}d", in CommonInitialize()
1910 focusWindowId, realHostWindowId); in CommonInitialize()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h803 void SetRealHostWindowId(uint32_t realHostWindowId) in SetRealHostWindowId() argument
805 realHostWindowId_ = realHostWindowId; in SetRealHostWindowId()
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.cpp499 option->SetRealParentId(sessionInfo->realHostWindowId); in HandleAutoFillCreate()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp708 option->SetRealParentId(sessionInfo->realHostWindowId); in CreateUIWindow()
H A Djs_ui_extension_base.cpp653 option->SetRealParentId(sessionInfo->realHostWindowId); in HandleSessionCreate()

Completed in 22 milliseconds