Searched refs:NotifyUnhandledException (Results 1 – 5 of 5) sorted by relevance
90 ApplicationDataManager::GetInstance().NotifyUnhandledException("test");105 ApplicationDataManager::GetInstance().NotifyUnhandledException("test");
30 bool NotifyUnhandledException(const std::string &errMsg);
52 …rorObserver = AppExecFwk::ApplicationDataManager::GetInstance().NotifyUnhandledException(exception… in HandleJsException()
38 bool ApplicationDataManager::NotifyUnhandledException(const std::string &errMsg) in NotifyUnhandledException() function in OHOS::AppExecFwk::ApplicationDataManager
1591 if (ApplicationDataManager::GetInstance().NotifyUnhandledException(summary) && in HandleLaunchApplication()