Home
last modified time | relevance | path

Searched refs:GetMsgType (Results 1 – 4 of 4) sorted by relevance

/base/telephony/sms_mms/services/sms/include/
Dgsm_cb_codec.h253 bool GetMsgType(uint8_t &msgType) const;
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_cb_handler.cpp361 cbMessage->GetMsgType(sendData.msgType); in GetCbData()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_cb_test.cpp79 EXPECT_TRUE(cbCodec->GetMsgType(gs));
/base/telephony/sms_mms/services/sms/
Dgsm_cb_codec.cpp681 bool GsmCbCodec::GetMsgType(uint8_t &msgType) const in GetMsgType() function in OHOS::Telephony::GsmCbCodec