Home
last modified time | relevance | path

Searched defs:SET_TIMEZONE_MAX_PARA (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp212 …apiUtils::ParseParametersBySetTimezone(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PAR… in ParseParametersBySetTimezone()
237 …pi_value NapiUtils::ParseParametersGet(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PAR… in ParseParametersGet()
249 …_value NapiUtils::ParseParametersGetNA(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PAR… in ParseParametersGetNA()
/ohos5.0/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h91 constexpr int32_t SET_TIMEZONE_MAX_PARA = 2; variable