Searched refs:smsSubscriberInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_wap_push_handler.cpp | 360 CommonEventSubscribeInfo smsSubscriberInfo(smsSkills); in SendWapPushMessageBroadcast() local 361 smsSubscriberInfo.SetThreadMode(EventFwk::CommonEventSubscribeInfo::COMMON); in SendWapPushMessageBroadcast() 364 …smsSubscriberInfo, handler, indexer->GetMsgRefId(), indexer->GetDataBaseId(), indexer->GetOriginat… in SendWapPushMessageBroadcast()
|
H A D | sms_receive_reliability_handler.cpp | 349 CommonEventSubscribeInfo smsSubscriberInfo(smsSkills); in SendBroadcast() local 350 smsSubscriberInfo.SetThreadMode(EventFwk::CommonEventSubscribeInfo::COMMON); in SendBroadcast() 354 … smsSubscriberInfo, shared_from_this(), indexer->GetMsgRefId(), indexer->GetDataBaseId(), addr); in SendBroadcast()
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/ |
H A D | smsrecvitem_fuzzer.cpp | 139 CommonEventSubscribeInfo smsSubscriberInfo(smsSkills); in DoSomethingInterestingWithMyAPI() local 141 …auto smsReceiver = std::make_shared<SmsBroadcastSubscriberReceiver>(smsSubscriberInfo, nullptr, si… in DoSomethingInterestingWithMyAPI()
|