Searched refs:GetPendingPacketData (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_pending_test.cpp | 80 ret = GetPendingPacketData(id, seq, waitMillis, true, nullptr); 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); 108 ret = GetPendingPacketData(id, seq, waitMillis, false, &pendDate); 111 ret = GetPendingPacketData(id, TEST_SEQ, waitMillis, true, &pendDate);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_pending.h | 35 int32_t GetPendingPacketData(uint32_t id, uint64_t seq, uint32_t waitMillis, bool isDelete, TransPe…
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranspending_fuzzer/ |
H A D | clienttranspending_fuzzer.cpp | 44 GetPendingPacketData(id, seq, waitMillis, isDelete, &pendDate); in ClientTransPendingTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_pending.c | 168 int32_t GetPendingPacketData(uint32_t id, uint64_t seq, uint32_t waitMillis, bool isDelete, TransPe… in GetPendingPacketData() function
|
H A D | client_trans_proxy_file_manager.c | 449 ret = GetPendingPacketData(info->sessionId, 0, WAIT_START_ACK_TIME, true, &pendData); in SendOneFrameRear() 464 … ret = GetPendingPacketData(info->sessionId, (uint64_t)info->waitSeq, time, false, &pendData); in SendOneFrameRear() 553 ret = GetPendingPacketData(info->sessionId, seq, WAIT_START_ACK_TIME, true, &pendData); in SendFileCrcCheckSum()
|