Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_map_mse.h28 static napi_value MapMseConstructor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp53 napi_define_class(env, "MapMse", NAPI_AUTO_LENGTH, MapMseConstructor, nullptr, in DefineMapMseJSClass()
82 napi_value NapiMapMse::MapMseConstructor(napi_env env, napi_callback_info info) in MapMseConstructor() function in OHOS::Bluetooth::NapiMapMse