Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_PACKAGE_ADDED (Results 1 - 25 of 34) sorted by relevance

12

/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dapp_data_clear_listener.cpp47 } else if (action == CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) { in OnReceiveEvent()
60 skill.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in CreateAppDataClearSubscriber()
/foundation/resourceschedule/work_scheduler/services/test/src/policy/
H A Dapp_data_clear_listener_test.cpp78 want.SetAction(CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in HWTEST_F()
81 EXPECT_EQ(event4.GetWant().GetAction(), CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in HWTEST_F()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_monitor.h45 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED || in OnReceiveEvent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp47 { CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED, &InstallEventSubscriber::OnInstall }, in InstallEventSubscriber()
147 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in Init()
/foundation/ability/form_fwk/services/src/
H A Dform_bundle_event_callback.cpp67 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED || in OnReceiveEvent()
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dsr_common_event_subscriber.cpp62 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED || in OnReceiveEvent()
H A Dservice_router_mgr_service.cpp141 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in SubscribeCommonEvent()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_monitor.cpp66 if ((action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) && (callback_ != nullptr)) { in OnReceiveEvent()
H A Dlauncher_service.cpp49 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in Init()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksystemeventobserver_fuzzer/
H A Dbgtasksystemeventobserver_fuzzer.cpp34 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in DoSomethingInterestingWithMyAPI()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dcommon_event_listener.cpp45 {EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED, PACKAGE_ADDED},
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_bundle_event_callback.cpp66 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) { in OnReceiveEvent()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_common_event.cpp39 handleEventFunc_[EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED] = in AccessibilityCommonEvent()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Dbundle_monitor.cpp152 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in BundleMonitorExport()
H A Dbundle_monitor_callback.cpp174 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) { in OnReceiveEvent()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_support.cpp37 const std::string CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED = "usual.event.PACKAGE_ADDED"; member in OHOS::EventFwk::CommonEventSupport
237 commonEventSupport_.emplace_back(CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in Init()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/
H A Devent_controller.cpp167 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in OnAddSystemAbility()
329 if (action == CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) { in HandlePkgCommonEvent()
/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp145 if (action.compare(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) == 0 || in OnReceiveEvent()
290 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in SubscribePackageChangedEvent()
H A Dnfc_polling_manager.cpp138 if ((action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) || in HandlePackageUpdated()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_common_event_test.cpp216 want1.SetAction(CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in HWTEST_F()
/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp194 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in HWTEST_F()
266 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in HWTEST_F()
286 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in HWTEST_F()
/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp280 action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) { in OnAppAddOrChangeOrRemove()
310 if ((action != EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) && in AppEventCheckValid()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A Devent_controller_test.cpp103 * @tc.desc: test dispatching ResType::RES_TYPE_APP_INSTALL_UNINSTALL when recieve COMMON_EVENT_PACKAGE_ADDED.
111 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedcommonevent_fuzzer/
H A Dresschedcommonevent_fuzzer.cpp269 EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED, want, payload); in ResSchedPkgOtherCommonEventFuzzTest()
/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_polling_manager_test.cpp192 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED); in HWTEST_F()

Completed in 16 milliseconds

12