Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/sequence_verification/unittest/
H A Dsequence_verification_test.cpp97 seqInfo.minSeq = -2;
98 seqInfo.maxSeq = -2;
169 seqInfo.minSeq = -100;
170 seqInfo.maxSeq = -100;
258 seqInfo.minSeq = -30;
259 seqInfo.maxSeq = -30;
277 seqInfo.minSeq = -30;
278 seqInfo.maxSeq = -30;
429 seqInfo.minSeq = 0;
430 seqInfo.maxSeq = 0;
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/ispassseqcheck_fuzzer/
H A Dispassseqcheck_fuzzer.cpp26 SeqVerifyInfo seqInfo; variable
52 seqInfo.minSeq = MINSEQ; in IsPassSeqCheckSwitch()
53 seqInfo.maxSeq = seq; in IsPassSeqCheckSwitch()
54 seqInfo.recvBitmap = bit; in IsPassSeqCheckSwitch()
55 IsPassSeqCheck(&seqInfo, seq); in IsPassSeqCheckSwitch()
59 seqInfo.minSeq = seq; in IsPassSeqCheckSwitch()
60 seqInfo.maxSeq = MAXSEQ; in IsPassSeqCheckSwitch()
61 seqInfo.recvBitmap = bit; in IsPassSeqCheckSwitch()
66 seqInfo.minSeq = seq; in IsPassSeqCheckSwitch()
67 seqInfo.maxSeq = seq; in IsPassSeqCheckSwitch()
[all …]