Searched refs:excHookFn (Results 1 – 4 of 4) sorted by relevance
40 ExcHookFn excHookFn; member51 node->excHookFn(excType); in DoExcHookInRegOrder()71 if (g_excNodes[0].excHookFn != NULL) { in GetFreeNode()89 UINT32 LOS_RegExcHook(EXC_TYPE excType, ExcHookFn excHookFn) in LOS_RegExcHook() argument93 if (excType >= EXC_TYPE_END || excHookFn == NULL) { in LOS_RegExcHook()104 node->excHookFn = excHookFn; in LOS_RegExcHook()111 UINT32 LOS_UnRegExcHook(EXC_TYPE excType, ExcHookFn excHookFn) in LOS_UnRegExcHook() argument116 if (excType >= EXC_TYPE_END || excHookFn == NULL) { in LOS_UnRegExcHook()122 if (node->excHookFn == excHookFn) { in LOS_UnRegExcHook()128 node->excHookFn = NULL; in LOS_UnRegExcHook()
75 extern UINT32 LOS_RegExcHook(EXC_TYPE excType, ExcHookFn excHookFn);97 extern UINT32 LOS_UnRegExcHook(EXC_TYPE excType, ExcHookFn excHookFn);
68 VOID OsExcHookRegister(ExcHookFn excHookFn) in OsExcHookRegister() argument72 g_excHook = excHookFn; in OsExcHookRegister()
85 VOID OsExcHookRegister(ExcHookFn excHookFn);