Searched refs:ConnBrSetBrPendingPacket (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/ |
H A D | softbus_conn_br_pending_packet.h | 33 int32_t ConnBrSetBrPendingPacket(uint32_t id, int64_t seq, void *data);
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_pending_packet.c | 159 int32_t ConnBrSetBrPendingPacket(uint32_t id, int64_t seq, void *data) in ConnBrSetBrPendingPacket() function 243 int32_t status = ConnBrSetBrPendingPacket(connection->connectionId, (int64_t)seq, NULL); in ConnBrOnAckResponse()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | connection_br_test.cpp | 652 ret = ConnBrSetBrPendingPacket(id, seq, data); 659 ret = ConnBrSetBrPendingPacket(id, seq, data); 711 ret = ConnBrSetBrPendingPacket(id, seq, data);
|