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

Signed-off-by: kangchongtao <kangchongtao@huawei.com>
Change-Id: Ia6063018a151029dc3c809b22292e5c96fae95c2
This commit is contained in:
kangchongtao
2022-06-17 10:16:14 +08:00
parent 9501a79f6e
commit a5bdc8602b
@@ -20,7 +20,7 @@ extern "C" __attribute__((constructor)) void NAPI_inputMethod_AutoRegister()
{
auto moduleManager = NativeModuleManager::GetInstance();
NativeModule newModuleInfo = {
.name = "inputMethod",
.name = "inputmethod",
.fileName = "inputmethod.so/inputmethod.js",
.registerCallback = OHOS::MiscServices::JsInputMethodRegistryInit,
};