Home
last modified time | relevance | path

Searched defs:consRef_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hid_host.h45 static thread_local napi_ref consRef_; variable
H A Dnapi_bluetooth_pan.h44 static thread_local napi_ref consRef_; variable
H A Dnapi_bluetooth_hfp_ag.h53 static thread_local napi_ref consRef_; variable
H A Dnapi_bluetooth_gatt_server.h67 static thread_local napi_ref consRef_; variable
H A Dnapi_bluetooth_gatt_client.h88 static thread_local napi_ref consRef_; variable
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/include/
H A Dnapi_accessibility_element.h155 static napi_ref consRef_; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp36 thread_local napi_ref NapiBluetoothHidHost::consRef_ = nullptr; member in OHOS::Bluetooth::NapiBluetoothHidHost
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp33 thread_local napi_ref NapiBluetoothPan::consRef_ = nullptr; member in OHOS::Bluetooth::NapiBluetoothPan
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp37 thread_local napi_ref NapiHandsFreeAudioGateway::consRef_ = nullptr; member in OHOS::Bluetooth::NapiHandsFreeAudioGateway
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp37 thread_local napi_ref NapiGattServer::consRef_ = nullptr; member in OHOS::Bluetooth::NapiGattServer
H A Dnapi_bluetooth_gatt_client.cpp38 thread_local napi_ref NapiGattClient::consRef_ = nullptr; member in OHOS::Bluetooth::NapiGattClient
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp122 napi_ref NAccessibilityElement::consRef_ = nullptr; member in NAccessibilityElement