Searched refs:ScreenlockSystemAbilityCallback (Results 1 – 4 of 4) sorted by relevance
27 class ScreenlockSystemAbilityCallback : public ScreenLockSystemAbilityStub {29 explicit ScreenlockSystemAbilityCallback(const EventListener &eventListener);30 ~ScreenlockSystemAbilityCallback() override;
29 ScreenlockSystemAbilityCallback::ScreenlockSystemAbilityCallback(const EventListener &eventListener) in ScreenlockSystemAbilityCallback() function in OHOS::ScreenLock::ScreenlockSystemAbilityCallback34 ScreenlockSystemAbilityCallback::~ScreenlockSystemAbilityCallback() in ~ScreenlockSystemAbilityCallback()82 void ScreenlockSystemAbilityCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
410 …sptr<ScreenlockSystemAbilityCallback> listener = new (std::nothrow) ScreenlockSystemAbilityCallbac… in NAPI_OnSystemEvent()
94 …sptr<ScreenlockSystemAbilityCallback> listener_ = new ScreenlockSystemAbilityCallback(eventListene… in FuzzScreenlockAppManager()