Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/test/unittest/common/
H A Dmessage_queue_utils_tdd_test.cpp22 void RestoreSystemInterface(const char *crashMessage) in RestoreSystemInterface() argument
25 HILOG_ERROR(HILOG_MODULE_ACE, crashMessage); in RestoreSystemInterface()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Dproduct_adapter.h66 typedef void (*RestoreSystemHandler)(const char *crashMessage);
169 static void RestoreSystemWrapper(const char *crashMessage);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp379 void ProductAdapter::RestoreSystemWrapper(const char *crashMessage) in RestoreSystemWrapper() argument
382 g_restoreSystemHandler(crashMessage); in RestoreSystemWrapper()