Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dlnn_dfx_test.cpp169 ret = SoftBusRecordAuthResult(SOFTBUS_HISYSEVT_LINK_TYPE_BR, 0, 2100, AUTH_STAGE_BUTT);
173 ret = SoftBusRecordAuthResult(SOFTBUS_HISYSEVT_LINK_TYPE_WLAN, 0, 2600, AUTH_STAGE_BUTT);
175 ret = SoftBusRecordAuthResult(SOFTBUS_HISYSEVT_LINK_TYPE_P2P, 0, 2100, AUTH_STAGE_BUTT);
179 ret = SoftBusRecordAuthResult(SOFTBUS_HISYSEVT_LINK_TYPE_HML, 0, 2100, AUTH_STAGE_BUTT);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_bus_center.h52 AUTH_STAGE_BUTT, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c395 AuthFailStage stage = AUTH_STAGE_BUTT; in ReportAuthResultEvt()
398 … if (SoftBusRecordAuthResult(linkType, SOFTBUS_OK, costTime, AUTH_STAGE_BUTT) != SOFTBUS_OK) { in ReportAuthResultEvt()