Home
last modified time | relevance | path

Searched refs:strWapAppId (Results 1 - 2 of 2) sorted by relevance

/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_handler.h36 bool DecodeXWapApplicationField(SmsWapPushBuffer &decodeBuffer, std::string &strWapAppId);
38 bool DecodeXWapApplicationValue(SmsWapPushBuffer &decodeBuffer, std::string &strWapAppId);
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp241 * @param strWapAppId [out]
245 bool SmsWapPushHandler::DecodeXWapApplicationField(SmsWapPushBuffer &decodeBuffer, std::string &strWapAppId) in DecodeXWapApplicationField() argument
254 return DecodeXWapApplicationValue(decodeBuffer, strWapAppId); in DecodeXWapApplicationField()
269 bool SmsWapPushHandler::DecodeXWapApplicationValue(SmsWapPushBuffer &decodeBuffer, std::string &strWapAppId) in DecodeXWapApplicationValue() argument
276 if (!decodeBuffer.DecodeText(strWapAppId, len)) { in DecodeXWapApplicationValue()

Completed in 2 milliseconds