Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_BUNDLE_SCAN_FINISHED (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_common_event.h25 constexpr const char* COMMON_EVENT_BUNDLE_SCAN_FINISHED = "usual.event.BUNDLE_SCAN_FINISHED"; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_sys_event_receiver.cpp118 action != EventFwk::CommonEventSupport::COMMON_EVENT_BUNDLE_SCAN_FINISHED && in OnReceiveEvent()
138 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_BUNDLE_SCAN_FINISHED) { in OnReceiveEvent()
H A Dform_mgr_service.cpp765 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_BUNDLE_SCAN_FINISHED); in SubscribeSysEventReceiver()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Dsys_event_subscriber.cpp26 callbacks_ = { { EventFwk::CommonEventSupport::COMMON_EVENT_BUNDLE_SCAN_FINISHED, in SysEventSubscriber()
H A Ddata_share_service_impl.cpp1137 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_BUNDLE_SCAN_FINISHED); in InitSubEvent()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp68 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_BUNDLE_SCAN_FINISHED); in SubscribeEvent()
220 EventManagerFunc_[CommonEventSupport::COMMON_EVENT_BUNDLE_SCAN_FINISHED] = in EventSubscriber()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp518 want.SetAction(COMMON_EVENT_BUNDLE_SCAN_FINISHED); in NotifyBundleScanStatus()
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_support.cpp156 const std::string CommonEventSupport::COMMON_EVENT_BUNDLE_SCAN_FINISHED = "usual.event.BUNDLE_SCAN_… member in OHOS::EventFwk::CommonEventSupport
1624 commonEventSupport_.emplace_back(COMMON_EVENT_BUNDLE_SCAN_FINISHED); in Init()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_support.h142 static const std::string COMMON_EVENT_BUNDLE_SCAN_FINISHED; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp602 action != EventFwk::CommonEventSupport::COMMON_EVENT_BUNDLE_SCAN_FINISHED);
688 std::string action = EventFwk::CommonEventSupport::COMMON_EVENT_BUNDLE_SCAN_FINISHED;
/ohos5.0/base/notification/common_event_service/
H A DREADME_zh.md448 | COMMON_EVENT_BUNDLE_SCAN_FINISHED | usual.event.BUNDLE_SCAN_FINISHED …