Home
last modified time | relevance | path

Searched refs:GetFormUtils (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/form/
H A Dform_manager_test.cpp96 EXPECT_EQ(formManager.GetFormUtils(), nullptr);
101 EXPECT_EQ(formManager.GetFormUtils(), formUtils);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dform_manager.h38 std::shared_ptr<FormUtils> GetFormUtils();
H A Dform_manager.cpp53 std::shared_ptr<FormUtils> FormManager::GetFormUtils() in GetFormUtils() function in OHOS::Ace::FormManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_model_ng.cpp132 auto formUtils = FormManager::GetInstance().GetFormUtils(); in RequestPublishFormWithSnapshot()
H A Dform_pattern.cpp1168 auto formUtils = FormManager::GetInstance().GetFormUtils(); in InitFormManagerDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_element.cpp255 auto formUtils = FormManager::GetInstance().GetFormUtils(); in Prepare()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_test_ng.cpp466 ASSERT_EQ(FormManager::GetInstance().GetFormUtils(), formUtils);