Searched refs:CJUncaughtExceptionInfo (Results 1 – 9 of 9) sorted by relevance
29 struct CJUncaughtExceptionInfo;38 void (*RegisterCJUncaughtExceptionHandler)(const CJUncaughtExceptionInfo& handle);
28 struct CJUncaughtExceptionInfo { struct52 …void (*registerCJUncaughtExceptionHandler)(const CJUncaughtExceptionInfo& uncaughtExceptionInfo) =… argument
54 void RegisterCJUncaughtExceptionHandler(const CJUncaughtExceptionInfo& handle);
30 struct CJUncaughtExceptionInfo;75 void RegisterUncaughtExceptionHandler(const CJUncaughtExceptionInfo& uncaughtExceptionInfo);
50 using RegisterUncaughtExceptionType = void (*)(const CJUncaughtExceptionInfo& handle);216 void CJEnvironment::RegisterCJUncaughtExceptionHandler(const CJUncaughtExceptionInfo& handle) in RegisterCJUncaughtExceptionHandler()514 .registerCJUncaughtExceptionHandler = [](const CJUncaughtExceptionInfo& handle) { in OHOS_GetCJEnvInstance()
47 void RegisterCJUncaughtExceptionHandlerTest(const CJUncaughtExceptionInfo &handle) {} in RegisterCJUncaughtExceptionHandlerTest()183 CJUncaughtExceptionInfo handle;
130 void CJRuntime::RegisterUncaughtExceptionHandler(const CJUncaughtExceptionInfo& uncaughtExceptionIn… in RegisterUncaughtExceptionHandler()
298 … CJUncaughtExceptionInfo CreateCjExceptionInfo(const std::string &bundleName, uint32_t versionCode,
1238 CJUncaughtExceptionInfo MainThread::CreateCjExceptionInfo(const std::string &bundleName, in CreateCjExceptionInfo()1241 CJUncaughtExceptionInfo uncaughtExceptionInfo; in CreateCjExceptionInfo()