Home
last modified time | relevance | path

Searched refs:convertResult (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp280 napi_value convertResult = nullptr; in Off() local
282 return convertResult; in Off()
339 napi_value convertResult = nullptr; in GetEnvironmentVar() local
359 return convertResult; in GetEnvironmentVar()
362 return convertResult; in GetEnvironmentVar()
394 return convertResult; in GetUidForName()
397 return convertResult; in GetUidForName()
512 return convertResult; in GetUidForName()
515 return convertResult; in GetUidForName()
565 return convertResult; in GetEnvironmentVar()
[all …]
/ohos5.0/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp426 napi_value convertResult = nullptr; variable
427 convertResult = process.Off(env, temp);
429 napi_get_value_bool(env, convertResult, &res);
449 napi_value convertResult = nullptr; variable
450 convertResult = process.Off(env, temp);
452 napi_get_value_bool(env, convertResult, &res);