Home
last modified time | relevance | path

Searched refs:EncodeMmsNotificationInd (Results 1 – 3 of 3) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_header.h85 bool EncodeMmsNotificationInd(MmsEncodeBuffer &buff);
/base/telephony/sms_mms/test/gtest/
Dzero_branch_mms_test.cpp250 EXPECT_FALSE(mmsHeader->EncodeMmsNotificationInd(buff));
252 EXPECT_FALSE(mmsHeader->EncodeMmsNotificationInd(buff));
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_header.cpp220 return EncodeMmsNotificationInd(encodeBuffer); in EncodeMmsHeader()
1347 bool MmsHeader::EncodeMmsNotificationInd(MmsEncodeBuffer &buff) in EncodeMmsNotificationInd() function in OHOS::Telephony::MmsHeader