Home
last modified time | relevance | path

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

/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()
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/src/
H A Dlnn_event_test.cpp70 .authLinkType = 8, in HWTEST_F()
124 .authLinkType = -8, in HWTEST_F()
197 .authLinkType = 2, in HWTEST_F()
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h102 int32_t authLinkType; // AUTH_LINK_TYPE member
202 int32_t authLinkType; // AUTH_LINK_TYPE member
/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()
408 static void LnnStats(int32_t scene, int32_t stage, int32_t stageRes, int32_t authLinkType, int32_t authDelayTime) in LnnStats() argument
412 LnnStatsAuthLinkType(authLinkType, authDelayTim in LnnStats()
450 int32_t authLinkType = GetInt32ValueByRecord(&srcRecord[i], AUTH_LINK_TYPE_NAME); OnQueryLnn() local
[all...]
/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 *laneLinkType) 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()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c42 uint32_t authLinkType; member
106 AUTH_LOGI(AUTH_CONN, "select auth type. i=%{public}d, authLinkType=%{public}d", i, linkList[i]); in GetAuthLinkTypeList()
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()
889 lnnAuditExtra->authLinkType = info->connInfo.type; in BuildLnnAuditEvent()
H A Dauth_manager.c1121 extra.authLinkType = connInfo->type; in DfxRecordLnnConnectEnd()
/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)
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h72 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.authLinkType); in MATCHER_P2()
156 MatchLnnAuditNameTypeInt32Param(params, ++index, extra.authLinkType); in MATCHER_P2()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c456 extra.authLinkType = connInfo->type; in DfxRecordLnnAuthStart()
H A Dlnn_connection_fsm.c1065 extra.authLinkType = connInfo->type; in DfxRecordConnAuthStart()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c754 extra.authLinkType = connInfo->type; in DfxRecordHeartBeatAuthStart()

Completed in 19 milliseconds