!66 Change function name of process

Merge pull request !66 from 史凯/master
This commit is contained in:
openharmony_ci
2022-02-22 13:09:38 +00:00
committed by Gitee
+1 -1
View File
@@ -523,7 +523,7 @@ namespace OHOS::Js_sys_module::Process {
DECLARE_NAPI_FUNCTION("exit", Exit),
DECLARE_NAPI_GETTER("tid", GetTid),
DECLARE_NAPI_FUNCTION("getStartRealtime", GetStartRealtime),
DECLARE_NAPI_FUNCTION("getPastCputime", GetPastCputime),
DECLARE_NAPI_FUNCTION("getPastCpuTime", GetPastCputime),
DECLARE_NAPI_FUNCTION("isIsolatedProcess", IsIsolatedProcess),
DECLARE_NAPI_FUNCTION("is64Bit", Is64Bit),
DECLARE_NAPI_FUNCTION("isAppUid", IsAppUid),