/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/ |
H A D | napi_mirror_player.h | 67 static thread_local napi_ref consRef_; member in OHOS::CastEngine::CastEngineClient::NapiMirrorPlayer
|
H A D | napi_cast_session.h | 90 static thread_local napi_ref consRef_; member in OHOS::CastEngine::CastEngineClient::NapiCastSession
|
H A D | napi_stream_player.h | 126 static thread_local napi_ref consRef_; member in OHOS::CastEngine::CastEngineClient::NapiStreamPlayer
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_pan.h | 44 static thread_local napi_ref consRef_; member in OHOS::Bluetooth::NapiBluetoothPan
|
H A D | napi_bluetooth_hid_host.h | 45 static thread_local napi_ref consRef_; member in OHOS::Bluetooth::NapiBluetoothHidHost
|
H A D | napi_bluetooth_gatt_server.h | 67 static thread_local napi_ref consRef_; member in OHOS::Bluetooth::NapiGattServer
|
H A D | napi_bluetooth_hfp_ag.h | 53 static thread_local napi_ref consRef_; member in OHOS::Bluetooth::NapiHandsFreeAudioGateway
|
H A D | napi_bluetooth_gatt_client.h | 88 static thread_local napi_ref consRef_; member in OHOS::Bluetooth::NapiGattClient
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 33 thread_local napi_ref NapiBluetoothHidHost::consRef_ = nullptr; member in OHOS::Bluetooth::NapiBluetoothHidHost 58 napi_create_reference(env, constructor, 1, &consRef_); in DefineHidHostJSClass() 83 napi_get_reference_value(env, consRef_, &constructor); in CreateHidHostProfile()
|
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/ |
H A D | napi_mirror_player.cpp | 38 thread_local napi_ref NapiMirrorPlayer::consRef_ = nullptr; member in OHOS::CastEngine::CastEngineClient::NapiMirrorPlayer 59 status = napi_create_reference(env, mirrorPlayer, initialRefCount, &consRef_); in DefineMirrorPlayerJSClass() 79 if (consRef_ == nullptr || player == nullptr) { in CreateNapiMirrorPlayer() 83 napi_status status = napi_get_reference_value(env, consRef_, &constructor); in CreateNapiMirrorPlayer()
|
H A D | napi_cast_session.cpp | 42 thread_local napi_ref NapiCastSession::consRef_ = nullptr; member in OHOS::CastEngine::CastEngineClient::NapiCastSession 74 status = napi_create_reference(env, castSession, initialRefCount, &consRef_); in DefineCastSessionJSClass() 94 if (consRef_ == nullptr || session == nullptr) { in CreateNapiCastSession() 98 napi_status status = napi_get_reference_value(env, consRef_, &constructor); in CreateNapiCastSession()
|
H A D | napi_stream_player.cpp | 35 thread_local napi_ref NapiStreamPlayer::consRef_ = nullptr; member in OHOS::CastEngine::CastEngineClient::NapiStreamPlayer 93 status = napi_create_reference(env, constructor, initialRefCount, &consRef_); in DefineStreamPlayerJSClass() 114 if (consRef_ == nullptr || player == nullptr) { in CreateNapiStreamPlayer() 118 napi_status status = napi_get_reference_value(env, consRef_, &constructor); in CreateNapiStreamPlayer()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag.cpp | 33 thread_local napi_ref NapiHandsFreeAudioGateway::consRef_ = nullptr; member in OHOS::Bluetooth::NapiHandsFreeAudioGateway 64 napi_create_reference(env, constructor, 1, &consRef_); in DefineHandsFreeAudioGatewayJSClass() 87 napi_get_reference_value(env, consRef_, &constructor); in CreateHfpAgProfile()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 30 thread_local napi_ref NapiBluetoothPan::consRef_ = nullptr; member in OHOS::Bluetooth::NapiBluetoothPan 37 napi_get_reference_value(env, consRef_, &constructor); in CreatePanProfile() 72 napi_create_reference(env, constructor, 1, &consRef_); in DefinePanJSClass()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_server.cpp | 33 thread_local napi_ref NapiGattServer::consRef_ = nullptr; member in OHOS::Bluetooth::NapiGattServer 40 napi_get_reference_value(env, consRef_, &constructor); in CreateGattServer() 67 napi_create_reference(env, constructor, 1, &consRef_); in DefineGattServerJSClass()
|
H A D | napi_bluetooth_gatt_client.cpp | 34 thread_local napi_ref NapiGattClient::consRef_ = nullptr; 56 NAPI_BT_CALL_RETURN(napi_get_reference_value(env, NapiGattClient::consRef_, &constructor)); in CheckCreateGattClientDeviceParams() 99 napi_create_reference(env, constructor, 1, &consRef_); in DefineGattClientJSClass()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_extension_context.cpp | 75 napi_get_reference_value(env, NAccessibilityElement::consRef_, &constructor); in ConvertAccessibilityWindowInfosToJS() 337 napi_get_reference_value(env, NAccessibilityElement::consRef_, &constructor); in GetFoucusElementCompleteTask() 417 napi_get_reference_value(env, NAccessibilityElement::consRef_, &constructor); in GetWindowRootElementCompleteTask()
|
H A D | napi_accessibility_element.cpp | 123 napi_ref NAccessibilityElement::consRef_ = nullptr; 148 napi_create_reference(env, constructor, 1, &NAccessibilityElement::consRef_); in DefineJSAccessibilityElement() 194 napi_get_reference_value(env, NAccessibilityElement::consRef_, &constructor); in ConvertElementInfosToJS() 915 NAccessibilityElement::consRef_, &constructor)); in GetElementInfoParent() 1483 NAccessibilityElement::consRef_, &constructor)); in GetWindowInfoRootElement() 2167 napi_get_reference_value(env, NAccessibilityElement::consRef_, &constructor); in GetElement() 2175 napi_get_reference_value(env, NAccessibilityElement::consRef_, &constructor); in GetElement() 2183 napi_get_reference_value(env, NAccessibilityElement::consRef_, &constructor); in GetElement()
|
H A D | napi_accessibility_extension.cpp | 335 napi_get_reference_value(env, NAccessibilityElement::consRef_, &constructor); in ConvertAccessibilityElementToJS()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/include/ |
H A D | napi_accessibility_element.h | 155 static napi_ref consRef_; member in NAccessibilityElement
|