Home
last modified time | relevance | path

Searched refs:DecodeXWapApplicationValue (Results 1 - 3 of 3) sorted by relevance

/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_handler.h38 bool DecodeXWapApplicationValue(SmsWapPushBuffer &decodeBuffer, std::string &strWapAppId);
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp254 return DecodeXWapApplicationValue(decodeBuffer, strWapAppId); in DecodeXWapApplicationField()
269 bool SmsWapPushHandler::DecodeXWapApplicationValue(SmsWapPushBuffer &decodeBuffer, std::string &strWapAppId) in DecodeXWapApplicationValue() function in OHOS::Telephony::SmsWapPushHandler
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp515 EXPECT_TRUE(smsWapPushHandler->DecodeXWapApplicationValue(decodeBuffer, appId)); in HWTEST_F()
519 EXPECT_FALSE(smsWapPushHandler->DecodeXWapApplicationValue(decodeBuffer, appId)); in HWTEST_F()

Completed in 4 milliseconds