Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/framework/js/napi/system_time/src/
H A Djs_systemtime.cpp179 if (NapiUtils::ParseParametersGetNA(env, argv, argc, callback, &isNano) == nullptr) { in JSSystemTimeGetCurrentTime()
232 if (NapiUtils::ParseParametersGetNA(env, argv, argc, callback, &isNano) == nullptr) { in JSSystemTimeGetRealActiveTime()
285 if (NapiUtils::ParseParametersGetNA(env, argv, argc, callback, &isNano) == nullptr) { in JSSystemTimeGetRealTime()
/ohos5.0/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h142 …static napi_value ParseParametersGetNA(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_PAR…
/ohos5.0/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp249 napi_value NapiUtils::ParseParametersGetNA(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_… in ParseParametersGetNA() function in OHOS::MiscServices::Time::NapiUtils