napi 接口名与对外接口名对齐

Signed-off-by: kangchongtao <kangchongtao@huawei.com>
Change-Id: Ib7e10fa72f36232379c2c669b1d311f2552fb554
This commit is contained in:
kangchongtao
2022-06-17 10:43:22 +08:00
parent 026e2330e5
commit 0080743c4d
@@ -437,7 +437,7 @@ extern "C" __attribute__((constructor)) void RegisterModule(void)
.nm_flags = 0, // normal
.nm_filename = nullptr,
.nm_register_func = ScreenlockInit,
.nm_modname = "screenlock",
.nm_modname = "screenLock",
.nm_priv = nullptr,
.reserved = {}};
napi_module_register(&module);