Home
last modified time | relevance | path

Searched refs:ARGS_SIZE_ZERO (Results 1 - 4 of 4) sorted by relevance

/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_common.h131 constexpr std::int32_t ARGS_SIZE_ZERO = 0; member
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp171 env, argc == ARGS_SIZE_ZERO || argc == ARGS_SIZE_ONE, " should 0 or 1 parameters!", napi_invalid_arg); in NAPI_IsScreenLocked()
186 AsyncCall asyncCall(env, info, context, ARGS_SIZE_ZERO); in NAPI_IsScreenLocked()
317 NAPI_ASSERT(env, argc == ARGS_SIZE_ZERO || argc == ARGS_SIZE_ONE, "Wrong number of arguments, requires one"); in NAPI_UnlockScreen()
417 AsyncCall asyncCall(env, info, context, ARGS_SIZE_ZERO); in NAPI_IsSecureMode()
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account_common.h35 constexpr std::int32_t ARGS_SIZE_ZERO = 0; member
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp1489 if (argc == ARGS_SIZE_ZERO) { in ParseParaGetType()

Completed in 6 milliseconds