Home
last modified time | relevance | path

Searched refs:NapiProfile (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp21 thread_local std::map<ProfileId, napi_ref> NapiProfile::profiles_;
23 void NapiProfile::DefineProfileFunctions(napi_env env, napi_value exports) in DefineProfileFunctions()
35 void NapiProfile::SetProfile(napi_env env, ProfileId code, napi_value profile) in SetProfile()
45 napi_value NapiProfile::GetProfile(napi_env env, napi_callback_info info) in GetProfile()
71 void NapiProfile::ProfileEnumInit(napi_env env, napi_value exports) in ProfileEnumInit()
86 napi_value NapiProfile::SppTypeInit(napi_env env) in SppTypeInit()
95 napi_value NapiProfile::PlayingStateInit(napi_env env) in PlayingStateInit()
105 napi_value NapiProfile::ProfileIdInit(napi_env env) in ProfileIdInit()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_profile.h28 class NapiProfile { class
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnative_module.cpp63 NapiProfile::DefineProfileFunctions(env, exports); in Init()
H A Dnapi_bluetooth_a2dp_snk.cpp46 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SINK, napiProfile); in DefineA2dpSinkJSClass()
H A Dnapi_bluetooth_avrcp_ct.cpp46 NapiProfile::SetProfile(env, ProfileId::PROFILE_AVRCP_CT, napiProfile); in DefineAvrcpControllerJSClass()
H A Dnapi_bluetooth_avrcp_tg.cpp46 NapiProfile::SetProfile(env, ProfileId::PROFILE_AVRCP_TG, napiProfile); in DefineAvrcpTargetJSClass()
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp62 NapiProfile::SetProfile(env, ProfileId::PROFILE_HID_HOST, napiProfile); in DefineHidHostJSClass()
85 NapiProfile::SetProfile(env, ProfileId::PROFILE_HID_HOST, napiProfile); in CreateHidHostProfile()
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp68 NapiProfile::SetProfile(env, ProfileId::PROFILE_HANDS_FREE_AUDIO_GATEWAY, napiProfile); in DefineHandsFreeAudioGatewayJSClass()
89 NapiProfile::SetProfile(env, ProfileId::PROFILE_HANDS_FREE_AUDIO_GATEWAY, napiProfile); in CreateHfpAgProfile()
H A Dnapi_bluetooth_hfp_hf.cpp52 NapiProfile::SetProfile(env, ProfileId::PROFILE_HANDS_FREE_UNIT, napiProfile); in DefineHandsFreeUnitJSClass()
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp39 NapiProfile::SetProfile(env, ProfileId::PROFILE_PAN_NETWORK, napiProfile); in CreatePanProfile()
78 NapiProfile::SetProfile(env, ProfileId::PROFILE_PAN_NETWORK, napiProfile); in DefinePanJSClass()
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp143 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SOURCE, napiProfile); in DefineA2dpSourceJSClass()

Completed in 7 milliseconds