Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_interface_stub.h67 void OnGetBase64Encode(MessageParcel &data, MessageParcel &reply, MessageOption &option);
/ohos5.0/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
H A Dgetsmssegmentsinfo_fuzzer.cpp226 DelayedSingleton<SmsService>::GetInstance()->OnGetBase64Encode(dataParcel, replyParcel, option); in GetBase64Encode()
314 DelayedSingleton<SmsService>::GetInstance()->OnGetBase64Encode(dataParcel, replyParcel, option); in HighRiskInterface()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_part_test.cpp82 DelayedSingleton<SmsService>::GetInstance()->OnGetBase64Encode(dataParcel, replyParcel, option);
197 …DelayedSingleton<SmsService>::GetInstance()->OnGetBase64Encode(splitMsgParcel, replyParcel, option…
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_interface_stub.cpp76 MessageParcel &reply, MessageOption &option) { OnGetBase64Encode(data, reply, option); }; in SmsInterfaceStub()
468 void SmsInterfaceStub::OnGetBase64Encode(MessageParcel &data, MessageParcel &reply, MessageOption &… in OnGetBase64Encode() function in OHOS::Telephony::SmsInterfaceStub