mirror of
https://github.com/openharmony/js_sys_module.git
synced 2026-07-01 22:04:01 -04:00
!66 Change function name of process
Merge pull request !66 from 史凯/master
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user