Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp22 void BluetoothAvrcpTgProxy::RegisterObserver(const sptr<IBluetoothAvrcpTgObserver> &observer) in RegisterObserver()
24 HILOGI("BluetoothAvrcpTgProxy::RegisterObserver start"); in RegisterObserver()
26 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in RegisterObserver()
27 HILOGE("BluetoothAvrcpTgProxy::RegisterObserver WriteInterfaceToken error"); in RegisterObserver()
31 HILOGE("BluetoothAvrcpTgProxy::RegisterObserver observer error"); in RegisterObserver()
39 HILOGE("BluetoothAvrcpTgProxy::RegisterObserver done fail, error: %{public}d", error); in RegisterObserver()
45 void BluetoothAvrcpTgProxy::UnregisterObserver(const sptr<IBluetoothAvrcpTgObserver> &observer) in UnregisterObserver()
47 HILOGI("BluetoothAvrcpTgProxy::UnregisterObserver start"); in UnregisterObserver()
49 if (!data.WriteInterfaceToken(BluetoothAvrcpTgProxy::GetDescriptor())) { in UnregisterObserver()
50 HILOGE("BluetoothAvrcpTgProxy in UnregisterObserver()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h24 class BluetoothAvrcpTgProxy : public IRemoteProxy<IBluetoothAvrcpTg> { class
26 explicit BluetoothAvrcpTgProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothAvrcpTg>(impl) {} in BluetoothAvrcpTgProxy() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
27 ~BluetoothAvrcpTgProxy() {} in ~BluetoothAvrcpTgProxy()
54 static inline BrokerDelegator<BluetoothAvrcpTgProxy> delegator_;

Completed in 1 milliseconds