Home
last modified time | relevance | path

Searched refs:GetUndefinedValue (Results 1 - 8 of 8) sorted by relevance

/base/time/time_service/framework/js/napi/system_time/src/
H A Djs_systemtime.cpp78 return NapiUtils::GetUndefinedValue(env); in JSSystemTimeSetTime()
129 return NapiUtils::GetUndefinedValue(env); in JSSystemTimeSetTimeZone()
180 return NapiUtils::GetUndefinedValue(env); in JSSystemTimeGetCurrentTime()
233 return NapiUtils::GetUndefinedValue(env); in JSSystemTimeGetRealActiveTime()
286 return NapiUtils::GetUndefinedValue(env); in JSSystemTimeGetRealTime()
338 return NapiUtils::GetUndefinedValue(env); in JSSystemTimeGetDate()
385 return NapiUtils::GetUndefinedValue(env); in JSSystemTimeGetTimeZone()
/base/print/print_fwk/frameworks/kits/extension/src/
H A Djs_print_extension_context.cpp92 napi_value GetUndefinedValue(napi_env &engine) in GetUndefinedValue() function in OHOS::AbilityRuntime::final
115 return GetUndefinedValue(engine); in OnStartAbility()
168 return GetUndefinedValue(engine); in OnStartAbilityWithAccount()
180 return GetUndefinedValue(engine); in OnStartAbilityWithAccount()
226 return GetUndefinedValue(engine); in OnTerminateAbility()
263 return GetUndefinedValue(engine); in OnConnectAbility()
312 return GetUndefinedValue(engine); in OnConnectAbilityWithAccount()
323 return GetUndefinedValue(engine); in OnConnectAbilityWithAccount()
367 return GetUndefinedValue(engine); in OnDisconnectAbility()
/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp119 return NapiUtils::GetUndefinedValue(env); in SystemTimerInit()
284 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in StartTimer()
312 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in StopTimer()
340 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in DestroyTimer()
/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_work.cpp81 return NapiUtils::GetUndefinedValue(env); in AsyncEnqueue()
173 return NapiUtils::GetUndefinedValue(env); in SyncEnqueue()
H A Dnapi_utils.cpp53 napi_value NapiUtils::GetUndefinedValue(napi_env env) in GetUndefinedValue() function in OHOS::MiscServices::Time::NapiUtils
/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp69 return NapiUtils::GetUndefinedValue(env); in SystemDateTimeInit()
96 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in SetTime()
142 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in SetDate()
399 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in SetTimezone()
475 output = NapiUtils::GetUndefinedValue(env); in UpdateNtpTime()
/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h146 static napi_value GetUndefinedValue(napi_env env);
/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_common.cpp127 napi_value GetUndefinedValue(const napi_env env) in GetUndefinedValue() function
180 return GetUndefinedValue(env); in GetBusinessValue()

Completed in 6 milliseconds