Searched refs:GetWearDetectionState (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_audio_manager.cpp | 31 int GetWearDetectionState(const std::string &deviceId, int32_t &ability);
57 int BluetoothAudioManager::impl::GetWearDetectionState(const std::string &deviceId, int32_t &ability)
in GetWearDetectionState() function in OHOS::Bluetooth::BluetoothAudioManager::impl 61 return proxy->GetWearDetectionState(deviceId, ability);
in GetWearDetectionState() 100 int BluetoothAudioManager::GetWearDetectionState(const std::string &deviceId, int32_t &ability)
in GetWearDetectionState() function in OHOS::Bluetooth::BluetoothAudioManager 104 return pimpl->GetWearDetectionState(deviceId, ability);
in GetWearDetectionState()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_audio_manager.h | 32 virtual int GetWearDetectionState(const std::string &deviceId, int32_t &ability) = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_audio_manager.h | 44 int GetWearDetectionState(const std::string &deviceId, int32_t &ability);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_audio_manager_proxy.h | 34 int GetWearDetectionState(const std::string &deviceId, int32_t &ability) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_audio_manager_proxy.cpp | 58 int BluetoothAudioManagerProxy::GetWearDetectionState(const std::string &deviceId, int32_t &ability)
in GetWearDetectionState() function in OHOS::Bluetooth::BluetoothAudioManagerProxy
|
/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/ |
H A D | napi_bluetooth_audio_manager.cpp | 96 int32_t err = wd.GetWearDetectionState(remoteAddr, ability);
in IsWearDetectionEnabled()
|
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | bluetooth_device_manager.cpp | 127 BluetoothAudioManager::GetInstance().GetWearDetectionState(device.GetDeviceAddr(), wearEnabledAbility); in IsBTWearDetectionEnable()
|
Completed in 5 milliseconds