Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_BOOT_COMPLETED (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_subscriber.cpp31 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 Dsystem_event_observer.cpp45 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 Dreminder_event_manager.cpp59 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 Dapplication_util.h36 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in AppFwkBootEventCallback()
/ohos5.0/docs/zh-cn/contribute/template/
H A Dcommon-event-template.md45 ### COMMON_EVENT_BOOT_COMPLETED<sup>9+</sup>
/ohos5.0/docs/en/contribute/template/
H A Dcommon-event-template.md45 ### COMMON_EVENT_BOOT_COMPLETED<sup>9+</sup>
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/
H A Devent_controller.cpp184 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 Dim_common_event_manager.cpp71 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 Dcommon_event_permission_manager.cpp43 {CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED,
H A Dstatic_subscriber_manager.cpp224 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 DcommonEventManager-definitions-sys.md17 ### COMMON_EVENT_BOOT_COMPLETED subsection
H A DcommonEvent-definitions.md8 * COMMON_EVENT_BOOT_COMPLETED
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dmem_mgr_event_center.cpp209 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED); in RegisterCommonEventObserver()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A Devent_controller_test.cpp262 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED);
/ohos5.0/foundation/arkui/ui_appearance/services/src/
H A Dui_appearance_ability.cpp76 } 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 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()
/ohos5.0/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()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_support.cpp21 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 Dcommon_event_support.h32 static const std::string COMMON_EVENT_BOOT_COMPLETED;
/ohos5.0/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()
/ohos5.0/base/notification/common_event_service/
H A DREADME_zh.md430 | COMMON_EVENT_BOOT_COMPLETED | usual.event.BOOT_COMPLETED …
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/common_event/
H A DcommonEventManager-definitions-sys.md17 ### COMMON_EVENT_BOOT_COMPLETED subsection
H A DcommonEvent-definitions.md8 * COMMON_EVENT_BOOT_COMPLETED
/ohos5.0/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
H A Dstatic_subscriber_manager_unit_test.cpp2308 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 Djs-apidiff-v3.0-lts.md409 |事件通知-commonEvent|COMMON_EVENT_BOOT_COMPLETED = usual.event.BOOT_COMPLETED,|新增| -|

12