Lines Matching defs:text
524 const std::string text = "123";
525 cdmaSmsSender->TextBasedSmsDelivery(desAddr, scAddr, text, sendCallback, deliveryCallback, dataBaseId, true);
526 cdmaSmsSender->TextBasedSmsDelivery(desAddr, scAddr, text, sendCallback, deliveryCallback, dataBaseId, false);
530 std::string desAddr, std::string scAddr, std::string text, bool force7Bit, bool statusReport) const
535 message.SplitMessage(splits, text, force7Bit, codingType, false, "");
542 message.CreateSubmitTransMsg(desAddr, scAddr, text, statusReport, codingType);
587 std::cout << "Please enter the text: " << std::endl;
588 std::string text;
589 std::cin >> text;
599 EncodeSubmitMsg(desAddr, scAddr, text, force7Bit, statusReport);
632 std::cout << "Please enter the text: " << std::endl;
633 std::string text;
634 std::cin >> text;
650 msg.data.p2p.telesvcMsg.data.report.userData.userData.length = text.length();
652 msg.data.p2p.telesvcMsg.data.report.userData.userData.length, text.c_str(),