Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_BOOT_COMPLETED (Results 1 - 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dsystem_event_observer.cpp45 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in SystemEventObserver()
138 if (action.compare(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED) == 0) { in OnReceiveEventInner()
H A Dreminder_event_manager.cpp59 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in init()
184 if (action == CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED) { in OnReceiveEvent()
/base/notification/common_event_service/services/src/
H A Dcommon_event_permission_manager.cpp43 {CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED, member in OHOS::EventFwk::CommonEventSupport
H A Dstatic_subscriber_manager.cpp224 data.GetWant().GetAction() == CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED || in PublishCommonEvent()
/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp70 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in SubscribeEvent()
230 EventManagerFunc_[CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED] = in EventSubscriber()
/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_support.cpp27 const std::string CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED = "usual.event.BOOT_COMPLETED"; member in OHOS::EventFwk::CommonEventSupport
1514 commonEventSupport_.emplace_back(COMMON_EVENT_BOOT_COMPLETED); in Init()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp498 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in HWTEST_F()
525 want.SetAction(CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in HWTEST_F()
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_support.h32 static const std::string COMMON_EVENT_BOOT_COMPLETED; member in OHOS::EventFwk::CommonEventSupport
/base/notification/common_event_service/interfaces/kits/napi/support/src/
H A Dsupport.cpp35 env, obj, EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED, "COMMON_EVENT_BOOT_COMPLETED"); in SupportInit()
/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
H A Dstatic_subscriber_manager_unit_test.cpp2295 * in when publish a COMMON_EVENT_BOOT_COMPLETED and InitValidSubscriber success.
2308 std::string testNormalEventName = CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED; in HWTEST_F()
2341 * in when publish a COMMON_EVENT_BOOT_COMPLETED and InitValidSubscriber failed.
2354 std::string testNormalEventName = CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED; in HWTEST_F()

Completed in 20 milliseconds