Home
last modified time | relevance | path

Searched refs:g_log_fatal_callback_for_testing (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/android/
H A Djni_android.cc77 LogFatalCallback g_log_fatal_callback_for_testing = nullptr; variable
137 if (g_log_fatal_callback_for_testing) { in CheckException()
138 g_log_fatal_callback_for_testing(kReetrantOutOfMemoryMessage); in CheckException()
144 if (g_log_fatal_callback_for_testing) { in CheckException()
145 g_log_fatal_callback_for_testing(kReetrantExceptionMessage); in CheckException()
187 if (g_log_fatal_callback_for_testing) { in CheckException()
188 g_log_fatal_callback_for_testing(kUncaughtExceptionMessage); in CheckException()
217 if (g_log_fatal_callback_for_testing) { in CheckException()
218 g_log_fatal_callback_for_testing(kUncaughtExceptionHandlerFailedMessage); in CheckException()
H A Djni_android_unittest.cc37 g_log_fatal_callback_for_testing = CapturingLogFatalCallback; in JniAndroidExceptionTestContext()
41 g_log_fatal_callback_for_testing = nullptr; in ~JniAndroidExceptionTestContext()
H A Djni_android.h36 BASE_EXPORT extern LogFatalCallback g_log_fatal_callback_for_testing;