TA_RAP_STATUS__SUCCESS
enum ta_rap_status status = TA_RAP_STATUS__SUCCESS;
if (ret || status != TA_RAP_STATUS__SUCCESS) {
if (!ret && status == TA_RAP_STATUS__SUCCESS) {