Searched refs:ParseParametersBySetTime (Results 1 – 3 of 3) sorted by relevance
136 …static napi_value ParseParametersBySetTime(napi_env env, const napi_value (&argv)[SET_TIME_MAX_PAR…
176 napi_value NapiUtils::ParseParametersBySetTime(napi_env env, const napi_value (&argv)[SET_TIME_MAX_… in ParseParametersBySetTime() function in OHOS::MiscServices::Time::NapiUtils
77 if (NapiUtils::ParseParametersBySetTime(env, argv, argc, times, callback) == nullptr) { in JSSystemTimeSetTime()