Home
last modified time | relevance | path

Searched refs:LnnNotifyHichainProofException (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock.cpp150 void LnnNotifyHichainProofException( in LnnNotifyHichainProofException() function
153 …return GetLnnConnInterface()->LnnNotifyHichainProofException(proofInfo, proofLen, deviceTypeId, er… in LnnNotifyHichainProofException()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_connection_fsm_mock.h65 virtual void LnnNotifyHichainProofException(
96 MOCK_METHOD4(LnnNotifyHichainProofException, void(const char *, uint32_t, uint16_t, int32_t));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h256 void LnnNotifyHichainProofException(
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c460 void LnnNotifyHichainProofException( in LnnNotifyHichainProofException() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c1580 LnnNotifyHichainProofException(errorReturn, errorReturnLen, TYPE_PC_ID, errCode); in AuthFailNotifyProofInfo()
H A Dlnn_connection_fsm.c774 LnnNotifyHichainProofException(NULL, 0, (uint16_t)type, reason); in NotifyProofExceptionEvent()