Home
last modified time | relevance | path

Searched refs:authLinkType (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authdata_fuzzer/
H A Dauthdata_fuzzer.cpp54 AuthLinkType authLinkType = static_cast<AuthLinkType> in AuthDataFuzzTest() local
57 AuthHandle authHandle = { .authId = authId, .type = authLinkType}; in AuthDataFuzzTest()
85 AuthLinkType authLinkType = static_cast<AuthLinkType> in AuthCryptFuzzTest() local
88 AuthHandle authHandle = { .authId = authId, .type = authLinkType}; in AuthCryptFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c393 int32_t authLinkType = authLinkTypePara; in LnnStatsAuthLinkType() local
394 if (authLinkType < AUTH_LINK_TYPE_WIFI || authLinkType >= AUTH_LINK_TYPE_MAX) { in LnnStatsAuthLinkType()
395 authLinkType = SOFTBUS_ZERO; in LnnStatsAuthLinkType()
397 g_lnnStatsInfo.authLinkTypeTotal[authLinkType]++; in LnnStatsAuthLinkType()
401 g_lnnStatsInfo.authLinkTypeSuccessTotal[authLinkType]++; in LnnStatsAuthLinkType()
403 g_lnnStatsInfo.delayTimeAuth[authLinkType] += authDelayTime; in LnnStatsAuthLinkType()
404 g_lnnStatsInfo.delayNumAuth[authLinkType]++; in LnnStatsAuthLinkType()
412 LnnStatsAuthLinkType(authLinkType, authDelayTime, true); in LnnStats()
418 LnnStatsAuthLinkType(authLinkType, authDelayTime, false); in LnnStats()
450 int32_t authLinkType = GetInt32ValueByRecord(&srcRecord[i], AUTH_LINK_TYPE_NAME); in OnQueryLnn() local
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dlnn_event_test.cpp37 .authLinkType = 8,
79 .authLinkType = -8,
209 .authLinkType = 2,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h107 int32_t authLinkType; // AUTH_LINK_TYPE member
212 int32_t authLinkType; // AUTH_LINK_TYPE member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c42 uint32_t authLinkType; member
202 if (item->authId == authHandle->authId && item->authLinkType == authHandle->type) { in DelAuthReqInfoByAuthHandle()
222 if (item->authId == authHandle->authId && item->authLinkType == authHandle->type) { in AuthFreeLane()
267 item->authLinkType = authHandle.type; in OnAuthConnOpenedSucc()
H A Dauth_session_fsm.c378 extra.authLinkType = authFsm->info.connInfo.type; in DfxRecordLnnAuthEnd()
886 lnnAuditExtra->authLinkType = info->connInfo.type; in BuildLnnAuditEvent()
H A Dauth_manager.c1119 extra.authLinkType = connInfo->type; in DfxRecordLnnConnectEnd()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_ctrl_lane.c60 static int32_t ConvertAuthLinkToLaneLink(AuthLinkTypeList *authLinkType, LanePreferredLinkList *lan… in ConvertAuthLinkToLaneLink() argument
62 if (authLinkType == NULL || laneLinkType == NULL) { in ConvertAuthLinkToLaneLink()
67 for (uint32_t i = 0; i < authLinkType->linkTypeNum; ++i) { in ConvertAuthLinkToLaneLink()
68 switch (authLinkType->linkType[i]) { in ConvertAuthLinkToLaneLink()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h72 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.authLinkType);
161 MatchLnnAuditNameTypeInt32Param(params, ++index, extra.authLinkType);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dlnn_audit_converter.h41 LNN_AUDIT_ASSIGNER(Int32, AuthLinkType, authLinkType)
H A Dlnn_event_converter.h44 LNN_ASSIGNER(Int32, AuthLinkType, authLinkType)
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c754 extra.authLinkType = connInfo->type; in DfxRecordHeartBeatAuthStart()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c453 extra.authLinkType = connInfo->type; in DfxRecordLnnAuthStart()
H A Dlnn_connection_fsm.c1065 extra.authLinkType = connInfo->type; in DfxRecordConnAuthStart()