Home
last modified time | relevance | path

Searched refs:GetContainer (Results 1 - 25 of 99) sorted by relevance

1234

/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h211 if (auto lockable = interface_cast<ILockable>(&GetContainer())) {
217 if (auto lockable = interface_cast<ILockable>(&GetContainer())) {
223 if (auto lockable = interface_cast<ILockable>(&GetContainer())) {
229 if (auto lockable = interface_cast<ILockable>(&GetContainer())) {
246 auto iterable = interface_cast<IIterable>(&GetContainer());
251 const auto iterable = interface_cast<IIterable>(&GetContainer());
258 return GetContainer().Add(object);
262 return GetContainer().Insert(index, object);
266 return GetContainer().Remove(index);
270 return GetContainer()
[all...]
H A Dsequential_animation.h42 IContainer& GetContainer() noexcept override
46 const IContainer& GetContainer() const noexcept override
H A Dparallel_animation.h41 IContainer& GetContainer() noexcept override
45 const IContainer& GetContainer() const noexcept override
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.cpp77 RefPtr<PaContainer> PaContainer::GetContainer(int32_t instanceId) in GetContainer() function in OHOS::Ace::Platform::PaContainer
79 auto container = AceEngine::Get().GetContainer(instanceId); in GetContainer()
97 auto container = AceEngine::Get().GetContainer(instanceId); in RunPa()
111 auto container = AceEngine::Get().GetContainer(instanceId); in OnCreate()
124 auto container = AceEngine::Get().GetContainer(instanceId); in OnDelete()
137 auto container = AceEngine::Get().GetContainer(instanceId); in OnTriggerEvent()
150 auto container = AceEngine::Get().GetContainer(instanceId); in OnAcquireFormState()
163 auto container = AceEngine::Get().GetContainer(instanceId); in OnUpdate()
176 auto container = AceEngine::Get().GetContainer(instanceId); in OnCastTemptoNormal()
189 auto container = AceEngine::Get().GetContainer(instanceI in OnVisibilityChanged()
[all...]
H A Dui_content_impl.cpp395 auto container = Platform::AceContainer::GetContainer(instanceId_); in OnSizeChange()
412 auto container = Platform::AceContainer::GetContainer(id); in OnSizeChange()
436 auto container = Platform::AceContainer::GetContainer(instanceId_); in LaterAvoid()
477 auto container = Platform::AceContainer::GetContainer(instanceId_); in SetUIExtensionImeShow()
513 auto container = Platform::AceContainer::GetContainer(instanceId_);
567 auto container = Platform::AceContainer::GetContainer(instanceId_);
594 auto container = Platform::AceContainer::GetContainer(instanceId_); in OnDrag()
601 AceType::DynamicCast<Platform::AceViewOhos>(Platform::AceContainer::GetContainer(instanceId)->GetAceView()); in OnDrag()
632 auto container = Platform::AceContainer::GetContainer(instanceId_);
660 auto container = Platform::AceContainer::GetContainer(instanceId
[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()
297 auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(view->GetInstanceId())); in SetView()
317 auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(view->GetInstanceId())); in SetViewNew()
433 auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in SetUIWindow()
440 auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in GetUIWindow()
458 auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in ShowToast()
480 auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceId)); in CloseToast()
502 auto container = AceType::DynamicCast<DialogContainer>(AceEngine::Get().GetContainer(instanceI in ShowDialog()
[all...]
H A Dace_ability.cpp383 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnStart()
425 [taskExecutor = Platform::AceContainer::GetContainer(id)->GetTaskExecutor(), id]( in OnStart()
470 auto context = Platform::AceContainer::GetContainer(abilityId_)->GetPipelineContext(); in OnStart()
596 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnConfigurationUpdated()
691 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnSizeChange()
723 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnModeChange()
745 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnSizeChange()
762 auto container = Platform::AceContainer::GetContainer(abilityId_); in Dump()
775 auto container = Platform::AceContainer::GetContainer(abilityId_); in OnDrag()
801 auto container = AceType::DynamicCast<Platform::AceContainer>(AceEngine::Get().GetContainer(abilityId in OnInputEvent()
[all...]
H A Dnavigation_controller_helper.cpp43 auto container = Platform::AceContainer::GetContainer(instanceId); in GetNavigationController()
H A Dace_container.cpp452 frontend_ = OHOS::Ace::Platform::AceContainer::GetContainer(parentId_)->GetFrontend(); in InitializeFrontend()
464 frontend_ = OHOS::Ace::Platform::AceContainer::GetContainer(parentId_)->GetFrontend(); in InitializeFrontend()
481 RefPtr<AceContainer> AceContainer::GetContainer(int32_t instanceId) in GetContainer() function in AceContainer
483 auto container = AceEngine::Get().GetContainer(instanceId); in GetContainer()
509 auto container = AceEngine::Get().GetContainer(instanceId); in OnBackPressed()
568 auto container = AceEngine::Get().GetContainer(instanceId); in OnShow()
613 auto container = AceEngine::Get().GetContainer(instanceId); in OnHide()
666 auto container = AceEngine::Get().GetContainer(instanceId); in OnActive()
703 auto container = AceEngine::Get().GetContainer(instanceId); in OnInactive()
743 auto container = AceEngine::Get().GetContainer(instanceI in OnNewWant()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_callback_client.h32 auto container = AceEngine::Get().GetContainer(instanceId_);
49 auto container = AceEngine::Get().GetContainer(instanceId_);
66 auto container = AceEngine::Get().GetContainer(instanceId_);
83 auto container = AceEngine::Get().GetContainer(instanceId_);
110 auto container = AceEngine::Get().GetContainer(instanceId_);
128 auto container = AceEngine::Get().GetContainer(instanceId_);
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp63 return AceEngine::Get().GetContainer(ContainerScope::CurrentId()); in Current()
68 return AceEngine::Get().GetContainer(Container::CurrentIdSafely()); in CurrentSafely()
75 auto container = GetContainer(currentId); in CurrentSafelyWithCheck()
81 return GetContainer(currentId); in CurrentSafelyWithCheck()
95 RefPtr<Container> Container::GetContainer(int32_t containerId) in GetContainer() function in OHOS::Ace::Container
97 return AceEngine::Get().GetContainer(containerId); in GetContainer()
182 return !AceEngine::Get().GetContainer(id); in IsIdAvailable()
187 auto container = AceEngine::Get().GetContainer(instanceId); in SetFontScale()
197 auto container = AceEngine::Get().GetContainer(instanceId); in SetFontWeightScale()
H A Dace_engine.h43 RefPtr<Container> GetContainer(int32_t instanceId);
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp84 auto container = Platform::AceContainer::GetContainer(instanceId_); in OnSwitchFreeMultiWindow()
175 auto parentContainer = Platform::AceContainer::GetContainer(parentContainerId_); in InitContainer()
249 auto container = Platform::AceContainer::GetContainer(childContainerId_); in InitContainer()
314 auto subPipelineContext = Platform::AceContainer::GetContainer(childContainerId_)->GetPipelineContext(); in InitContainer()
333 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in GetChildPipelineContext()
374 auto container = Platform::DialogContainer::GetContainer(childContainerId); in GetInitToastDelayTask()
451 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in ShowPopupNG()
471 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in HidePopupNG()
490 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId_); in GetPopupInfoNG()
501 auto aceContainer = Platform::AceContainer::GetContainer(childContainerId in GetOverlayManager()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dace_engine_special_test.cpp62 * @tc.desc: Verify the AddContainer, GetContainer, RemoveContainer Interface of AceEngine work correctly.
78 EXPECT_NE(aceEngine.GetContainer(CONTAINER_INSTANCE_ID), nullptr); in HWTEST_F()
86 EXPECT_EQ(aceEngine.GetContainer(CONTAINER_INSTANCE_ID), nullptr); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_container_model_impl.h29 static RefPtr<GridContainerInfo> GetContainer() in GetContainer() function in OHOS::Ace::Framework::GridContainerModelImpl
/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()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service_ext.cpp139 CHECK_AND_RETURN_RET_LOG(!((GetContainer().GetAllSessions().size() > 1 || in checkEnableCast()
140 (GetContainer().GetAllSessions().size() == 1 && !CheckAncoAudio())) && !is2in1_), in checkEnableCast()
154 for (const auto& session : GetContainer().GetAllSessions()) { in ReleaseCastSession()
218 for (const auto& session : GetContainer().GetAllSessions()) { in NotifyDeviceAvailable()
279 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionToken.sessionId); in StartCast()
317 for (auto& session : GetContainer().GetAllSessions()) { in NotifyMirrorToStreamCast()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dtransparent_node_detector.cpp51 auto container = Container::GetContainer(currentId); in PostCheckNodeTransparentTask()
75 auto container = Container::GetContainer(currentId); in PostCheckNodeTransparentTask()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dalert_dialog_model_ng.cpp54 auto container = AceEngine::Get().GetContainer(currentId); in SetShowDialog()
58 container = AceEngine::Get().GetContainer(currentId); in SetShowDialog()
H A Dcustom_dialog_controller_model_ng.cpp31 container = AceEngine::Get().GetContainer(currentId); in SetOpenDialog()
113 container = AceEngine::Get().GetContainer(currentId); in SetOpenDialogWithNode()
154 container = AceEngine::Get().GetContainer(currentId); in SetCloseDialog()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_tester_impl.cpp35 auto container = AceEngine::Get().GetContainer(ACE_INSTANCE_ID); in FindComponentImpl()
66 auto container = AceEngine::Get().GetContainer(ACE_INSTANCE_ID); in FindComponentsImpl()
110 auto container = AceEngine::Get().GetContainer(ACE_INSTANCE_ID); in ScrollUntilExistImpl()
212 auto container = AceEngine::Get().GetContainer(ACE_INSTANCE_ID); in FlingImpl()
/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
/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
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp105 auto container = AceEngine::Get().GetContainer(containerId); in GetWindow()
214 auto container = AceEngine::Get().GetContainer(instanceId); in SetCallback()
265 auto container = AceEngine::Get().GetContainer(containerId); in GetInspectorTreeJsonStr()
286 auto container = AceEngine::Get().GetContainer(containerId); in GetSnapshotJson()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.cpp134 auto container = AceEngine::Get().GetContainer(cbInfo_.containerId); in SendRequestEventResult()
241 auto container = AceEngine::Get().GetContainer(cbInfo_.containerId); in OnPushEvent()
306 auto container = AceEngine::Get().GetContainer(cbInfo_.containerId); in OnRequestEvent()
386 auto container = AceEngine::Get().GetContainer(cbInfo_.containerId); in OnRequestCallBack()

Completed in 22 milliseconds

1234