• Home
  • Raw
  • Download

Lines Matching refs:msgId

55         transMsg->data.p2p.telesvcMsg.data.submit.msgId.headerInd = true;  in SetPduSeqInfo()
346 cout << s << " msgId : " << static_cast<int>(deliver.msgId.msgId) << endl; in PrintTeleserviceDeliver()
347 cout << s << " headerInd : " << static_cast<int>(deliver.msgId.headerInd) << endl; in PrintTeleserviceDeliver()
374 cout << s << " msgId : " << static_cast<int>(submit.msgId.msgId) << endl; in PrintTeleserviceSubmit()
375 cout << s << " headerInd : " << static_cast<int>(submit.msgId.headerInd) << endl; in PrintTeleserviceSubmit()
392 cout << s << " msgId : " << static_cast<int>(deliveryAck.msgId.msgId) << endl; in PrintTeleserviceDeliverAck()
393 cout << s << " headerInd : " << static_cast<int>(deliveryAck.msgId.headerInd) << endl; in PrintTeleserviceDeliverAck()
419 … cout << s << " msgId : " << static_cast<int>(telesvcMsg.data.cancel.msgId.msgId) << endl; in PrintTelesvc()
420 … cout << s << " headerInd : " << static_cast<int>(telesvcMsg.data.cancel.msgId.headerInd) << endl; in PrintTelesvc()
428 …out << s << " msgId : " << static_cast<int>(telesvcMsg.data.report.msgId.msgId) << endl; in PrintTelesvc()
429 …cout << s << " headerInd : " << static_cast<int>(telesvcMsg.data.report.msgId.headerInd) <<… in PrintTelesvc()
550 transMsg->data.p2p.telesvcMsg.data.submit.msgId.msgId = MSG_ID; in EncodeSubmitMsg()
618 msg.data.p2p.telesvcMsg.data.cancel.msgId.msgId = MSG_ID; in TestEncodeCancelMsg()
619 msg.data.p2p.telesvcMsg.data.cancel.msgId.headerInd = 0; in TestEncodeCancelMsg()
645 msg.data.p2p.telesvcMsg.data.report.msgId.msgId = MSG_ID; in TestEncodeDeliverReportMsg()
646 msg.data.p2p.telesvcMsg.data.report.msgId.headerInd = 0; in TestEncodeDeliverReportMsg()