Searched refs:ConnBrOnReferenceResponse (Results 1 – 4 of 4) sorted by relevance
91 int32_t ConnBrOnReferenceResponse(ConnBrConnection *connection, const cJSON *json);
286 ret = ConnBrOnReferenceResponse(&connection, json);291 ret = ConnBrOnReferenceResponse(&connection, json);
626 int32_t ConnBrOnReferenceResponse(ConnBrConnection *connection, const cJSON *json) in ConnBrOnReferenceResponse() function
867 status = ConnBrOnReferenceResponse(connection, json); in ReceivedControlData()