Home
last modified time | relevance | path

Searched refs:OnFormError (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp167 OnFormError(std::to_string(ret), errorMsg); in AddForm()
304 OnFormError("internal error"); in CreatePlatformResource()
320 delegate->OnFormError("internal error"); in CreatePlatformResource()
341 delegate->OnFormError("internal error"); in CreatePlatformResource()
374 delegate->OnFormError(param); in RegisterEvent()
579 formManagerDelegate->OnFormError(code, msg); in RegisterRenderDelegateEvent()
830 void FormManagerDelegate::OnFormError(const std::string& param) in OnFormError() function in OHOS::Ace::FormManagerDelegate
840 void FormManagerDelegate::OnFormError(const std::string& code, const std::string& msg) in OnFormError() function in OHOS::Ace::FormManagerDelegate
905 OnFormError(std::to_string(ret), errorMsg); in ReAddForm()
H A Dform_manager_delegate.h122 void OnFormError(const std::string& code, const std::string& msg);
161 void OnFormError(const std::string& param);
H A Dform_callback_client.h92 formManagerDelegate->OnFormError(std::to_string(errorCode), errorMsg); in OnError()