Home
last modified time | relevance | path

Searched refs:ParseParametersGet (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h140 …static napi_value ParseParametersGet(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PARA]…
/ohos5.0/base/time/time_service/framework/js/napi/system_time/src/
H A Djs_systemtime.cpp337 if (NapiUtils::ParseParametersGet(env, argv, argc, callback) == nullptr) { in JSSystemTimeGetDate()
384 if (NapiUtils::ParseParametersGet(env, argv, argc, callback) == nullptr) { in JSSystemTimeGetTimeZone()
/ohos5.0/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp237 napi_value NapiUtils::ParseParametersGet(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PA… in ParseParametersGet() function in OHOS::MiscServices::Time::NapiUtils