Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_interface_stub.h69 void OnGetEncodeStringFunc(MessageParcel &data, MessageParcel &reply, MessageOption &option);
/ohos5.0/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
H A Dgetsmssegmentsinfo_fuzzer.cpp264 …DelayedSingleton<SmsService>::GetInstance()->OnGetEncodeStringFunc(dataParcel, replyParcel, option… in GetEncodeStringFunc()
316 …DelayedSingleton<SmsService>::GetInstance()->OnGetEncodeStringFunc(dataParcel, replyParcel, option… in HighRiskInterface()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_interface_stub.cpp80 … MessageParcel &reply, MessageOption &option) { OnGetEncodeStringFunc(data, reply, option); }; in SmsInterfaceStub()
495 void SmsInterfaceStub::OnGetEncodeStringFunc(MessageParcel &data, MessageParcel &reply, MessageOpti… in OnGetEncodeStringFunc() function in OHOS::Telephony::SmsInterfaceStub
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_part_test.cpp84 …DelayedSingleton<SmsService>::GetInstance()->OnGetEncodeStringFunc(dataParcel, replyParcel, option…