Home
last modified time | relevance | path

Searched refs:GetContainer (Results 1 – 25 of 91) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h258 return GetContainer().Add(object); in META_BEGIN_NAMESPACE()
266 return GetContainer().Remove(index); in META_BEGIN_NAMESPACE()
270 return GetContainer().Remove(child); in META_BEGIN_NAMESPACE()
286 return GetContainer().GetAll(); in META_BEGIN_NAMESPACE()
290 GetContainer().RemoveAll(); in META_BEGIN_NAMESPACE()
294 return GetContainer().GetAt(index); in META_BEGIN_NAMESPACE()
298 return GetContainer().GetSize(); in META_BEGIN_NAMESPACE()
302 return GetContainer().FindAll(options); in META_BEGIN_NAMESPACE()
306 return GetContainer().FindAny(options); in META_BEGIN_NAMESPACE()
324 GetContainer().Add(animation); in META_BEGIN_NAMESPACE()
[all …]
H A Dparallel_animation.h41 IContainer& GetContainer() noexcept override in META_BEGIN_NAMESPACE()
45 const IContainer& GetContainer() const noexcept override in META_BEGIN_NAMESPACE()
H A Dsequential_animation.h42 IContainer& GetContainer() noexcept override in META_BEGIN_NAMESPACE()
46 const IContainer& GetContainer() const noexcept override in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.cpp80 RefPtr<PaContainer> PaContainer::GetContainer(int32_t instanceId) in GetContainer() function in OHOS::Ace::Platform::PaContainer
82 auto container = AceEngine::Get().GetContainer(instanceId); in GetContainer()
100 auto container = AceEngine::Get().GetContainer(instanceId); in RunPa()
114 auto container = AceEngine::Get().GetContainer(instanceId); in OnCreate()
127 auto container = AceEngine::Get().GetContainer(instanceId); in OnDelete()
140 auto container = AceEngine::Get().GetContainer(instanceId); in OnTriggerEvent()
153 auto container = AceEngine::Get().GetContainer(instanceId); in OnAcquireFormState()
166 auto container = AceEngine::Get().GetContainer(instanceId); in OnUpdate()
179 auto container = AceEngine::Get().GetContainer(instanceId); in OnCastTemptoNormal()
192 auto container = AceEngine::Get().GetContainer(instanceId); in OnVisibilityChanged()
[all …]
H A Dui_content_impl.cpp2223 auto container = AceEngine::Get().GetContainer(instanceId_); in Destroy()
2285 auto container = AceEngine::Get().GetContainer(instanceId_); in SetBackgroundColor()
2306 auto container = AceEngine::Get().GetContainer(instanceId_); in GetAppPaintSize()
2327 auto container = AceEngine::Get().GetContainer(instanceId_); in GetWindowPaintSize()
2347 auto container = AceEngine::Get().GetContainer(instanceId_); in ProcessBackPressed()
2425 auto container = AceEngine::Get().GetContainer(instanceId_); in ProcessKeyEvent()
2669 auto container = AceEngine::Get().GetContainer(instanceId_); in SetIgnoreViewSafeArea()
2775 auto container = AceEngine::Get().GetContainer(instanceId_); in NeedSoftKeyboard()
2784 auto container = AceEngine::Get().GetContainer(instanceId_); in SetOnWindowFocused()
3160 auto container = AceEngine::Get().GetContainer(instanceId_); in SetFormBackgroundColor()
[all …]
H A Ddialog_container.cpp219 RefPtr<DialogContainer> DialogContainer::GetContainer(int32_t instanceId) in GetContainer() function in OHOS::Ace::Platform::DialogContainer
221 auto container = AceEngine::Get().GetContainer(instanceId); in GetContainer()
230 auto container = AceEngine::Get().GetContainer(instanceId); in DestroyContainer()
431 … auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in SetUIWindow()
438 … auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in GetUIWindow()
456 … auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in ShowToast()
481 … auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in ShowDialog()
502 … auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in ShowDialog()
519 … auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in ShowActionMenu()
536 … auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in ShowToastDialogWindow()
[all …]
H A Dace_ability.cpp378 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnStart()
591 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnConfigurationUpdated()
686 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnSizeChange()
718 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnModeChange()
740 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnSizeChange()
757 auto container = Platform::AceContainer::GetContainer(abilityId_); in Dump()
770 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnDrag()
807 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnInputEvent()
835 auto container = Platform::AceContainer::GetContainer(abilityId_); in SetBackgroundColor()
851 auto container = Platform::AceContainer::GetContainer(abilityId_); in GetBackgroundColor()
[all …]
H A Dace_container.cpp490 auto container = AceEngine::Get().GetContainer(instanceId); in GetContainer()
516 auto container = AceEngine::Get().GetContainer(instanceId); in OnBackPressed()
575 auto container = AceEngine::Get().GetContainer(instanceId); in OnShow()
620 auto container = AceEngine::Get().GetContainer(instanceId); in OnHide()
673 auto container = AceEngine::Get().GetContainer(instanceId); in OnActive()
710 auto container = AceEngine::Get().GetContainer(instanceId); in OnInactive()
750 auto container = AceEngine::Get().GetContainer(instanceId); in OnNewWant()
760 auto container = AceEngine::Get().GetContainer(instanceId); in OnStartContinuation()
771 auto container = AceEngine::Get().GetContainer(instanceId); in OnSaveData()
782 auto container = AceEngine::Get().GetContainer(instanceId); in OnRestoreData()
[all …]
H A Devent_pass_through_subscriber.cpp76 auto container = Platform::AceContainer::GetContainer(instanceId); in OnReceiveEvent()
84 auto container = Platform::AceContainer::GetContainer(instanceId); in OnReceiveEvent()
H A Dnavigation_controller_helper.cpp45 auto container = Platform::AceContainer::GetContainer(instanceId); in GetNavigationController()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp61 return AceEngine::Get().GetContainer(ContainerScope::CurrentId()); in Current()
66 return AceEngine::Get().GetContainer(Container::CurrentIdSafely()); in CurrentSafely()
73 auto container = GetContainer(currentId); in CurrentSafelyWithCheck()
79 return GetContainer(currentId); in CurrentSafelyWithCheck()
93 RefPtr<Container> Container::GetContainer(int32_t containerId) in GetContainer() function in OHOS::Ace::Container
95 return AceEngine::Get().GetContainer(containerId); in GetContainer()
180 return !AceEngine::Get().GetContainer(id); in IsIdAvailable()
185 auto container = AceEngine::Get().GetContainer(instanceId); in SetFontScale()
195 auto container = AceEngine::Get().GetContainer(instanceId); in SetFontWeightScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_callback_client.h32 auto container = AceEngine::Get().GetContainer(instanceId_); in ProcessFormUpdate()
49 auto container = AceEngine::Get().GetContainer(instanceId_); in ProcessFormUninstall()
66 auto container = AceEngine::Get().GetContainer(instanceId_); in OnDeathReceived()
83 auto container = AceEngine::Get().GetContainer(instanceId_); in OnError()
110 auto container = AceEngine::Get().GetContainer(instanceId_); in ProcessRecycleForm()
128 auto container = AceEngine::Get().GetContainer(instanceId_); in ProcessEnableForm()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp84 auto container = Platform::AceContainer::GetContainer(instanceId_); in OnSwitchFreeMultiWindow()
231 auto container = Platform::AceContainer::GetContainer(childContainerId_); in InitContainer()
332 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in GetChildPipelineContext()
447 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in ShowPopupNG()
467 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in HidePopupNG()
486 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in GetPopupInfoNG()
497 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in GetOverlayManager()
539 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in ShowWindow()
557 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in HideWindow()
702 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in HidePreviewNG()
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Ddynamic_component_renderer_impl.cpp178 auto container = Container::GetContainer(uiContent_->GetInstanceId()); in RegisterSizeChangedCallback()
248 auto subContainer = Platform::AceContainer::GetContainer(subInstanceId); in RegisterConfigChangedCallback()
260 auto hostContainer = Platform::AceContainer::GetContainer(hostInstanceId); in RegisterConfigChangedCallback()
269 auto container = Platform::AceContainer::GetContainer(hostInstanceId_); in UnRegisterConfigChangedCallback()
286 auto container = Container::GetContainer(instanceId); in AttachRenderContext()
533 auto container = Container::GetContainer(uiContent_->GetInstanceId()); in TransferAccessibilityHoverEvent()
548 auto container = Container::GetContainer(uiContent_->GetInstanceId()); in GetTaskExecutor()
555 auto container = Container::GetContainer(hostInstanceId_); in GetHostTaskExecutor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dace_engine_special_test.cpp78 EXPECT_NE(aceEngine.GetContainer(CONTAINER_INSTANCE_ID), nullptr);
86 EXPECT_EQ(aceEngine.GetContainer(CONTAINER_INSTANCE_ID), nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dalert_dialog_model_ng.cpp56 auto container = AceEngine::Get().GetContainer(currentId); in SetShowDialog()
60 container = AceEngine::Get().GetContainer(currentId); in SetShowDialog()
H A Dcustom_dialog_controller_model_ng.cpp33 container = AceEngine::Get().GetContainer(currentId); in SetOpenDialog()
91 container = AceEngine::Get().GetContainer(currentId); in SetOpenDialogWithNode()
128 container = AceEngine::Get().GetContainer(currentId); in SetCloseDialog()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp396 for (auto& session : GetContainer().GetAllSessions()) { in OnRemoveSystemAbility()
694 for (auto& session : GetContainer().GetAllSessions()) { in SelectFocusSession()
702 GetContainer().UpdateSessionSort(session); in SelectFocusSession()
740 for (const auto& session : GetContainer().GetAllSessions()) { in SelectSessionByUid()
850 SessionContainer& AVSessionService::GetContainer() in GetContainer() function in OHOS::AVSession::AVSessionService
852 return GetUsersManager().GetContainer(); in GetContainer()
890 return GetContainer().PidHasSession(pid); in AbilityHasSession()
1196 for (auto& session : GetContainer().GetAllSessions()) { in NotifyMirrorToStreamCast()
1808 auto session = GetContainer().GetSessionById(sessionId); in IsHistoricalSession()
1975 auto session = GetContainer().GetSessionById(sessionId); in GetAVCastControllerInner()
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp105 auto container = AceEngine::Get().GetContainer(containerId); in GetWindow()
226 auto container = AceEngine::Get().GetContainer(instanceId); in SetCallback()
281 auto container = AceEngine::Get().GetContainer(containerId); in GetInspectorTreeJsonStr()
302 auto container = AceEngine::Get().GetContainer(containerId); in GetSnapshotJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_container_model_impl.h29 static RefPtr<GridContainerInfo> GetContainer() in GetContainer() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.cpp137 auto container = AceEngine::Get().GetContainer(cbInfo_.containerId); in SendRequestEventResult()
244 auto container = AceEngine::Get().GetContainer(cbInfo_.containerId); in OnPushEvent()
309 auto container = AceEngine::Get().GetContainer(cbInfo_.containerId); in OnRequestEvent()
389 auto container = AceEngine::Get().GetContainer(cbInfo_.containerId); in OnRequestCallBack()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_ace_engine.cpp38 RefPtr<Container> AceEngine::GetContainer(int32_t instanceId) in GetContainer() function in OHOS::Ace::AceEngine
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp493 auto container = AceEngine::Get().GetContainer(instanceId); in DestroyContainer()
513 auto container = AceEngine::Get().GetContainer(instanceId); in RunPage()
617 auto container = AceType::DynamicCast<AceContainer>(AceEngine::Get().GetContainer(0)); in FetchResponse()
641 …auto container = AceType::DynamicCast<AceContainer>(AceEngine::Get().GetContainer(ACE_INSTANCE_ID)… in CallCurlFunction()
804 …auto container = AceType::DynamicCast<AceContainer>(AceEngine::Get().GetContainer(view->GetInstanc… in SetView()
822 …auto container = AceType::DynamicCast<AceContainer>(AceEngine::Get().GetContainer(view->GetInstanc… in SetView()
1065 auto container = AceType::DynamicCast<AceContainer>(AceEngine::Get().GetContainer(instanceId)); in GetContainerInstance()
1071 auto container = AceEngine::Get().GetContainer(instanceId); in GetContentInfo()
/ohos5.0/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_ace_container.cpp58 RefPtr<AceContainer> AceContainer::GetContainer(int32_t instanceId) in GetContainer() function in OHOS::Ace::Platform::AceContainer
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Ddrag_preview.h79 auto container = AceEngine::Get().GetContainer(instanceId); in SetForegroundColor()
122 auto container = AceEngine::Get().GetContainer(instanceId); in Animate()

1234