Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c1576 …mdsNegotiate(SessionImpl *impl, const CJson *supportCmds, const ProtocolEntity *selfProtocolEntity) in SelfCmdsNegotiate() argument
1580 …if (!IsCmdSupport(CMDS_LIB[i].id) || ((selfProtocolEntity->expandProcessCmds & CMDS_LIB[i].id) == … in SelfCmdsNegotiate()
1637 ProtocolEntity *selfProtocolEntity) in ProtocolEntityNegotiate() argument
1651 if (protocol != (int32_t)selfProtocolEntity->protocolType) { in ProtocolEntityNegotiate()
1658 res = SelfCmdsNegotiate(impl, supportCmds, selfProtocolEntity); in ProtocolEntityNegotiate()