Home
last modified time | relevance | path

Searched refs:ConnBrSetBrPendingPacket (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_pending_packet.h33 int32_t ConnBrSetBrPendingPacket(uint32_t id, int64_t seq, void *data);
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_pending_packet.c159 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 Dconnection_br_test.cpp652 ret = ConnBrSetBrPendingPacket(id, seq, data);
659 ret = ConnBrSetBrPendingPacket(id, seq, data);
711 ret = ConnBrSetBrPendingPacket(id, seq, data);