Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/test/fuzztest/splitmessage_fuzzer/
H A Dsplitmessage_fuzzer.cpp92 …DelayedSingleton<SmsService>::GetInstance()->OnGetImsShortMessageFormat(dataParcel, replyParcel, o… in GetImsShortMessageFormat()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_interface_stub.h64 … void OnGetImsShortMessageFormat(MessageParcel &data, MessageParcel &reply, MessageOption &option);
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_interface_stub.cpp68 … MessageParcel &reply, MessageOption &option) { OnGetImsShortMessageFormat(data, reply, option); }; in SmsInterfaceStub()
435 void SmsInterfaceStub::OnGetImsShortMessageFormat(MessageParcel &data, MessageParcel &reply, Messag… in OnGetImsShortMessageFormat() function in OHOS::Telephony::SmsInterfaceStub
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_part_test.cpp218 …DelayedSingleton<SmsService>::GetInstance()->OnGetImsShortMessageFormat(formatParcel, replyParcel,…