Searched refs:KeyguardStatusListener (Results 1 – 2 of 2) sorted by relevance
51 class KeyguardStatusListener : public CommonEventSubscriber {53 explicit KeyguardStatusListener(const CommonEventSubscribeInfo &subscriberInfo) in KeyguardStatusListener() function55 ~KeyguardStatusListener() = default;
88 auto subscriber = std::make_shared<KeyguardStatusListener>(subscribeInfo); in RegisterKeyguardStatusSwitchCallback()110 auto subscriber = std::make_shared<KeyguardStatusListener>(subscribeInfo); in UnRegisterKeyguardStatusSwitchCallback()119 void KeyguardStatusListener::OnReceiveEvent(const OHOS::EventFwk::CommonEventData &data) in OnReceiveEvent()