Home
last modified time | relevance | path

Searched refs:GetActive (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dnavigator_composed_element.cpp25 { "active", [](const NavigatorComposedElement& inspector) { return inspector.GetActive(); } },
37 std::string("active: ").append(GetActive())); in Dump()
55 std::string NavigatorComposedElement::GetActive() const in GetActive() function in OHOS::Ace::V2::NavigatorComposedElement
63 return renderNavigator->GetActive() ? "true" : "false"; in GetActive()
H A Dnavigator_composed_element.h34 std::string GetActive() const;
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/
H A Dnavigator_pattern_test_ng.cpp88 EXPECT_FALSE(eventHub->GetActive()); in HWTEST_F()
118 EXPECT_FALSE(eventHub->GetActive()); in HWTEST_F()
151 EXPECT_FALSE(eventHub->GetActive()); in HWTEST_F()
181 EXPECT_FALSE(eventHub->GetActive()); in HWTEST_F()
207 EXPECT_FALSE(eventHub->GetActive()); in HWTEST_F()
237 EXPECT_FALSE(eventHub->GetActive()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_event_hub.h53 bool GetActive() const in GetActive() function in OHOS::Ace::NG::NavigatorEventHub
/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Dnavigator_component.h63 bool GetActive() const in GetActive() function in OHOS::Ace::NavigatorComponent
H A Drender_navigator.h52 bool GetActive() const in GetActive() function in OHOS::Ace::RenderNavigator
H A Drender_navigator.cpp91 active_ = navigator->GetActive(); in Update()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dutils.cpp40 container = Container::GetActive(); in GetCurrentFrontend()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_context_module.cpp77 auto container = Container::GetActive(); in GetContext()
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_container.cpp54 RefPtr<Container> Container::GetActive() in GetActive() function in OHOS::Ace::Container
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp838 auto container = Container::GetActive(); in ClearToastInSubwindow()
864 auto container = Container::GetActive(); in ShowDialog()
892 auto container = Container::GetActive(); in ShowDialog()
920 auto container = Container::GetActive(); in ShowActionMenu()
1096 auto container = Container::GetActive(); in HideSystemTopMostWindow()
1116 auto container = Container::GetActive(); in ClearToastInSystemSubwindow()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dengine_helper.cpp82 auto container = Container::GetActive(); in GetCurrentDelegate()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp100 RefPtr<Container> Container::GetActive() in GetActive() function in OHOS::Ace::Container
H A Dcontainer.h326 static RefPtr<Container> GetActive();
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp127 auto container = Container::GetActive(); in GetCurrentDensity()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4405 container = Container::GetActive(); in GetHintTypeAndMetadata()
4588 container = Container::GetActive(); in RequestAutoFill()
4608 container = Container::GetActive(); in RequestAutoSave()
4629 container = Container::GetActive(); in UpdateAutoFillPopup()
4647 container = Container::GetActive(); in CloseAutoFillPopup()
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp48 auto container = Container::GetActive(); in ContainerIsService()
61 container = Container::GetActive(); in ContainerIsScenceBoard()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp894 auto container = Container::GetActive(); in OnMediaQueryUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp2308 auto container = Container::GetActive(); in OnMediaQueryUpdate()

Completed in 32 milliseconds