Home
last modified time | relevance | path

Searched defs:formUtils (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/common/form/
Dform_manager_test.cpp98 auto formUtils = std::make_shared<MockFormUtils>(); variable
/foundation/arkui/ace_engine/frameworks/core/common/
Dform_manager.cpp46 void FormManager::SetFormUtils(const std::shared_ptr<FormUtils>& formUtils) in SetFormUtils()
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
Dform_test_ng.cpp449 auto formUtils = std::make_shared<MockFormUtils>(); variable
494 auto formUtils = std::make_shared<MockFormUtils>(); variable
531 auto formUtils = std::make_shared<MockFormUtils>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_model_ng.cpp132 auto formUtils = FormManager::GetInstance().GetFormUtils(); in RequestPublishFormWithSnapshot() local
Dform_pattern.cpp1154 auto formUtils = FormManager::GetInstance().GetFormUtils(); in InitFormManagerDelegate() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
Dmock_form_manager_delegate.cpp55 void FormManagerDelegate::SetFormUtils(const std::shared_ptr<FormUtils>& formUtils) in SetFormUtils()
/foundation/arkui/ace_engine/frameworks/core/components/form/
Dform_element.cpp255 auto formUtils = FormManager::GetInstance().GetFormUtils(); in Prepare() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dace_ability.cpp364 auto formUtils = std::make_shared<FormUtilsImpl>(); in OnStart() local
Dui_content_impl.cpp1184 auto formUtils = std::make_shared<FormUtilsImpl>(); in CommonInitializeForm() local
1734 auto formUtils = std::make_shared<FormUtilsImpl>(); in CommonInitialize() local
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
Dform_manager_delegate.cpp1017 void FormManagerDelegate::SetFormUtils(const std::shared_ptr<FormUtils>& formUtils) in SetFormUtils()