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.cpp36 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local
37 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI()
41 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()
57smsInterfaceManager->TextBasedSmsDelivery(desAddr, scAddr, text, sendCallback, deliveryCallback); in DoSomethingInterestingWithMyAPI()
/base/telephony/sms_mms/test/fuzztest/databasedsmsdelivery_fuzzer/
Ddatabasedsmsdelivery_fuzzer.cpp36 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local
37 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI()
41 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()
57smsInterfaceManager->DataBasedSmsDelivery(desAddr, scAddr, port, data, size, sendCallback, deliver… in DoSomethingInterestingWithMyAPI()
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/
Dsmsrecvitem_fuzzer.cpp63 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local
64 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI()
68 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()
/base/telephony/sms_mms/test/fuzztest/smseventissue_fuzzer/
Dsmseventissue_fuzzer.cpp88 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local
89 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI()
93 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()