Home
last modified time | relevance | path

Searched refs:CJUncaughtExceptionInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/include/
H A Dcj_invoker.h29 struct CJUncaughtExceptionInfo;
38 void (*RegisterCJUncaughtExceptionHandler)(const CJUncaughtExceptionInfo& handle);
/ohos5.0/foundation/ability/ability_runtime/cj_environment/interfaces/inner_api/
H A Dcj_envsetup.h28 struct CJUncaughtExceptionInfo { struct
52 …void (*registerCJUncaughtExceptionHandler)(const CJUncaughtExceptionInfo& uncaughtExceptionInfo) =… argument
H A Dcj_environment.h54 void RegisterCJUncaughtExceptionHandler(const CJUncaughtExceptionInfo& handle);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Dcj_runtime.h30 struct CJUncaughtExceptionInfo;
75 void RegisterUncaughtExceptionHandler(const CJUncaughtExceptionInfo& uncaughtExceptionInfo);
/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Dcj_environment.cpp50 using RegisterUncaughtExceptionType = void (*)(const CJUncaughtExceptionInfo& handle);
216 void CJEnvironment::RegisterCJUncaughtExceptionHandler(const CJUncaughtExceptionInfo& handle) in RegisterCJUncaughtExceptionHandler()
514 .registerCJUncaughtExceptionHandler = [](const CJUncaughtExceptionInfo& handle) { in OHOS_GetCJEnvInstance()
/ohos5.0/foundation/ability/ability_runtime/cj_environment/test/unittest/cj_environment_test/
H A Dcj_environment_test.cpp47 void RegisterCJUncaughtExceptionHandlerTest(const CJUncaughtExceptionInfo &handle) {} in RegisterCJUncaughtExceptionHandlerTest()
183 CJUncaughtExceptionInfo handle;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp130 void CJRuntime::RegisterUncaughtExceptionHandler(const CJUncaughtExceptionInfo& uncaughtExceptionIn… in RegisterUncaughtExceptionHandler()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h298CJUncaughtExceptionInfo CreateCjExceptionInfo(const std::string &bundleName, uint32_t versionCode,
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1238 CJUncaughtExceptionInfo MainThread::CreateCjExceptionInfo(const std::string &bundleName, in CreateCjExceptionInfo()
1241 CJUncaughtExceptionInfo uncaughtExceptionInfo; in CreateCjExceptionInfo()