Searched refs:smsInterfaceManager (Results 1 - 5 of 5) sorted by relevance
/base/telephony/sms_mms/test/fuzztest/textbasedsmsdelivery_fuzzer/ |
H A D | textbasedsmsdelivery_fuzzer.cpp | 44 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local 45 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI() 49 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI() 65 smsInterfaceManager->TextBasedSmsDelivery(desAddr, scAddr, text, sendCallback, deliveryCallback, dataBaseId); in DoSomethingInterestingWithMyAPI() 84 smsInterfaceManager = nullptr; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/sms_mms/test/fuzztest/databasedsmsdelivery_fuzzer/ |
H A D | databasedsmsdelivery_fuzzer.cpp | 44 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local 45 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI() 49 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI() 65 smsInterfaceManager->DataBasedSmsDelivery(desAddr, scAddr, port, data, size, sendCallback, deliveryCallback); in DoSomethingInterestingWithMyAPI() 83 smsInterfaceManager = nullptr; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/ |
H A D | smsrecvitem_fuzzer.cpp | 112 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local 113 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI() 117 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/sms_mms/test/fuzztest/smseventissue_fuzzer/ |
H A D | smseventissue_fuzzer.cpp | 122 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(slotId); in DoSomethingInterestingWithMyAPI() local 123 if (smsInterfaceManager == nullptr) { in DoSomethingInterestingWithMyAPI() 127 smsInterfaceManager->InitInterfaceManager(); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 663 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(INVALID_SLOTID); in HWTEST_F() local 664 EXPECT_EQ(smsInterfaceManager->OnRilAdapterHostDied(), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F() 668 smsInterfaceManager->InitInterfaceManager(); in HWTEST_F() 669 EXPECT_EQ(smsInterfaceManager->OnRilAdapterHostDied(), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 2413 auto smsInterfaceManager = std::make_shared<SmsInterfaceManager>(INVALID_SLOTID); in HWTEST_F() local 2414 smsInterfaceManager->DelSimMessage(0); in HWTEST_F() 2429 EXPECT_TRUE(smsInterfaceManager != nullptr); in HWTEST_F()
|
Completed in 6 milliseconds