Searched refs:BundleActiveCommonEventSubscriber (Results 1 – 3 of 3) sorted by relevance
40 class BundleActiveCommonEventSubscriber : public CommonEventSubscriber {42 BundleActiveCommonEventSubscriber(const CommonEventSubscribeInfo &subscriberInfo, in BundleActiveCommonEventSubscriber() function48 ~BundleActiveCommonEventSubscriber() = default;
271 std::shared_ptr<BundleActiveCommonEventSubscriber> commonEventSubscriber_;272 std::shared_ptr<BundleActiveCommonEventSubscriber> lockScreenSubscriber_;
74 void BundleActiveCommonEventSubscriber::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent()123 void BundleActiveCommonEventSubscriber::HandleLockEvent(const std::string& action, const int32_t us… in HandleLockEvent()155 commonEventSubscriber_ = std::make_shared<BundleActiveCommonEventSubscriber>(subscriberInfo, in RegisterSubscriber()169 lockScreenSubscriber_ = std::make_shared<BundleActiveCommonEventSubscriber>(subscriberInfo, in SubscriberLockScreenCommonEvent()