Home
last modified time | relevance | path

Searched refs:cmdResponse (Results 1 - 1 of 1) sorted by relevance

/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_report.c260 TELEPHONY_LOGE("ProcessStkNotify, s or cmdResponse param is null"); in ParseStkResponseStr()
269 TELEPHONY_LOGD("ParseStkResponseStr, cmdResponse: %{public}s", *cmdResponseInfo); in ParseStkResponseStr()
287 char *cmdResponse = (char *)strInfo; in OnNotifyStkOps() local
288 int32_t ret = ParseStkResponseStr(s, &cmdResponse); in OnNotifyStkOps()
292 if (cmdResponse == NULL) { in OnNotifyStkOps()
293 TELEPHONY_LOGE("cmdResponse is 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()

Completed in 5 milliseconds