Home
last modified time | relevance | path

Searched refs:HandleOnUnhandledException (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/cj/ffi/app/errormanager/
H A Dcj_error_observer.cpp53 observer->HandleOnUnhandledException(errMsg); in OnUnhandledException()
57 void ErrorObserver::HandleOnUnhandledException(const std::string &errMsg) in HandleOnUnhandledException() function in OHOS::AbilityRuntime::ErrorObserver
H A Dcj_error_observer.h37 void HandleOnUnhandledException(const std::string &errMsg);
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_observer.cpp38 jsObserver->HandleOnUnhandledException(errMsg); in OnUnhandledException()
42 void JsErrorObserver::HandleOnUnhandledException(const std::string &errMsg) in HandleOnUnhandledException() function in OHOS::AbilityRuntime::JsErrorObserver
H A Djs_error_observer.h39 void HandleOnUnhandledException(const std::string &errMsg);