Lines Matching refs:ToUtf8
160 if (!ValidDestinationAddress(StringUtils::ToUtf8(desAddr))) { in SendMessage()
165 …ret = interfaceManager->TextBasedSmsDelivery(StringUtils::ToUtf8(desAddr), StringUtils::ToUtf8(scA… in SendMessage()
166 StringUtils::ToUtf8(text), sendCallback, deliveryCallback); in SendMessage()
167 DelayedSingleton<SmsPersistHelper>::GetInstance()->UpdateContact(StringUtils::ToUtf8(desAddr)); in SendMessage()
277 if (!ValidDestinationAddress(StringUtils::ToUtf8(desAddr))) { in SendMessage()
283 …StringUtils::ToUtf8(desAddr), StringUtils::ToUtf8(scAddr), port, data, dataLen, sendCallback, deli… in SendMessage()
284 DelayedSingleton<SmsPersistHelper>::GetInstance()->UpdateContact(StringUtils::ToUtf8(desAddr)); in SendMessage()
358 string sca = StringUtils::ToUtf8(scAddr); in SetSmscAddr()
420 std::string smscData = StringUtils::ToUtf8(smsc); in AddSimMessage()
421 std::string pduData = StringUtils::ToUtf8(pdu); in AddSimMessage()
478 std::string pduData = StringUtils::ToUtf8(pdu); in UpdateSimMessage()
479 std::string smscData = StringUtils::ToUtf8(smsc); in UpdateSimMessage()
624 std::string messageData = StringUtils::ToUtf8(message); in SplitMessage()
647 std::string messageData = StringUtils::ToUtf8(message); in GetSmsSegmentsInfo()