Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp36 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 Dnapi_bluetooth_audio_manager.cpp46 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 Dnapi_bluetooth_audio_manager.h30 static napi_value IsWearDetectionSupported(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_audio_manager.h65 int IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_audio_manager.h34 …virtual int32_t IsWearDetectionSupported(const BluetoothRawAddress &device, bool &isSupported) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_audio_manager_proxy.h36 int32_t IsWearDetectionSupported(const BluetoothRawAddress &device, bool &isSupported) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp107 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 Dbluetooth_device_manager.cpp128 …BluetoothAudioManager::GetInstance().IsWearDetectionSupported(device.GetDeviceAddr(), isWearSuppor… in IsBTWearDetectionEnable()