Searched refs:tempPdu (Results 1 – 1 of 1) sorted by relevance
418 uint8_t tempPdu[TAPI_TEXT_SIZE_MAX + 1] = { 0 }; in PduAnalysis() local419 if (sizeof(tempPdu) + smscLen < pdu.length()) { in PduAnalysis()423 … if (memcpy_s(tempPdu, sizeof(tempPdu), (pdu.c_str() + smscLen), pdu.length() - smscLen) != EOK) { in PduAnalysis()429 if (!tpduCodec->DecodeSmsPdu(tempPdu, pdu.length() - smscLen, smsTpdu_.get())) { in PduAnalysis()