Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/frameworks/js/napi/include/
Dscreenlock_system_ability_callback.h27 class ScreenlockSystemAbilityCallback : public ScreenLockSystemAbilityStub {
29 explicit ScreenlockSystemAbilityCallback(const EventListener &eventListener);
30 ~ScreenlockSystemAbilityCallback() override;
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dscreenlock_system_ability_callback.cpp29 ScreenlockSystemAbilityCallback::ScreenlockSystemAbilityCallback(const EventListener &eventListener) in ScreenlockSystemAbilityCallback() function in OHOS::ScreenLock::ScreenlockSystemAbilityCallback
34 ScreenlockSystemAbilityCallback::~ScreenlockSystemAbilityCallback() in ~ScreenlockSystemAbilityCallback()
82 void ScreenlockSystemAbilityCallback::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
Dnapi_screenlock_ability.cpp410 …sptr<ScreenlockSystemAbilityCallback> listener = new (std::nothrow) ScreenlockSystemAbilityCallbac… in NAPI_OnSystemEvent()
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
Dscreenlockmanager_fuzzer.cpp94 …sptr<ScreenlockSystemAbilityCallback> listener_ = new ScreenlockSystemAbilityCallback(eventListene… in FuzzScreenlockAppManager()