Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_interface_stub.h68 void OnGetBase64Decode(MessageParcel &data, MessageParcel &reply, MessageOption &option);
/ohos5.0/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
H A Dgetsmssegmentsinfo_fuzzer.cpp243 DelayedSingleton<SmsService>::GetInstance()->OnGetBase64Decode(dataParcel, replyParcel, option); in GetBase64Decode()
315 DelayedSingleton<SmsService>::GetInstance()->OnGetBase64Decode(dataParcel, replyParcel, option); in HighRiskInterface()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_part_test.cpp83 DelayedSingleton<SmsService>::GetInstance()->OnGetBase64Decode(dataParcel, replyParcel, option);
198 …DelayedSingleton<SmsService>::GetInstance()->OnGetBase64Decode(splitMsgParcel, replyParcel, option…
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_interface_stub.cpp78 MessageParcel &reply, MessageOption &option) { OnGetBase64Decode(data, reply, option); }; in SmsInterfaceStub()
482 void SmsInterfaceStub::OnGetBase64Decode(MessageParcel &data, MessageParcel &reply, MessageOption &… in OnGetBase64Decode() function in OHOS::Telephony::SmsInterfaceStub