Home
last modified time | relevance | path

Searched refs:HidHostConstructor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hid_host.h27 static napi_value HidHostConstructor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp57 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