Searched refs:profileUuidsObj (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | napi_bluetooth_constant.cpp | 52 napi_value profileUuidsObj = ProfileUuidsInit(env); in ConstantPropertyValueInit() local 59 DECLARE_NAPI_PROPERTY("ProfileUuids", profileUuidsObj), in ConstantPropertyValueInit() 98 napi_value profileUuidsObj = nullptr; in ProfileUuidsInit() local 99 napi_create_object(env, &profileUuidsObj); in ProfileUuidsInit() 100 SetNamedPropertyByString(env, profileUuidsObj, PROFILE_UUID_HFP_AG, "PROFILE_UUID_HFP_AG"); in ProfileUuidsInit() 101 SetNamedPropertyByString(env, profileUuidsObj, PROFILE_UUID_HFP_HF, "PROFILE_UUID_HFP_HF"); in ProfileUuidsInit() 102 SetNamedPropertyByString(env, profileUuidsObj, PROFILE_UUID_HSP_AG, "PROFILE_UUID_HSP_AG"); in ProfileUuidsInit() 103 SetNamedPropertyByString(env, profileUuidsObj, PROFILE_UUID_HSP_HS, "PROFILE_UUID_HSP_HS"); in ProfileUuidsInit() 104 SetNamedPropertyByString(env, profileUuidsObj, PROFILE_UUID_A2DP_SRC, "PROFILE_UUID_A2DP_SRC"); in ProfileUuidsInit() 105 SetNamedPropertyByString(env, profileUuidsObj, PROFILE_UUID_A2DP_SIN in ProfileUuidsInit() [all...] |
Completed in 2 milliseconds