Home
last modified time | relevance | path

Searched refs:napi_name (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bluetooth_manager/src/
H A Dbluetooth_manager_addon.cpp72 napi_value napi_name; in ConvertBluetoothInfo() local
75 …, napi_create_string_utf8(env, bluetoothInfo.name.c_str(), bluetoothInfo.name.size(), &napi_name)); in ConvertBluetoothInfo()
78 NAPI_CALL(env, napi_set_named_property(env, objBluetoothInfo, "name", napi_name)); in ConvertBluetoothInfo()