Home
last modified time | relevance | path

Searched refs:PanConstructor (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_pan.h26 static napi_value PanConstructor(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp67 napi_define_class(env, "NapiBluetoothPan", NAPI_AUTO_LENGTH, NapiBluetoothPan::PanConstructor, nullptr, in DefinePanJSClass()
74 napi_define_class(env, "NapiBluetoothPan", NAPI_AUTO_LENGTH, PanConstructor, nullptr, in DefinePanJSClass()
108 napi_value NapiBluetoothPan::PanConstructor(napi_env env, napi_callback_info info) in PanConstructor() function in OHOS::Bluetooth::NapiBluetoothPan

Completed in 1 milliseconds