Searched refs:respInfo (Results 1 – 3 of 3) sorted by relevance
130 std::shared_ptr<RadioResponseInfo> respInfo = std::make_shared<RadioResponseInfo>(); in ErrorResponse() local138 respInfo->serial = responseInfo.serial; in ErrorResponse()139 respInfo->error = responseInfo.error; in ErrorResponse()140 respInfo->flag = telRilRequest->pointer_->GetParam(); in ErrorResponse()142 TelEventHandler::SendTelEvent(handler, eventId, respInfo); in ErrorResponse()
85 std::shared_ptr<RadioResponseInfo> respInfo = std::make_shared<RadioResponseInfo>(); in ErrorIccIoResponse() local92 respInfo->serial = responseInfo.serial; in ErrorIccIoResponse()93 respInfo->error = responseInfo.error; in ErrorIccIoResponse()94 respInfo->flag = telRilRequest->pointer_->GetParam(); in ErrorIccIoResponse()106 object->fileData.exception = static_cast<std::shared_ptr<void>>(respInfo); in ErrorIccIoResponse()
681 CoapResponseInfo respInfo = {0}; in BuildCoapPktEx() local682 respInfo.pkt = &respPkt; in BuildCoapPktEx()683 respInfo.param = &outParam; in BuildCoapPktEx()684 respInfo.payload = (uint8_t *)pktPayload; in BuildCoapPktEx()685 respInfo.payloadLen = strlen(pktPayload) + 1; in BuildCoapPktEx()687 if (CoapSoftBusBuildMessage(&respInfo, sndPktBuff) != DISCOVERY_ERR_SUCCESS) { in BuildCoapPktEx()