Home
last modified time | relevance | path

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

/base/telephony/sms_mms/test/fuzztest/textbasedsmsdelivery_fuzzer/
Dtextbasedsmsdelivery_fuzzer.cpp42 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local
43 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI()
47 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()
63smsInterfaceManager->TextBasedSmsDelivery(desAddr, scAddr, text, sendCallback, deliveryCallback); in DoSomethingInterestingWithMyAPI()
/base/telephony/sms_mms/test/fuzztest/databasedsmsdelivery_fuzzer/
Ddatabasedsmsdelivery_fuzzer.cpp42 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local
43 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI()
47 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()
63smsInterfaceManager->DataBasedSmsDelivery(desAddr, scAddr, port, data, size, sendCallback, deliver… in DoSomethingInterestingWithMyAPI()
/base/telephony/sms_mms/test/fuzztest/smseventissue_fuzzer/
Dsmseventissue_fuzzer.cpp91 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local
92 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI()
96 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/
Dsmsrecvitem_fuzzer.cpp110 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local
111 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI()
115 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()