Home
last modified time | relevance | path

Searched refs:GetWearDetectionState (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp31 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 Di_bluetooth_audio_manager.h32 virtual int GetWearDetectionState(const std::string &deviceId, int32_t &ability) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_audio_manager.h44 int GetWearDetectionState(const std::string &deviceId, int32_t &ability);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_audio_manager_proxy.h34 int GetWearDetectionState(const std::string &deviceId, int32_t &ability) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp58 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 Dnapi_bluetooth_audio_manager.cpp96 int32_t err = wd.GetWearDetectionState(remoteAddr, ability); in IsWearDetectionEnabled()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp127 BluetoothAudioManager::GetInstance().GetWearDetectionState(device.GetDeviceAddr(), wearEnabledAbility); in IsBTWearDetectionEnable()

Completed in 5 milliseconds