Searched refs:DeletePendingPacket (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 | 114 DeletePendingPacket(id, seq); 116 DeletePendingPacket(TEST_SESSION_ID, seq); 118 DeletePendingPacket(id, TEST_SEQ); 120 DeletePendingPacket(TEST_SESSION_ID_SECOND, TEST_SEQ_SECOND);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_pending.h | 33 void DeletePendingPacket(uint32_t id, uint64_t seq);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranspending_fuzzer/ |
H A D | clienttranspending_fuzzer.cpp | 43 DeletePendingPacket(id, seq); in ClientTransPendingTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_pending.c | 114 void DeletePendingPacket(uint32_t id, uint64_t seq) in DeletePendingPacket() function
|
H A D | client_trans_proxy_file_manager.c | 428 DeletePendingPacket((uint32_t)info->sessionId, (uint64_t)info->seq); in SendOneFrameMiddle() 476 DeletePendingPacket(info->sessionId, (uint64_t)info->waitSeq); in SendOneFrameRear() 547 DeletePendingPacket((uint32_t)info->sessionId, seq); in SendFileCrcCheckSum() 956 DeletePendingPacket(sendInfo->sessionId, sendInfo->waitSeq); in HandleFileSendingProcess()
|