Searched refs:CreatePendingPacket (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 | 67 int ret = CreatePendingPacket(id, seq); 70 ret = CreatePendingPacket(TEST_SESSION_ID, seq); 73 ret = CreatePendingPacket(id, TEST_SEQ); 76 ret = CreatePendingPacket(id, seq);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_pending.h | 32 int32_t CreatePendingPacket(uint32_t id, uint64_t seq);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranspending_fuzzer/ |
H A D | clienttranspending_fuzzer.cpp | 42 CreatePendingPacket(id, seq); in ClientTransPendingTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_pending.c | 73 int32_t CreatePendingPacket(uint32_t id, uint64_t seq) in CreatePendingPacket() function
|
H A D | client_trans_proxy_file_manager.c | 400 int32_t ret = CreatePendingPacket(info->sessionId, 0); in SendOneFrameFront() 421 int32_t ret = CreatePendingPacket((uint32_t)info->sessionId, (uint64_t)info->seq); in SendOneFrameMiddle() 537 int32_t ret = CreatePendingPacket((uint32_t)info->sessionId, seq); in SendFileCrcCheckSum()
|