Home
last modified time | relevance | path

Searched refs:smsInterfaceManager (Results 1 - 5 of 5) sorted by relevance

/base/telephony/sms_mms/test/fuzztest/textbasedsmsdelivery_fuzzer/
H A Dtextbasedsmsdelivery_fuzzer.cpp44 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 Ddatabasedsmsdelivery_fuzzer.cpp44 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 Dsmsrecvitem_fuzzer.cpp112 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 Dsmseventissue_fuzzer.cpp122 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 Dzero_branch_sms_test.cpp663 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