Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_PACKAGE_REMOVED (Results 1 - 25 of 55) sorted by relevance

123

/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_listener_test.cpp83 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in HWTEST_F()
115 instance_->RegisterStatsCallback(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED, nullptr); in HWTEST_F()
117 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dapp_data_clear_listener.cpp43 } else if (action == CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
58 skill.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in CreateAppDataClearSubscriber()
/foundation/resourceschedule/work_scheduler/services/test/src/policy/
H A Dapp_data_clear_listener_test.cpp68 want.SetAction(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in HWTEST_F()
71 EXPECT_EQ(event2.GetWant().GetAction(), CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in HWTEST_F()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_inner_define.h33 const std::string COMMON_EVENT_PACKAGE_REMOVED = EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED; member
/foundation/communication/netmanager_base/services/netpolicymanager/src/
H A Dnet_policy_listener.cpp40 if (wantAction == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_monitor.h48 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_subscriber.cpp30 EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED,
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_listener.cpp39 callbackMap_[CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED] = onUidRemove; in NetStatsListener()
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_core.cpp102 matchingSkills.AddEvent(COMMON_EVENT_PACKAGE_REMOVED); in SubscribeCommonEvent()
151 if (action == COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp44 callbacks_ = { { CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED, &InstallEventSubscriber::OnUninstall }, in InstallEventSubscriber()
144 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in Init()
/foundation/ability/form_fwk/services/src/
H A Dform_bundle_event_callback.cpp81 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dsystem_event_observer.cpp98 } else if (action == OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
99 INTELL_VOICE_LOG_INFO("COMMON_EVENT_PACKAGE_REMOVED"); in OnReceiveEvent()
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dsr_common_event_subscriber.cpp72 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
H A Dservice_router_mgr_service.cpp143 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in SubscribeCommonEvent()
/foundation/arkui/ace_engine/adapter/ohos/capability/package/
H A Dpackage_event_proxy_ohos.cpp53 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in PackageEventProxyOhos()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_monitor.cpp70 } else if ((action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) && (callback_ != nullptr)) { in OnReceiveEvent()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_jump_interceptor_event_subscriber.cpp53 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksystemeventobserver_fuzzer/
H A Dbgtasksystemeventobserver_fuzzer.cpp62 want2.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp58 { NotifyType::UNINSTALL_BUNDLE, EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED }, in Init()
59 { NotifyType::UNINSTALL_MODULE, EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED }, in Init()
83 if (dataMgr != nullptr && !(want.GetAction() == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED && in NotifyBundleStatus()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dcommon_event_listener.cpp47 {EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED, PACKAGE_REMOVED},
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_bundle_event_callback.cpp57 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dsystem_event_observer.cpp109 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEventEfficiencyRes()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_common_event.cpp41 handleEventFunc_[EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED] = in AccessibilityCommonEvent()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Dbundle_monitor.cpp154 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in BundleMonitorExport()
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_package_common_event.cpp144 receiveEvent != EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()

Completed in 9 milliseconds

123