Searched refs:cmdResponse (Results 1 – 1 of 1) sorted by relevance
287 char *cmdResponse = (char *)strInfo; in OnNotifyStkOps() local288 int32_t ret = ParseStkResponseStr(s, &cmdResponse); in OnNotifyStkOps()292 if (cmdResponse == NULL) { in OnNotifyStkOps()296 TELEPHONY_LOGD("OnNotifyStkOps, cmdResponse: %{public}s", cmdResponse); in OnNotifyStkOps()297 OnSimReport(GetSlotId(NULL), reportInfo, (const uint8_t *)cmdResponse, sizeof(char)); in OnNotifyStkOps()