/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_audio_manager.cpp | 33 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 D | napi_bluetooth_audio_manager.cpp | 43 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 D | napi_bluetooth_audio_manager.h | 30 static napi_value IsWearDetectionSupported(napi_env env, napi_callback_info info);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_audio_manager.h | 34 virtual int32_t IsWearDetectionSupported(const BluetoothRawAddress &device, bool &isSupported) = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_audio_manager.h | 65 int IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_audio_manager_proxy.h | 36 int32_t IsWearDetectionSupported(const BluetoothRawAddress &device, bool &isSupported) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_audio_manager_proxy.cpp | 104 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 D | bluetooth_device_manager.cpp | 128 BluetoothAudioManager::GetInstance().IsWearDetectionSupported(device.GetDeviceAddr(), isWearSupported); in IsBTWearDetectionEnable()
|