Searched refs:smsInterfaceManager (Results 1 – 4 of 4) sorted by relevance
/base/telephony/sms_mms/test/fuzztest/textbasedsmsdelivery_fuzzer/ |
D | textbasedsmsdelivery_fuzzer.cpp | 36 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local 37 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI() 41 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI() 57 … smsInterfaceManager->TextBasedSmsDelivery(desAddr, scAddr, text, sendCallback, deliveryCallback); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/sms_mms/test/fuzztest/databasedsmsdelivery_fuzzer/ |
D | databasedsmsdelivery_fuzzer.cpp | 36 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local 37 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI() 41 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI() 57 …smsInterfaceManager->DataBasedSmsDelivery(desAddr, scAddr, port, data, size, sendCallback, deliver… in DoSomethingInterestingWithMyAPI()
|
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/ |
D | smsrecvitem_fuzzer.cpp | 63 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/ |
D | smseventissue_fuzzer.cpp | 88 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local 89 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI() 93 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()
|