Home
last modified time | relevance | path

Searched refs:BundleActiveCommonEventSubscriber (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_common_event_subscriber.h40 class BundleActiveCommonEventSubscriber : public CommonEventSubscriber {
42 BundleActiveCommonEventSubscriber(const CommonEventSubscribeInfo &subscriberInfo, in BundleActiveCommonEventSubscriber() function
48 ~BundleActiveCommonEventSubscriber() = default;
H A Dbundle_active_core.h271 std::shared_ptr<BundleActiveCommonEventSubscriber> commonEventSubscriber_;
272 std::shared_ptr<BundleActiveCommonEventSubscriber> lockScreenSubscriber_;
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp74 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()