mirror of
https://github.com/openharmony/js_sys_module.git
synced 2026-07-01 22:04:01 -04:00
Change function name of process
Replace getPastCputime with getPastCpuTime https://gitee.com/openharmony/js_sys_module/issues/I4URYV Signed-off-by: shikai-123 <shikai25@huawei.com>
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