Home
last modified time | relevance | path

Searched refs:DefineCreateProfile (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hid_host.h42 static napi_value DefineCreateProfile(napi_env env, napi_value exports);
H A Dnapi_bluetooth_opp.h27 static napi_value DefineCreateProfile(napi_env env, napi_value exports);
H A Dnapi_bluetooth_map_mse.h29 static napi_value DefineCreateProfile(napi_env env, napi_value exports);
H A Dnapi_bluetooth_pan.h43 static napi_value DefineCreateProfile(napi_env env, napi_value exports);
H A Dnapi_bluetooth_hfp_ag.h49 static napi_value DefineCreateProfile(napi_env env, napi_value exports);
H A Dnapi_bluetooth_pbap_pse.h29 static napi_value DefineCreateProfile(napi_env env, napi_value exports);
H A Dnapi_bluetooth_a2dp_src.h80 static napi_value DefineCreateProfile(napi_env env, napi_value exports);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp60 DefineCreateProfile(env, exports); in DefineHidHostJSClass()
71 napi_value NapiBluetoothHidHost::DefineCreateProfile(napi_env env, napi_value exports) in DefineCreateProfile() function in OHOS::Bluetooth::NapiBluetoothHidHost
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp56 DefineCreateProfile(env, exports); in DefineMapMseJSClass()
60 napi_value NapiMapMse::DefineCreateProfile(napi_env env, napi_value exports) in DefineCreateProfile() function in OHOS::Bluetooth::NapiMapMse
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp.cpp57 DefineCreateProfile(env, exports); in DefineOppJSClass()
61 napi_value NapiBluetoothOpp::DefineCreateProfile(napi_env env, napi_value exports) in DefineCreateProfile() function in OHOS::Bluetooth::NapiBluetoothOpp
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp74 DefineCreateProfile(env, exports); in DefinePanJSClass()
87 napi_value NapiBluetoothPan::DefineCreateProfile(napi_env env, napi_value exports) in DefineCreateProfile() function in OHOS::Bluetooth::NapiBluetoothPan
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp65 DefineCreateProfile(env, exports); in DefinePbapServerJSClass()
69 napi_value NapiPbapServer::DefineCreateProfile(napi_env env, napi_value exports) in DefineCreateProfile() function in OHOS::Bluetooth::NapiPbapServer
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp67 DefineCreateProfile(env, exports); in DefineHandsFreeAudioGatewayJSClass()
76 napi_value NapiHandsFreeAudioGateway::DefineCreateProfile(napi_env env, napi_value exports) in DefineCreateProfile() function in OHOS::Bluetooth::NapiHandsFreeAudioGateway
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp142 DefineCreateProfile(env, exports); in DefineA2dpSourceJSClass()
389 napi_value NapiA2dpSource::DefineCreateProfile(napi_env env, napi_value exports) in DefineCreateProfile() function in OHOS::Bluetooth::NapiA2dpSource