Home
last modified time | relevance | path

Searched refs:ConnBrDelBrPendingPacket (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_mock.cpp127 void ConnBrDelBrPendingPacket(uint32_t id, int64_t seq) in ConnBrDelBrPendingPacket() function
129 return GetConnectionBrInterface()->ConnBrDelBrPendingPacket(id, seq); in ConnBrDelBrPendingPacket()
H A Dbr_mock.h56 virtual void ConnBrDelBrPendingPacket(uint32_t id, int64_t seq) = 0;
85 MOCK_METHOD2(ConnBrDelBrPendingPacket, void(uint32_t, int64_t));
H A Dconnection_br_test.cpp646 ConnBrDelBrPendingPacket(id, seq);
658 ConnBrDelBrPendingPacket(id, seq);
710 ConnBrDelBrPendingPacket(id, seq);
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_pending_packet.h30 void ConnBrDelBrPendingPacket(uint32_t id, int64_t seq);
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_pending_packet.c88 void ConnBrDelBrPendingPacket(uint32_t id, int64_t seq) in ConnBrDelBrPendingPacket() function
H A Dsoftbus_conn_br_trans.c386 ConnBrDelBrPendingPacket(connection->connectionId, connection->sequence); in SendAckUnsafe()