Home
last modified time | relevance | path

Searched defs:formUtils (Results 1 – 9 of 9) 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.cpp51 void FormManager::SetFormUtils(const std::shared_ptr<FormUtils>& formUtils) in SetFormUtils()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/form/
Dform_test_ng.cpp389 auto formUtils = std::make_shared<MockFormUtils>(); variable
434 auto formUtils = std::make_shared<MockFormUtils>(); variable
471 auto formUtils = std::make_shared<MockFormUtils>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/form/mock/
Dmock_form_manager_delegate.cpp49 void FormManagerDelegate::SetFormUtils(const std::shared_ptr<FormUtils>& formUtils) in SetFormUtils()
/foundation/arkui/ace_engine/frameworks/core/components/form/
Dform_element.cpp242 auto formUtils = FormManager::GetInstance().GetFormUtils(); in Prepare() local
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
Dform_manager_delegate.cpp834 void FormManagerDelegate::SetFormUtils(const std::shared_ptr<FormUtils>& formUtils) in SetFormUtils()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dui_content_impl.cpp643 auto formUtils = std::make_shared<FormUtilsImpl>(); in CommonInitializeForm() local
1111 auto formUtils = std::make_shared<FormUtilsImpl>(); in CommonInitialize() local
Dace_ability.cpp366 auto formUtils = std::make_shared<FormUtilsImpl>(); in OnStart() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_pattern.cpp453 auto formUtils = FormManager::GetInstance().GetFormUtils(); in InitFormManagerDelegate() local