Home
last modified time | relevance | path

Searched refs:ConnBrOnReferenceResponse (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_connection.h91 int32_t ConnBrOnReferenceResponse(ConnBrConnection *connection, const cJSON *json);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp286 ret = ConnBrOnReferenceResponse(&connection, json);
291 ret = ConnBrOnReferenceResponse(&connection, json);
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c626 int32_t ConnBrOnReferenceResponse(ConnBrConnection *connection, const cJSON *json) in ConnBrOnReferenceResponse() function
H A Dsoftbus_conn_br_manager.c867 status = ConnBrOnReferenceResponse(connection, json); in ReceivedControlData()