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 D | js_systemtime.cpp | 179 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 D | napi_utils.h | 142 …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 D | napi_utils.cpp | 249 napi_value NapiUtils::ParseParametersGetNA(napi_env env, const napi_value (&argv)[SET_TIMEZONE_MAX_… in ParseParametersGetNA() function in OHOS::MiscServices::Time::NapiUtils
|