Home
last modified time | relevance | path

Searched defs:ToNapiValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp23 napi_value NapiNativeInt::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeInt
33 napi_value NapiNativeBool::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeBool
43 napi_value NapiNativeString::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeString
53 napi_value NapiNativeUuidsArray::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeUuidsArray
61 napi_value NapiNativeDiscoveryResultArray::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeDiscoveryResultArray
91 napi_value NapiNativeDiscoveryInfoResultArray::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeDiscoveryInfoResultArray
135 napi_value NapiNativePinRequiredParam::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativePinRequiredParam
158 napi_value NapiNativeBondStateParam::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeBondStateParam
177 napi_value NapiNativeStateChangeParam::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeStateChangeParam
186 napi_value NapiNativeOppTransferInformation::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeOppTransferInformation
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp391 napi_value NapiNativeBleCharacteristic::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeBleCharacteristic
399 napi_value NapiNativeBleDescriptor::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeBleDescriptor
407 napi_value NapiNativeGattServiceArray::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeGattServiceArray
415 napi_value NapiNativeAdvertisingStateInfo::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeAdvertisingStateInfo
429 napi_value NapiNativeGattsCharacterReadRequest::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeGattsCharacterReadRequest
438 napi_value NapiNativeGattsCharacterWriteRequest::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeGattsCharacterWriteRequest
447 napi_value NapiNativeGattsDescriptorWriteRequest::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeGattsDescriptorWriteRequest
456 napi_value NapiNativeGattsDescriptorReadRequest::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeGattsDescriptorReadRequest
H A Dnapi_bluetooth_ble_central_manager_callback.cpp327 napi_value NapiNativeBleScanResult::ToNapiValue(napi_env env) const in ToNapiValue() function in OHOS::Bluetooth::NapiNativeBleScanResult
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_native_object.h33 napi_value ToNapiValue(napi_env env) const override in ToNapiValue() function