Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client_callback.cpp68 auto napiRssi = std::make_shared<NapiNativeInt>(rssi); in OnReadRemoteRssiValueResult()
102 auto nativeObject = std::make_shared<NapiNativeInt>(mtu); in OnMtuUpdate()
H A Dnapi_bluetooth_gatt_server_callback.cpp113 auto nativeObject = std::make_shared<NapiNativeInt>(mtu); in OnMtuUpdate()
120 auto napiRet = std::make_shared<NapiNativeInt>(ret); in OnNotificationCharacteristicChanged()
H A Dnapi_bluetooth_ble_advertise_callback.cpp74 auto napiAdvHandle = std::make_shared<NapiNativeInt>(advHandle); in OnGetAdvHandleEvent()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_native_object.h39 class NapiNativeInt : public NapiNativeObject { class
41 explicit NapiNativeInt(int value) : value_(value) {} in NapiNativeInt() function in OHOS::Bluetooth::NapiNativeInt
42 ~NapiNativeInt() override = default;
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.cpp40 auto nativeObject = std::make_shared<NapiNativeInt>(static_cast<int>(state)); in OnStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp229 auto object = std::make_shared<NapiNativeInt>(strategy); in GetConnectionStrategy()
291 auto object = std::make_shared<NapiNativeInt>(shareType); in GetShareType()
334 auto object = std::make_shared<NapiNativeInt>(accessAuthorization); in GetPhoneBookAccessAuthorization()
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp196 auto object = std::make_shared<NapiNativeInt>(strategy); in GetConnectionStrategy()
237 auto object = std::make_shared<NapiNativeInt>(accessAuthorization); in GetMessageAccessAuthorization()
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp234 auto object = std::make_shared<NapiNativeInt>(strategy); in GetConnectionStrategy()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp20 napi_value NapiNativeInt::ToNapiValue(napi_env env) const in ToNapiValue()
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp399 auto object = std::make_shared<NapiNativeInt>(strategy); in GetConnectionStrategy()
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp440 auto object = std::make_shared<NapiNativeInt>(strategy); in GetConnectionStrategy()
753 auto object = std::make_shared<NapiNativeInt>(duration); in GetAutoPlayDisabledDuration()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp764 auto object = std::make_shared<NapiNativeInt>(deviceType); in GetRemoteDeviceType()

Completed in 9 milliseconds