Home
last modified time | relevance | path

Searched refs:BluetoothAudioManagerProxy (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp24 int BluetoothAudioManagerProxy::EnableWearDetection(const std::string &deviceId) in EnableWearDetection()
29 int BluetoothAudioManagerProxy::DisableWearDetection(const std::string &deviceId) in DisableWearDetection()
34 int BluetoothAudioManagerProxy::SetWearDetection(const std::string &deviceId, bool enable) in SetWearDetection()
37 if (!data.WriteInterfaceToken(BluetoothAudioManagerProxy::GetDescriptor())) { in SetWearDetection()
58 int BluetoothAudioManagerProxy::GetWearDetectionState(const std::string &deviceId, int32_t &ability) in GetWearDetectionState()
61 if (!data.WriteInterfaceToken(BluetoothAudioManagerProxy::GetDescriptor())) { in GetWearDetectionState()
87 int32_t BluetoothAudioManagerProxy::IsDeviceWearing(const BluetoothRawAddress &device) in IsDeviceWearing()
90 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothAudioManagerProxy::GetDescriptor()), in IsDeviceWearing()
91 BT_ERR_INTERNAL_ERROR, "BluetoothAudioManagerProxy::IsDeviceWearing WriteInterfaceToken error"); in IsDeviceWearing()
93 "BluetoothAudioManagerProxy in IsDeviceWearing()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_audio_manager_proxy.h24 class BluetoothAudioManagerProxy : public IRemoteProxy<IBluetoothAudioManager> { class
26 explicit BluetoothAudioManagerProxy(const sptr<IRemoteObject>& remote) in BluetoothAudioManagerProxy() function in OHOS::Bluetooth::BluetoothAudioManagerProxy
30 ~BluetoothAudioManagerProxy() override = default;
41 static inline BrokerDelegator<BluetoothAudioManagerProxy> delegator_;

Completed in 1 milliseconds