Searched refs:exceptionHandleFunc (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | mk_agree.c | 52 void (*exceptionHandleFunc)(int32_t, CJson **); member 178 STATE_MACHINE[i].exceptionHandleFunc(res, out); in SwitchState()
|
H A D | auth_code_import.c | 78 void (*exceptionHandleFunc)(int32_t errorCode, CJson **outputEvent); member 468 STATE_MACHINE[i].exceptionHandleFunc(res, returnSendMsg); in SwitchState()
|
H A D | pub_key_exchange.c | 78 void (*exceptionHandleFunc)(int32_t errorCode, CJson **outputEvent); member 633 STATE_MACHINE[i].exceptionHandleFunc(res, returnSendMsg); in SwitchState()
|
H A D | save_trusted_info.c | 94 void (*exceptionHandleFunc)(int32_t errorCode, CJson **outputEvent); member 737 STATE_MACHINE[i].exceptionHandleFunc(res, returnSendMsg); in SwitchState()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
H A D | iso_protocol.c | 71 void (*exceptionHandleFunc)(int32_t errorCode, CJson **outputEvent); member 729 STATE_MACHINE[i].exceptionHandleFunc(res, returnSendMsg); in IsoProtocolSwitchState()
|
H A D | dl_speke_protocol.c | 102 void (*exceptionHandleFunc)(int32_t errorCode, CJson **outputData); member 990 STATE_MACHINE[i].exceptionHandleFunc(res, returnSendMsg); in DlSpekeProtocolSwitchState()
|
H A D | ec_speke_protocol.c | 81 void (*exceptionHandleFunc)(int32_t errorCode, CJson **outputEvent); member 973 STATE_MACHINE[i].exceptionHandleFunc(res, returnSendMsg); in EcSpekeProtocolSwitchState()
|