Home
last modified time | relevance | path

Searched refs:childContainerId_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp245 childContainerId_ = SubwindowManager::GetInstance()->GetContainerId(window_->GetWindowId()); in InitContainer()
246 TAG_LOGD(AceLogTag::ACE_SUB_WINDOW, "Window child containerId : %{public}d", childContainerId_); in InitContainer()
247 SubwindowManager::GetInstance()->AddParentContainerId(childContainerId_, parentContainerId_); in InitContainer()
249 auto container = Platform::AceContainer::GetContainer(childContainerId_); in InitContainer()
272 Platform::AceViewOhos::CreateView(childContainerId_, false, container->GetSettings().usePlatformAsUIThread); in InitContainer()
293 uiContentImpl->SetFontScaleAndWeightScale(container, childContainerId_); in InitContainer()
294 freeMultiWindowListener_ = new SwitchFreeMultiWindowListener(childContainerId_); in InitContainer()
314 auto subPipelineContext = Platform::AceContainer::GetContainer(childContainerId_)->GetPipelineContext(); in InitContainer()
333 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in GetChildPipelineContext()
451 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in ShowPopupNG()
[all...]
H A Dsubwindow_ohos.h121 return childContainerId_;
207 int32_t childContainerId_ = -1; member in OHOS::OHOS::Ace::SubwindowOhos

Completed in 4 milliseconds