Home
last modified time | relevance | path

Searched refs:HandleException (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/cj/ffi/app/errormanager/
H A Dcj_error_observer.cpp43 observer->HandleException(errorObj); in OnExceptionObject()
72 void ErrorObserver::HandleException(const AppExecFwk::ErrorObject &errorObj) in HandleException() function in OHOS::AbilityRuntime::ErrorObserver
H A Dcj_error_observer.h38 void HandleException(const AppExecFwk::ErrorObject &errorObj);
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_observer.cpp113 jsObserver->HandleException(errorObj); in OnExceptionObject()
117 void JsErrorObserver::HandleException(const AppExecFwk::ErrorObject &errorObj) in HandleException() function in OHOS::AbilityRuntime::JsErrorObserver
H A Djs_error_observer.h40 void HandleException(const AppExecFwk::ErrorObject &errorObj);
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h509 void HandleException();
H A Dworker.cpp1407 HandleException(); in PrepareForWorkerInstance()
2058 void Worker::HandleException() in HandleException() function in Commonlibrary::Concurrent::WorkerModule::Worker
2250 HandleException(); in CallWorkerFunction()
2382 HandleException(); in ParentPortHandleEventListeners()