/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_audio_manager.cpp | 36 int IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported); 74 int BluetoothAudioManager::impl::IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool… in IsWearDetectionSupported() function in OHOS::Bluetooth::BluetoothAudioManager::impl 78 … return proxy->IsWearDetectionSupported(BluetoothRawAddress(device.GetDeviceAddr()), isSupported); in IsWearDetectionSupported() 120 int BluetoothAudioManager::IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSu… in IsWearDetectionSupported() function in OHOS::Bluetooth::BluetoothAudioManager 137 return pimpl->IsWearDetectionSupported(device, isSupported); in IsWearDetectionSupported()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/ |
H A D | napi_bluetooth_audio_manager.cpp | 46 DECLARE_NAPI_FUNCTION("isWearDetectionSupported", IsWearDetectionSupported), in DefineSystemWearDetectionInterface() 111 napi_value NapiBluetoothAudioManager::IsWearDetectionSupported(napi_env env, napi_callback_info inf… in IsWearDetectionSupported() function in OHOS::Bluetooth::NapiBluetoothAudioManager 122 int32_t err = audioManager.IsWearDetectionSupported(device, isSupported); in IsWearDetectionSupported()
|
/ohos5.0/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);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_audio_manager.h | 65 int IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported);
|
/ohos5.0/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;
|
/ohos5.0/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;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_audio_manager_proxy.cpp | 107 int32_t BluetoothAudioManagerProxy::IsWearDetectionSupported(const BluetoothRawAddress &device, boo… in IsWearDetectionSupported() function in OHOS::Bluetooth::BluetoothAudioManagerProxy
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | bluetooth_device_manager.cpp | 128 …BluetoothAudioManager::GetInstance().IsWearDetectionSupported(device.GetDeviceAddr(), isWearSuppor… in IsBTWearDetectionEnable()
|