Home
last modified time | relevance | path

Searched refs:authCostTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dlnn_event_test.cpp39 .authCostTime = 10,
81 .authCostTime = -10,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h109 int32_t authCostTime; // AUTH_COST_TIME member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dlnn_event_converter.h46 LNN_ASSIGNER(Int32, AuthCostTime, authCostTime)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h74 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.authCostTime);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c374 extra.authCostTime = (int32_t)costTime; in DfxRecordLnnAuthEnd()