mirror of
https://github.com/openharmony/miscservices_screenlock.git
synced 2026-07-21 16:35:27 -04:00
napi 接口名与对外接口名对齐
Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: Ib7e10fa72f36232379c2c669b1d311f2552fb554
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user