Home
last modified time | relevance | path

Searched refs:SetFormUtils (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/form/
H A Dform_manager_test.cpp95 formManager.SetFormUtils(nullptr);
99 formManager.SetFormUtils(formUtils);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dform_manager.h37 void SetFormUtils(const std::shared_ptr<FormUtils>& formUtils);
H A Dform_manager.cpp46 void FormManager::SetFormUtils(const std::shared_ptr<FormUtils>& formUtils) in SetFormUtils() function in OHOS::Ace::FormManager
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_manager_delegate.cpp55 void FormManagerDelegate::SetFormUtils(const std::shared_ptr<FormUtils>& formUtils) in SetFormUtils() function in OHOS::Ace::FormManagerDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.h137 void SetFormUtils(const std::shared_ptr<FormUtils>& formUtils);
H A Dform_manager_delegate.cpp1035 void FormManagerDelegate::SetFormUtils(const std::shared_ptr<FormUtils>& formUtils) in SetFormUtils() function in OHOS::Ace::FormManagerDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_element.cpp257 formManagerBridge_->SetFormUtils(formUtils); in Prepare()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp365 FormManager::GetInstance().SetFormUtils(formUtils); in OnStart()
H A Dui_content_impl.cpp1256 FormManager::GetInstance().SetFormUtils(formUtils); in CommonInitializeForm()
1803 FormManager::GetInstance().SetFormUtils(formUtils); in CommonInitialize()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_test_ng.cpp465 FormManager::GetInstance().SetFormUtils(formUtils);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp1170 formManagerBridge_->SetFormUtils(formUtils); in InitFormManagerDelegate()