Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp21 void BluetoothAvrcpCtProxy::RegisterObserver(const sptr<IBluetoothAvrcpCtObserver> &observer) in RegisterObserver()
24 if (!data.WriteInterfaceToken(BluetoothAvrcpCtProxy::GetDescriptor())) { in RegisterObserver()
39 HILOGE("BluetoothAvrcpCtProxy::RegisterObserver done fail, error: %{public}d", error); in RegisterObserver()
43 void BluetoothAvrcpCtProxy::UnregisterObserver(const sptr<IBluetoothAvrcpCtObserver> &observer) in UnregisterObserver()
46 if (!data.WriteInterfaceToken(BluetoothAvrcpCtProxy::GetDescriptor())) { in UnregisterObserver()
61 HILOGE("BluetoothAvrcpCtProxy::UnregisterObserver done fail, error: %{public}d", error); in UnregisterObserver()
66 std::vector<RawAddress> BluetoothAvrcpCtProxy::GetConnectedDevices() in GetConnectedDevices()
70 if (!data.WriteInterfaceToken(BluetoothAvrcpCtProxy::GetDescriptor())) { in GetConnectedDevices()
80 HILOGE("BluetoothAvrcpCtProxy::GetConnectedDevices done fail, error: %{public}d", error); in GetConnectedDevices()
90 std::vector<RawAddress> BluetoothAvrcpCtProxy
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h24 class BluetoothAvrcpCtProxy : public IRemoteProxy<IBluetoothAvrcpCt> { class
26 explicit BluetoothAvrcpCtProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothAvrcpCt>(impl) {}; in BluetoothAvrcpCtProxy() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
27 ~BluetoothAvrcpCtProxy() {}; in ~BluetoothAvrcpCtProxy()
69 static inline BrokerDelegator<BluetoothAvrcpCtProxy> delegator_;

Completed in 2 milliseconds