Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_USER_REMOVED (Results 1 - 22 of 22) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp582 * @tc.desc: When the bundleName is null, and the action is neither COMMON_EVENT_USER_REMOVED nor
601 action != EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED && in HWTEST_F()
619 std::string bundleName = EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED; in HWTEST_F()
631 * @tc.desc: When the action is COMMON_EVENT_USER_REMOVED and userId is -1, the program executes normally as expected
641 std::string action = EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED; in HWTEST_F()
642 std::string bundleName = EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED; in HWTEST_F()
655 * @tc.desc: When the action is COMMON_EVENT_USER_REMOVED and userId is 1, the program executes normally as expected
665 std::string action = EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED; in HWTEST_F()
666 std::string bundleName = EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED; in HWTEST_F()
689 std::string bundleName = EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED; in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_sys_event_receiver.cpp117 if (bundleName.empty() && action != EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED && in OnReceiveEvent()
135 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED) { in OnReceiveEvent()
H A Dform_mgr_service.cpp761 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED); in SubscribeSysEventReceiver()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_common_event_test.cpp86 want.SetAction(CommonEventSupport::COMMON_EVENT_USER_REMOVED); in HWTEST_F()
121 want2.SetAction(CommonEventSupport::COMMON_EVENT_USER_REMOVED); in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksystemeventobserver_fuzzer/
H A Dbgtasksystemeventobserver_fuzzer.cpp56 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dsystem_event_observer.cpp86 || action == EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED) { in OnReceiveEventContinuousTask()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.cpp37 if (action == CommonEventSupport::COMMON_EVENT_USER_REMOVED) { in OnReceiveEvent()
H A Daccount_delegate_normal_impl.cpp110 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_USER_REMOVED); in SubscribeAccountEvent()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_account_common_event.cpp90 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED); in HWTEST_F()
H A DUTTest_device_manager_service.cpp339 commonEventType = EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED; in HWTEST_F()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_common_event.cpp35 handleEventFunc_[EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED] = in AccessibilityCommonEvent()
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_account_common_event.cpp143 receiveEvent == EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED) { in OnReceiveEvent()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/
H A Devent_controller.cpp174 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_USER_REMOVED); in OnAddSystemAbility()
235 if (action == CommonEventSupport::COMMON_EVENT_USER_REMOVED) { in OnReceiveEvent()
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_service.cpp393 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED); in SubscribeCommonEvent()
420 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED) { in OnReceiveEvent()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_support.cpp177 const std::string CommonEventSupport::COMMON_EVENT_USER_REMOVED = "usual.event.USER_REMOVED"; member in OHOS::EventFwk::CommonEventSupport
/foundation/multimodalinput/input/service/account_manager/src/
H A Daccount_manager.cpp266 EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED, in AccountManager()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp83 } else if (action == CommonEventSupport::COMMON_EVENT_USER_REMOVED) { in OnReceiveEvent()
215 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_USER_REMOVED); in RegisterSubscriber()
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_service_test.cpp630 int32_t ret = PublishChangedEvent(EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED, USER_ID1); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1601 AccountCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_USER_REMOVED); in SubscribeAccountCommonEvent()
1645 } else if (commonEventType == CommonEventSupport::COMMON_EVENT_USER_REMOVED) { in AccountCommonEventCallback()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp185 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED); in HWTEST_F()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp230 } else if (action.compare(EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED) == 0) { in OnReceiveEvent()
328 EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED, in SubscribeCommonEvent()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp427 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED); in RegisterSysCommEventListener()

Completed in 31 milliseconds