Home
last modified time | relevance | path

Searched refs:SET_TIME_MAX_PARA (Results 1 - 3 of 3) sorted by relevance

/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h90 constexpr int32_t SET_TIME_MAX_PARA = 2; member
136 static napi_value ParseParametersBySetTime(napi_env env, const napi_value (&argv)[SET_TIME_MAX_PARA], size_t argc,
/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp176 napi_value NapiUtils::ParseParametersBySetTime(napi_env env, const napi_value (&argv)[SET_TIME_MAX_PARA], size_t argc, in ParseParametersBySetTime()
179 NAPI_ASSERTP_RETURN(env, argc >= SET_TIME_MAX_PARA - 1, "Wrong number of arguments"); in ParseParametersBySetTime()
204 if (argc >= SET_TIME_MAX_PARA) { in ParseParametersBySetTime()
/base/time/time_service/framework/js/napi/system_time/src/
H A Djs_systemtime.cpp71 size_t argc = SET_TIME_MAX_PARA; in JSSystemTimeSetTime()
72 napi_value argv[SET_TIME_MAX_PARA] = { 0 }; in JSSystemTimeSetTime()

Completed in 3 milliseconds