Searched refs:realHostWindowId (Results 1 - 11 of 11) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/session_info/src/ |
H A D | session_info.cpp | 125 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 D | session_info.h | 47 int32_t realHostWindowId = 0; member in OHOS::AAFwk::SessionInfo
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_pattern.cpp | 1130 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 D | session_wrapper_impl.cpp | 357 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 D | extension_session_manager.cpp | 53 abilitySessionInfo->realHostWindowId = sessionInfo.realParentId_; in SetAbilitySessionInfo()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.h | 404 void SetRealHostWindowId(uint32_t realHostWindowId) in SetRealHostWindowId() argument 407 pipelineContext_->SetRealHostWindowId(realHostWindowId); in SetRealHostWindowId()
|
H A D | ui_content_impl.cpp | 1905 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 D | pipeline_base.h | 803 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 D | js_auto_fill_extension.cpp | 499 option->SetRealParentId(sessionInfo->realHostWindowId); in HandleAutoFillCreate()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_ui_extension.cpp | 708 option->SetRealParentId(sessionInfo->realHostWindowId); in CreateUIWindow()
|
H A D | js_ui_extension_base.cpp | 653 option->SetRealParentId(sessionInfo->realHostWindowId); in HandleSessionCreate()
|
Completed in 22 milliseconds