Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_SMS_RECEIVE_COMPLETED (Results 1 – 12 of 12) sorted by relevance

/base/telephony/sms_mms/services/sms/
Dsms_state_observer.cpp38 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED); in StartEventSubscriber()
82 case COMMON_EVENT_SMS_RECEIVE_COMPLETED: in OnReceiveEvent()
112 … { CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED, COMMON_EVENT_SMS_RECEIVE_COMPLETED }, in InitEventMap()
Dsms_broadcast_subscriber_receiver.cpp37 if (action == CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED || in OnReceiveEvent()
Dsms_receive_reliability_handler.cpp333 want.SetAction(CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED); in SendBroadcast()
354 smsSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED); in SendBroadcast()
/base/telephony/sms_mms/test/gtest/
Dsms_broadcast_subscriber_gtest.cpp42 } else if (action == CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED) { in OnReceiveEvent()
Dsms_gtest.cpp1160 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED);
1199 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED);
/base/telephony/sms_mms/services/sms/include/
Dsms_state_observer.h32 COMMON_EVENT_SMS_RECEIVE_COMPLETED, enumerator
/base/notification/common_event_service/services/src/
Dcommon_event_permission_manager.cpp224 {CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED,
236 CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED
/base/telephony/sms_mms/test/unittest/
Dsms_broadcast_subscriber.cpp35 if (action == CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED) { in OnReceiveEvent()
Dsms_mms_test.cpp60 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED); in TestRecev()
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_support.h1023 static const std::string COMMON_EVENT_SMS_RECEIVE_COMPLETED; variable
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_support.cpp1132 const std::string CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED = "usual.event.SMS_RECEIVE… member in OHOS::EventFwk::CommonEventSupport
1493 commonEventSupport_.emplace_back(CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED); in Init()
/base/notification/common_event_service/interfaces/kits/napi/support/src/
Dsupport.cpp462 EventFwk::CommonEventSupport::COMMON_EVENT_SMS_RECEIVE_COMPLETED, in SupportInit()