Home
last modified time | relevance | path

Searched refs:UNLOCKSCREEN (Results 1 - 6 of 6) sorted by relevance

/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_common.h42 const std::string UNLOCKSCREEN = "unlockScreen"; member
98 UNLOCKSCREEN, member in OHOS::ScreenLock::Action
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager.cpp94 if (action == Action::UNLOCKSCREEN) { in Unlock()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_callback.cpp66 if (callBackPtr->action == Action::UNLOCKSCREEN) { in UvWorkOnCallBack()
H A Dnapi_screenlock_ability.cpp238 } else if (eventListener->action == Action::UNLOCK || eventListener->action == Action::UNLOCKSCREEN) { in AsyncCallFunc()
328 EventListener{ .env = env, .thisVar = thisVar, .callbackRef = callbackRef, .action = Action::UNLOCKSCREEN }; in NAPI_UnlockScreen()
339 EventListener{ .env = env, .thisVar = thisVar, .deferred = deferred, .action = Action::UNLOCKSCREEN }; in NAPI_UnlockScreen()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp103 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCKSCREEN, listener); in HWTEST_F()
111 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCKSCREEN, listener); in HWTEST_F()
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp397 SystemEvent systemEvent(UNLOCKSCREEN); in UnlockInner()

Completed in 5 milliseconds