Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp37 napi_ref profileRef; in SetProfile() local
38 if (napi_create_reference(env, profile, 1, &profileRef) != napi_ok) { in SetProfile()
42 profiles_[code] = profileRef; in SetProfile()
61 napi_ref profileRef = profiles_[static_cast<ProfileId>(profileId)]; in GetProfile() local
63 funcRet = napi_get_reference_value(env, profileRef, &profile); in GetProfile()

Completed in 1 milliseconds