Home
last modified time | relevance | path

Searched refs:AppExceptionHandler (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_exception_handler.h25 class AppExceptionHandler { class
27 static AppExceptionHandler &GetInstance();
28 AppExceptionHandler(AppExceptionHandler &) = delete;
29 void operator=(AppExceptionHandler &) = delete;
34 AppExceptionHandler() = default;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_exception_handler.cpp51 AppExceptionHandler &AppExceptionHandler::GetInstance() in GetInstance()
53 static AppExceptionHandler appExceptionHandler; in GetInstance()
57 void AppExceptionHandler::RegisterAppExceptionCallback() in RegisterAppExceptionCallback()
74 void AppExceptionHandler::AbilityForegroundFailed(sptr<IRemoteObject> token, const std::string &msg) in AbilityForegroundFailed()
H A Dability_record.cpp407 AppExceptionHandler::GetInstance().AbilityForegroundFailed(token_->AsObject(), "ForegroundNew"); in ForegroundAbility()
H A Dability_manager_service.cpp7131 AppExceptionHandler::GetInstance().RegisterAppExceptionCallback(); in ConnectServices()

Completed in 26 milliseconds