Searched refs:IsCmdSupport (Results 1 – 5 of 5) sorted by relevance
41 bool IsCmdSupport(int32_t cmdId);
274 bool isSupport = IsCmdSupport(AUTH_CODE_IMPORT_CMD_TYPE); in ExpandSubSessionTest21()275 isSupport = IsCmdSupport(INVALID_CMD_TYPE); in ExpandSubSessionTest21()
378 bool isSupport = IsCmdSupport(AUTH_CODE_IMPORT_CMD_TYPE);380 isSupport = IsCmdSupport(INVALID_CMD_TYPE);
244 return !IsCmdSupport(processor.id); in InterceptNotSupportCmd()841 if (!IsCmdSupport(CMDS_LIB[i].id)) { in AddSupportCmdsToEventData()1580 …if (!IsCmdSupport(CMDS_LIB[i].id) || ((selfProtocolEntity->expandProcessCmds & CMDS_LIB[i].id) == … in SelfCmdsNegotiate()1617 if (IsCmdSupport(id)) { in PeerCmdsNegotiate()
543 bool IsCmdSupport(int32_t cmdId) in IsCmdSupport() function