Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 - 13 of 13) sorted by relevance

/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_server_ipc_interface_code.h33 UNLOCK, member in OHOS::ScreenLock::ScreenLockServerIpcInterfaceCode
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockboundarycode_fuzzer/
H A Dscreenlockboundarycode_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK) + 1U, data, size); in LLVMFuzzerTestOneInput()
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockunlock_fuzzer/
H A Dscreenlockunlock_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK), data, size); in LLVMFuzzerTestOneInput()
/base/useriam/user_auth_framework/interfaces/inner_api/
H A Diam_common_defines.h219 UNLOCK = 1,
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_info.h88 UNLOCK = 1,
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_callback.cpp65 bool cancelUnlock = (callBackPtr->action == Action::UNLOCK && callBackPtr->screenLockResult == SCREEN_CANCEL); in UvWorkOnCallBack()
H A Dnapi_screenlock_ability.cpp238 } else if (eventListener->action == Action::UNLOCK || eventListener->action == Action::UNLOCKSCREEN) { in AsyncCallFunc()
373 EventListener{ .env = env, .thisVar = thisVar, .callbackRef = callbackRef, .action = Action::UNLOCK }; in NAPI_Unlock()
384 EventListener{ .env = env, .thisVar = thisVar, .deferred = deferred, .action = Action::UNLOCK }; in NAPI_Unlock()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_common.h97 UNLOCK, member in OHOS::ScreenLock::Action
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp101 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener); in HWTEST_F()
109 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener); in HWTEST_F()
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp44 handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK)] = &ScreenLockManagerStub::OnUnlock; in InitHandleMap()
H A Dscreenlock_system_ability.cpp706 NotifyDisplayEvent(DisplayEvent::UNLOCK); in UnlockScreenEvent()
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager_proxy.cpp116 int ret = UnlockInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK), listener); in Unlock()
/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_constant.cpp294 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(AuthIntent::UNLOCK), &unlock)); in AuthIntentConstructorForInnerkits()
296 NAPI_CALL(env, napi_set_named_property(env, authIntent, "UNLOCK", unlock)); in AuthIntentConstructorForInnerkits()

Completed in 8 milliseconds