Home
last modified time | relevance | path

Searched refs:UnSubscribeCommonEvent (Results 1 - 25 of 57) sorted by relevance

123

/foundation/arkui/ace_engine/adapter/ohos/capability/package/
H A Dpackage_event_proxy_ohos.cpp63 CommonEventManager::UnSubscribeCommonEvent(packageEventSubscriber_); in ~PackageEventProxyOhos()
78 CommonEventManager::UnSubscribeCommonEvent(packageEventSubscriber_); in OnPackageChange()
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/
H A Dcommon_event_adapter.cpp38 if (!EventFwk::CommonEventManager::UnSubscribeCommonEvent(observer)) { in RemoveObserver()
39 FI_HILOGE("UnSubscribeCommonEvent failed"); in RemoveObserver()
42 FI_HILOGI("UnSubscribeCommonEvent success"); in RemoveObserver()
/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_common_event.cpp37 bool CommonEventManager::UnSubscribeCommonEvent(const std::shared_ptr<CommonEventSubscriber>& subscriber) in UnSubscribeCommonEvent() function in OHOS::EventFwk::CommonEventManager
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_manager.cpp53 bool CommonEventManager::UnSubscribeCommonEvent(const std::shared_ptr<CommonEventSubscriber>& subscriber) in UnSubscribeCommonEvent() function in OHOS::EventFwk::CommonEventManager
55 GTEST_LOG_(INFO) << "MOCK CommonEventManager UnSubscribeCommonEvent"; in UnSubscribeCommonEvent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/broadcaster/src/
H A Dbroadcast_sender_impl.cpp60 CommonEventManager::UnSubscribeCommonEvent(subscriberPtr); in SendEvent()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/
H A Dscreen_status_listener.cpp75 EventFwk::CommonEventManager::UnSubscribeCommonEvent(commonEventSubscriber_); in Stop()
H A Dbattery_status_listener.cpp79 EventFwk::CommonEventManager::UnSubscribeCommonEvent(commonEventSubscriber_); in Stop()
H A Duser_status_listener.cpp83 EventFwk::CommonEventManager::UnSubscribeCommonEvent(commonEventSubscriber_); in Stop()
/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp234 EventFwk::CommonEventManager::UnSubscribeCommonEvent(screenSubscriber_); in ~NfcEventHandler()
235 EventFwk::CommonEventManager::UnSubscribeCommonEvent(pkgSubscriber_); in ~NfcEventHandler()
236 EventFwk::CommonEventManager::UnSubscribeCommonEvent(shutdownSubscriber_); in ~NfcEventHandler()
237 EventFwk::CommonEventManager::UnSubscribeCommonEvent(dataShareSubscriber_); in ~NfcEventHandler()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_normal_impl.cpp160 auto res = CommonEventManager::UnSubscribeCommonEvent(eventSubscriber_); in ~AccountDelegateNormalImpl()
168 auto res = CommonEventManager::UnSubscribeCommonEvent(eventSubscriber_); in UnsubscribeAccountEvent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp123 auto res = CommonEventManager::UnSubscribeCommonEvent(subscriber_); in ~InstallerImpl()
131 auto res = CommonEventManager::UnSubscribeCommonEvent(subscriber_); in UnsubscribeEvent()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dsystem_event_observer.cpp57 if (!OHOS::EventFwk::CommonEventManager::UnSubscribeCommonEvent(GetPtr())) { in Unsubscribe()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_monitor.cpp44 if (EventFwk::CommonEventManager::UnSubscribeCommonEvent(shared_from_this()) != true) { in UnSubscribe()
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dbattery_level_listener.cpp84 bool result = EventFwk::CommonEventManager::UnSubscribeCommonEvent(this->commonEventSubscriber); in Stop()
H A Dbattery_status_listener.cpp77 bool result = EventFwk::CommonEventManager::UnSubscribeCommonEvent(this->commonEventSubscriber); in Stop()
H A Dstorage_listener.cpp76 bool result = EventFwk::CommonEventManager::UnSubscribeCommonEvent(this->commonEventSubscriber); in Stop()
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dapp_data_clear_listener.cpp85 bool result = CommonEventManager::UnSubscribeCommonEvent(this->commonEventSubscriber); in Stop()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Daccount_status_listener.cpp89 EventFwk::CommonEventManager::UnSubscribeCommonEvent(commonEventSubscriber_); in Stop()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/multiuser/
H A Dos_account_observer_test.cpp65 bool subRet = EventFwk::CommonEventManager::UnSubscribeCommonEvent(g_subScriber); in TearDownTestCase()
/foundation/window/window_manager/window_scene/session_manager/src/publish/
H A Dscb_dump_subscriber.cpp84 EventFwk::CommonEventManager::UnSubscribeCommonEvent(scbSubscriber); in UnSubscribe()
/foundation/arkui/ace_engine/adapter/ohos/capability/time/
H A Dtime_event_proxy_ohos.cpp66 CommonEventManager::UnSubscribeCommonEvent(eventFwkSubscriber_); in ~TimeEventProxyOhos()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/uicast/
H A Duicast_subscriber.cpp79 CommonEventManager::UnSubscribeCommonEvent(eventReceiver_); in UnSubscribeStartEvent()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_sign_data_cache_mgr.cpp68 const bool result = EventFwk::CommonEventManager::UnSubscribeCommonEvent(unlockEventSubscriber_); in UnregisterScreenUnlockEvent()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_subscriber.cpp99 DP_CHECK_ERROR_RETURN_LOG(!EventFwk::CommonEventManager::UnSubscribeCommonEvent(shared_from_this()), in UnSubscribe()
100 "UnSubscribeCommonEvent failed"); in UnSubscribe()
101 DP_INFO_LOG("UnSubscribeCommonEvent OK"); in UnSubscribe()
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dsystem_event_observer.cpp47 if (!EventFwk::CommonEventManager::UnSubscribeCommonEvent(shared_from_this())) { in Unsubscribe()

Completed in 8 milliseconds

123