Home
last modified time | relevance | path

Searched refs:ARGV_ONE (Results 1 - 2 of 2) sorted by relevance

/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp486 if (CheckParamType(env, argv[ARGV_ONE], napi_number) != napi_ok) { in NAPI_ScreenLockSendEvent()
490 napi_get_value_int32(env, argv[ARGV_ONE], &context->param); in NAPI_ScreenLockSendEvent()
567 if (CheckParamType(env, argv[ARGV_ONE], napi_number) != napi_ok) { in NAPI_SetScreenLockDisabled()
572 napi_get_value_int32(env, argv[ARGV_ONE], &context->userId); in NAPI_SetScreenLockDisabled()
612 if (CheckParamType(env, argv[ARGV_ONE], napi_number) != napi_ok) { in NAPI_SetScreenLockAuthState()
616 napi_get_value_int32(env, argv[ARGV_ONE], &context->userId); in NAPI_SetScreenLockAuthState()
700 if (CheckParamType(env, argv[ARGV_ONE], napi_number) != napi_ok) { in NAPI_RequestStrongAuth()
704 napi_get_value_int32(env, argv[ARGV_ONE], &context->userId); in NAPI_RequestStrongAuth()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_common.h123 constexpr int ARGV_ONE = 1; member

Completed in 3 milliseconds