Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 – 8 of 8) sorted by relevance

/base/theme/screenlock_mgr/services/include/
Dscreenlock_server_ipc_interface_code.h33 UNLOCK, enumerator
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_client_test.cpp101 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener);
109 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener);
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/
Dscreenlockservice_fuzzer.cpp66 …= ConvertToUint32(rawData) % (static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK) + 1); in FuzzScreenlockService()
/base/theme/screenlock_mgr/utils/include/
Dscreenlock_common.h94 UNLOCK, enumerator
/base/theme/screenlock_mgr/services/src/
Dscreenlock_manager_stub.cpp52 case static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK): in OnRemoteRequest()
Dscreenlock_system_ability.cpp571 NotifyDisplayEvent(DisplayEvent::UNLOCK); in UnlockScreenEvent()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dnapi_screenlock_ability.cpp211 …} else if (eventListener->action == Action::UNLOCK || eventListener->action == Action::UNLOCKSCREE… in AsyncCallFunc()
340 …ntListener{ .env = env, .thisVar = thisVar, .callbackRef = callbackRef, .action = Action::UNLOCK }; in NAPI_Unlock()
351 … EventListener{ .env = env, .thisVar = thisVar, .deferred = deferred, .action = Action::UNLOCK }; in NAPI_Unlock()
/base/theme/screenlock_mgr/frameworks/native/src/
Dscreenlock_manager_proxy.cpp116 …int ret = UnlockInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK), list… in Unlock()