Home
last modified time | relevance | path

Searched refs:IsWearDetectionSupported (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp33 int IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported);
71 int BluetoothAudioManager::impl::IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported) in IsWearDetectionSupported() function in OHOS::Bluetooth::BluetoothAudioManager::impl
75 return proxy->IsWearDetectionSupported(BluetoothRawAddress(device.GetDeviceAddr()), isSupported); in IsWearDetectionSupported()
117 int BluetoothAudioManager::IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported) in IsWearDetectionSupported() function in OHOS::Bluetooth::BluetoothAudioManager
134 return pimpl->IsWearDetectionSupported(device, isSupported); in IsWearDetectionSupported()
/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnapi_bluetooth_audio_manager.cpp43 DECLARE_NAPI_FUNCTION("isWearDetectionSupported", IsWearDetectionSupported), in DefineSystemWearDetectionInterface()
108 napi_value NapiBluetoothAudioManager::IsWearDetectionSupported(napi_env env, napi_callback_info info) in IsWearDetectionSupported() function in OHOS::Bluetooth::NapiBluetoothAudioManager
119 int32_t err = audioManager.IsWearDetectionSupported(device, isSupported); in IsWearDetectionSupported()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_audio_manager.h30 static napi_value IsWearDetectionSupported(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_audio_manager.h34 virtual int32_t IsWearDetectionSupported(const BluetoothRawAddress &device, bool &isSupported) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_audio_manager.h65 int IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_audio_manager_proxy.h36 int32_t IsWearDetectionSupported(const BluetoothRawAddress &device, bool &isSupported) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp104 int32_t BluetoothAudioManagerProxy::IsWearDetectionSupported(const BluetoothRawAddress &device, bool &isSupported) in IsWearDetectionSupported() function in OHOS::Bluetooth::BluetoothAudioManagerProxy
108 BT_ERR_INTERNAL_ERROR, "BluetoothAudioManagerProxy::IsWearDetectionSupported WriteInterfaceToken error"); in IsWearDetectionSupported()
110 "BluetoothAudioManagerProxy::IsWearDetectionSupported Write device error"); in IsWearDetectionSupported()
116 "BluetoothAudioManagerProxy::IsWearDetectionSupported fail, error: %{public}d", error); in IsWearDetectionSupported()
126 BT_ERR_INTERNAL_ERROR, "BluetoothAudioManagerProxy::IsWearDetectionSupported WriteInterfaceToken error"); in SendDeviceSelection()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp128 BluetoothAudioManager::GetInstance().IsWearDetectionSupported(device.GetDeviceAddr(), isWearSupported); in IsBTWearDetectionEnable()

Completed in 5 milliseconds