Home
last modified time | relevance | path

Searched refs:screenSubscriber_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp234 EventFwk::CommonEventManager::UnSubscribeCommonEvent(screenSubscriber_); in ~NfcEventHandler()
262 if (screenSubscriber_ != nullptr) { in SubscribeScreenChangedEvent()
271 screenSubscriber_ = std::make_shared<ScreenChangedReceiver>(nfcService_, subscribeInfo); in SubscribeScreenChangedEvent()
272 if (screenSubscriber_ == nullptr) { in SubscribeScreenChangedEvent()
277 if (!EventFwk::CommonEventManager::SubscribeCommonEvent(screenSubscriber_)) { in SubscribeScreenChangedEvent()
/ohos5.0/foundation/communication/nfc/services/include/
H A Dnfc_event_handler.h62 std::shared_ptr<EventFwk::CommonEventSubscriber> screenSubscriber_ {};
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2385 std::shared_ptr<AbilityRuntime::AbilityManagerEventSubscriber> screenSubscriber_; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp7101screenSubscriber_ = std::make_shared<AbilityRuntime::AbilityManagerEventSubscriber>(subscribeInfo,… in SubscribeScreenUnlockedEvent()
7103 bool subResult = EventFwk::CommonEventManager::SubscribeCommonEvent(screenSubscriber_); in SubscribeScreenUnlockedEvent()
7113 bool subResult = EventFwk::CommonEventManager::UnSubscribeCommonEvent(screenSubscriber_); in UnSubscribeScreenUnlockedEvent()
7120 …ySubscribeScreenUnlockedEventTask = [aams = weak_from_this(), screenSubscriber = screenSubscriber_, in RetrySubscribeScreenUnlockedEvent()