Searched refs:UNLOCK (Results 1 – 8 of 8) sorted by relevance
/base/theme/screenlock_mgr/services/include/ |
D | screenlock_server_ipc_interface_code.h | 33 UNLOCK, enumerator
|
/base/theme/screenlock_mgr/test/unittest/ |
D | screenlock_client_test.cpp | 101 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener); 109 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener);
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/ |
D | screenlockservice_fuzzer.cpp | 66 …= ConvertToUint32(rawData) % (static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK) + 1); in FuzzScreenlockService()
|
/base/theme/screenlock_mgr/utils/include/ |
D | screenlock_common.h | 94 UNLOCK, enumerator
|
/base/theme/screenlock_mgr/services/src/ |
D | screenlock_manager_stub.cpp | 52 case static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK): in OnRemoteRequest()
|
D | screenlock_system_ability.cpp | 571 NotifyDisplayEvent(DisplayEvent::UNLOCK); in UnlockScreenEvent()
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
D | napi_screenlock_ability.cpp | 211 …} 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/ |
D | screenlock_manager_proxy.cpp | 116 …int ret = UnlockInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK), list… in Unlock()
|