Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_pending_test.cpp83 TransPendData pendDate = {0}; variable
84 … ret = GetPendingPacketData(TEST_SESSION_ID_SECOND, TEST_SEQ_SECOND, waitMillis, true, &pendDate);
87 ret = GetPendingPacketData(TEST_SESSION_ID_SECOND, seq, waitMillis, true, &pendDate);
90 ret = GetPendingPacketData(id, TEST_SEQ_SECOND, waitMillis, true, &pendDate);
93 ret = SetPendingPacketData(id, seq, &pendDate);
99 ret = SetPendingPacketData(TEST_SESSION_ID_SECOND, TEST_SEQ_SECOND, &pendDate);
102 ret = SetPendingPacketData(TEST_SESSION_ID_SECOND, seq, &pendDate);
105 ret = SetPendingPacketData(id, TEST_SEQ_SECOND, &pendDate);
108 ret = GetPendingPacketData(id, seq, waitMillis, false, &pendDate);
111 ret = GetPendingPacketData(id, TEST_SEQ, waitMillis, true, &pendDate);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranspending_fuzzer/
H A Dclienttranspending_fuzzer.cpp40 TransPendData pendDate = {0}; in ClientTransPendingTest() local
44 GetPendingPacketData(id, seq, waitMillis, isDelete, &pendDate); in ClientTransPendingTest()
45 SetPendingPacketData(id, seq, &pendDate); in ClientTransPendingTest()