Home
last modified time | relevance | path

Searched refs:OnUnhandledException (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_data_manager.cpp41 errorObserver_->OnUnhandledException(errMsg); in NotifyUnhandledException()
53 errorObserver_->OnUnhandledException(errMsg); in NotifyCJUnhandledException()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dapplication_data_manager_test.cpp45 void OnUnhandledException(std::string errMsg) override;
64 void MyObserver::OnUnhandledException(std::string errMsg) in OnUnhandledException() function in OHOS::AppExecFwk::MyObserver
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dierror_observer.h38 virtual void OnUnhandledException(std::string errMsg) = 0;
/ohos5.0/foundation/ability/ability_runtime/frameworks/cj/ffi/app/errormanager/
H A Dcj_error_observer.h31 void OnUnhandledException(const std::string errMsg) override;
H A Dcj_error_observer.cpp47 void ErrorObserver::OnUnhandledException(const std::string errMsg) in OnUnhandledException() function in OHOS::AbilityRuntime::ErrorObserver
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_observer.h32 void OnUnhandledException(const std::string errMsg) override;
H A Djs_error_observer.cpp32 void JsErrorObserver::OnUnhandledException(const std::string errMsg) in OnUnhandledException() function in OHOS::AbilityRuntime::JsErrorObserver