Searched refs:SET_TIMEZONE_MAX_PARA (Results 1 - 3 of 3) sorted by relevance
/base/time/time_service/framework/js/napi/common/include/ |
H A D | napi_utils.h | 91 constexpr int32_t SET_TIMEZONE_MAX_PARA = 2; member 138 static napi_value ParseParametersBySetTimezone(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PARA], 140 static napi_value ParseParametersGet(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PARA], size_t argc, 142 static napi_value ParseParametersGetNA(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PARA], size_t argc,
|
/base/time/time_service/framework/js/napi/system_time/src/ |
H A D | js_systemtime.cpp | 122 size_t argc = SET_TIMEZONE_MAX_PARA; in JSSystemTimeSetTimeZone() 123 napi_value argv[SET_TIMEZONE_MAX_PARA] = { 0 }; in JSSystemTimeSetTimeZone() 173 size_t argc = SET_TIMEZONE_MAX_PARA; in JSSystemTimeGetCurrentTime() 174 napi_value argv[SET_TIMEZONE_MAX_PARA] = { 0 }; in JSSystemTimeGetCurrentTime() 226 size_t argc = SET_TIMEZONE_MAX_PARA; in JSSystemTimeGetRealActiveTime() 227 napi_value argv[SET_TIMEZONE_MAX_PARA] = { 0 }; in JSSystemTimeGetRealActiveTime() 279 size_t argc = SET_TIMEZONE_MAX_PARA; in JSSystemTimeGetRealTime() 280 napi_value argv[SET_TIMEZONE_MAX_PARA] = { 0 }; in JSSystemTimeGetRealTime() 332 size_t argc = SET_TIMEZONE_MAX_PARA; in JSSystemTimeGetDate() 333 napi_value argv[SET_TIMEZONE_MAX_PARA] in JSSystemTimeGetDate() [all...] |
/base/time/time_service/framework/js/napi/common/src/ |
H A D | napi_utils.cpp | 212 napi_value NapiUtils::ParseParametersBySetTimezone(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PARA], in ParseParametersBySetTimezone() 215 NAPI_ASSERTP_RETURN(env, argc >= SET_TIMEZONE_MAX_PARA - 1, "Wrong number of arguments"); in ParseParametersBySetTimezone() 229 if (argc >= SET_TIMEZONE_MAX_PARA) { in ParseParametersBySetTimezone() 237 napi_value NapiUtils::ParseParametersGet(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PARA], size_t argc, in ParseParametersGet() 249 napi_value NapiUtils::ParseParametersGetNA(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PARA], size_t argc, in ParseParametersGetNA()
|
Completed in 3 milliseconds