/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_listener_test.cpp | 83 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 D | app_data_clear_listener.cpp | 43 } 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 D | app_data_clear_listener_test.cpp | 68 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 D | net_policy_inner_define.h | 33 const std::string COMMON_EVENT_PACKAGE_REMOVED = EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED; member
|
/foundation/communication/netmanager_base/services/netpolicymanager/src/ |
H A D | net_policy_listener.cpp | 40 if (wantAction == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_monitor.h | 48 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
|
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_subscriber.cpp | 30 EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED,
|
/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_listener.cpp | 39 callbackMap_[CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED] = onUidRemove; in NetStatsListener()
|
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_core.cpp | 102 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 D | installer_impl.cpp | 44 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 D | form_bundle_event_callback.cpp | 81 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/ |
H A D | system_event_observer.cpp | 98 } 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 D | sr_common_event_subscriber.cpp | 72 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
|
H A D | service_router_mgr_service.cpp | 143 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in SubscribeCommonEvent()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/package/ |
H A D | package_event_proxy_ohos.cpp | 53 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED);
in PackageEventProxyOhos()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_monitor.cpp | 70 } else if ((action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) && (callback_ != nullptr)) { in OnReceiveEvent()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_jump_interceptor_event_subscriber.cpp | 53 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
|
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksystemeventobserver_fuzzer/ |
H A D | bgtasksystemeventobserver_fuzzer.cpp | 62 want2.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_common_event_mgr.cpp | 58 { 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 D | common_event_listener.cpp | 47 {EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED, PACKAGE_REMOVED},
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_bundle_event_callback.cpp | 57 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) {
in OnReceiveEvent()
|
/foundation/resourceschedule/background_task_mgr/services/common/src/ |
H A D | system_event_observer.cpp | 109 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) {
in OnReceiveEventEfficiencyRes()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_common_event.cpp | 41 handleEventFunc_[EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED] = in AccessibilityCommonEvent()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/ |
H A D | bundle_monitor.cpp | 154 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in BundleMonitorExport()
|
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/ |
H A D | dm_package_common_event.cpp | 144 receiveEvent != EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
|