Searched refs:OnFormError (Results 1 – 3 of 3) sorted by relevance
167 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::FormManagerDelegate840 void FormManagerDelegate::OnFormError(const std::string& code, const std::string& msg) in OnFormError() function in OHOS::Ace::FormManagerDelegate905 OnFormError(std::to_string(ret), errorMsg); in ReAddForm()
122 void OnFormError(const std::string& code, const std::string& msg);161 void OnFormError(const std::string& param);
92 formManagerDelegate->OnFormError(std::to_string(errorCode), errorMsg); in OnError()