Home
last modified time | relevance | path

Searched refs:ConnBrOnAckResponse (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_mock.cpp92 int32_t ConnBrOnAckResponse(ConnBrConnection *connection, const cJSON *json) in ConnBrOnAckResponse() function
94 return GetConnectionBrInterface()->ConnBrOnAckResponse(connection, json); in ConnBrOnAckResponse()
H A Dbr_mock.h48 virtual int32_t ConnBrOnAckResponse(ConnBrConnection *connection, const cJSON *json) = 0;
78 MOCK_METHOD2(ConnBrOnAckResponse, int32_t(ConnBrConnection *, const cJSON *));
H A Dconnection_br_test.cpp705 ret = ConnBrOnAckResponse(&connection, NULL); in HWTEST_F()
712 ret = ConnBrOnAckResponse(&connection, NULL); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_pending_packet.h36 int32_t ConnBrOnAckResponse(ConnBrConnection *connection, const cJSON *json);
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_pending_packet.c232 int32_t ConnBrOnAckResponse(ConnBrConnection *connection, const cJSON *json) in ConnBrOnAckResponse() function
H A Dsoftbus_conn_br_manager.c873 status = ConnBrOnAckResponse(connection, json); in ReceivedControlData()

Completed in 6 milliseconds