/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_subscriber.cpp | 31 EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED 56 if (action.compare(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED) == 0) { in OnReceiveEvent()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | system_event_observer.cpp | 45 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in SystemEventObserver() 151 if (action.compare(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED) == 0) { in OnReceiveEventInner()
|
H A D | reminder_event_manager.cpp | 59 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in init() 184 if (action == CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED) { in OnReceiveEvent()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | application_util.h | 36 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in AppFwkBootEventCallback()
|
/ohos5.0/docs/zh-cn/contribute/template/ |
H A D | common-event-template.md | 45 ### COMMON_EVENT_BOOT_COMPLETED<sup>9+</sup>
|
/ohos5.0/docs/en/contribute/template/ |
H A D | common-event-template.md | 45 ### COMMON_EVENT_BOOT_COMPLETED<sup>9+</sup>
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/ |
H A D | event_controller.cpp | 184 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in OnAddSystemAbility() 304 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED) { in handleOtherEvent()
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | im_common_event_manager.cpp | 71 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in SubscribeEvent() 236 EventManagerFunc_[CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED] = in EventSubscriber()
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_permission_manager.cpp | 43 {CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED,
|
H A D | static_subscriber_manager.cpp | 224 data.GetWant().GetAction() == CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED || in PublishCommonEvent()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/common_event/ |
H A D | commonEventManager-definitions-sys.md | 17 ### COMMON_EVENT_BOOT_COMPLETED subsection
|
H A D | commonEvent-definitions.md | 8 * COMMON_EVENT_BOOT_COMPLETED
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | mem_mgr_event_center.cpp | 209 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in RegisterCommonEventObserver()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/ |
H A D | event_controller_test.cpp | 262 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED);
|
/ohos5.0/foundation/arkui/ui_appearance/services/src/ |
H A D | ui_appearance_ability.cpp | 76 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED) { in OnReceiveEvent() 307 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in SubscribeCommonEvent()
|
/ohos5.0/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_support.cpp | 27 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()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | reminder_data_manager_test.cpp | 498 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in HWTEST_F() 525 want.SetAction(CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in HWTEST_F()
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_common_event_support.cpp | 21 const std::string CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED = "usual.event.BOOT_COMPLETED"; member in OHOS::EventFwk::CommonEventSupport
|
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/ |
H A D | common_event_support.h | 32 static const std::string COMMON_EVENT_BOOT_COMPLETED;
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/support/src/ |
H A D | support.cpp | 35 …env, obj, EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED, "COMMON_EVENT_BOOT_COMPLETED"… in SupportInit()
|
/ohos5.0/base/notification/common_event_service/ |
H A D | README_zh.md | 430 | COMMON_EVENT_BOOT_COMPLETED | usual.event.BOOT_COMPLETED …
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/common_event/ |
H A D | commonEventManager-definitions-sys.md | 17 ### COMMON_EVENT_BOOT_COMPLETED subsection
|
H A D | commonEvent-definitions.md | 8 * COMMON_EVENT_BOOT_COMPLETED
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/ |
H A D | static_subscriber_manager_unit_test.cpp | 2308 std::string testNormalEventName = CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED; 2354 std::string testNormalEventName = CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.0-LTS/ |
H A D | js-apidiff-v3.0-lts.md | 409 |事件通知-commonEvent|COMMON_EVENT_BOOT_COMPLETED = usual.event.BOOT_COMPLETED,|新增| -|
|