Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/
H A Dauth_sub_session.c39 static const ProtocolComponent PROTOCOL_COMPONENT_LIB[] = { variable
53 for (uint32_t i = 0; i < sizeof(PROTOCOL_COMPONENT_LIB) / sizeof(ProtocolComponent); i++) { in GetProtocolComponent()
54 if (PROTOCOL_COMPONENT_LIB[i].protocolType == protocolType) { in GetProtocolComponent()
55 return &PROTOCOL_COMPONENT_LIB[i]; in GetProtocolComponent()