Searched refs:GetConcatMsg (Results 1 – 5 of 5) sorted by relevance
86 virtual std::shared_ptr<SmsConcat> GetConcatMsg();
130 std::shared_ptr<SmsConcat> smsConcat = message->GetConcatMsg(); in HandleNormalSmsByType()
143 std::shared_ptr<SmsConcat> SmsBaseMessage::GetConcatMsg() in GetConcatMsg() function in OHOS::Telephony::SmsBaseMessage224 return (GetConcatMsg() == nullptr) ? false : true; in IsConcatMsg()
88 std::shared_ptr<SmsConcat> smsConcat = message->GetConcatMsg(); in HandleSmsOtherSvcid()
941 EXPECT_FALSE(smsBaseMessage->GetConcatMsg() == nullptr);943 EXPECT_FALSE(smsBaseMessage->GetConcatMsg() == nullptr);