Searched refs:ConnBrOnAckResponse (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_mock.cpp | 92 int32_t ConnBrOnAckResponse(ConnBrConnection *connection, const cJSON *json)
in ConnBrOnAckResponse() function 94 return GetConnectionBrInterface()->ConnBrOnAckResponse(connection, json);
in ConnBrOnAckResponse()
|
H A D | br_mock.h | 48 virtual int32_t ConnBrOnAckResponse(ConnBrConnection *connection, const cJSON *json) = 0;
78 MOCK_METHOD2(ConnBrOnAckResponse, int32_t(ConnBrConnection *, const cJSON *));
|
H A D | connection_br_test.cpp | 705 ret = ConnBrOnAckResponse(&connection, NULL); in HWTEST_F() 712 ret = ConnBrOnAckResponse(&connection, NULL); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/br/include/ |
H A D | softbus_conn_br_pending_packet.h | 36 int32_t ConnBrOnAckResponse(ConnBrConnection *connection, const cJSON *json);
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_pending_packet.c | 232 int32_t ConnBrOnAckResponse(ConnBrConnection *connection, const cJSON *json) in ConnBrOnAckResponse() function
|
H A D | softbus_conn_br_manager.c | 873 status = ConnBrOnAckResponse(connection, json); in ReceivedControlData()
|
Completed in 6 milliseconds