Searched refs:HidHostConstructor (Results 1 – 2 of 2) sorted by relevance
27 static napi_value HidHostConstructor(napi_env env, napi_callback_info info);
57 napi_define_class(env, "NapiBluetoothHidHost", NAPI_AUTO_LENGTH, HidHostConstructor, nullptr, in DefineHidHostJSClass()97 napi_value NapiBluetoothHidHost::HidHostConstructor(napi_env env, napi_callback_info info) in HidHostConstructor() function in OHOS::Bluetooth::NapiBluetoothHidHost