Home
last modified time | relevance | path

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

/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp545 auto smsWapPushContentType = std::make_shared<SmsWapPushContentType>(); in HWTEST_F() local
551 EXPECT_FALSE(smsWapPushContentType->DecodeCTGeneralForm(decodeBuffer, contentLength)); in HWTEST_F()
552 EXPECT_TRUE(smsWapPushContentType->DecodeContentType(decodeBuffer, contentLength)); in HWTEST_F()
555 EXPECT_TRUE(smsWapPushContentType->DecodeContentType(decodeBuffer, contentLength)); in HWTEST_F()
558 EXPECT_FALSE(smsWapPushContentType->DecodeContentType(decodeBuffer, contentLength)); in HWTEST_F()
559 EXPECT_FALSE(smsWapPushContentType->DecodeCTGeneralForm(decodeBuffer, contentLength)); in HWTEST_F()
562 EXPECT_FALSE(smsWapPushContentType->DecodeParameter(decodeBuffer, 1)); in HWTEST_F()
563 EXPECT_FALSE(smsWapPushContentType->DecodeCTGeneralForm(decodeBuffer, contentLength)); in HWTEST_F()
566 EXPECT_FALSE(smsWapPushContentType->DecodeCTGeneralForm(decodeBuffer, contentLength)); in HWTEST_F()
576 auto smsWapPushContentType in HWTEST_F() local
616 auto smsWapPushContentType = std::make_shared<SmsWapPushContentType>(); HWTEST_F() local
[all...]

Completed in 2 milliseconds