Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp24 void BluetoothHostProxy::RegisterObserver(const sptr<IBluetoothHostObserver> &observer) in RegisterObserver()
26 HILOGD("BluetoothHostProxy::RegisterObserver start"); in RegisterObserver()
28 if (!data.WriteInterfaceToken(BluetoothHostProxy::GetDescriptor())) { in RegisterObserver()
29 HILOGE("BluetoothHostProxy::RegisterObserver WriteInterfaceToken error"); in RegisterObserver()
33 HILOGE("BluetoothHostProxy::RegisterObserver error"); in RegisterObserver()
40 HILOGE("BluetoothHostProxy::RegisterObserver done fail, error: %{public}d", error); in RegisterObserver()
43 HILOGD("BluetoothHostProxy::RegisterObserver success"); in RegisterObserver()
46 void BluetoothHostProxy::DeregisterObserver(const sptr<IBluetoothHostObserver> &observer) in DeregisterObserver()
49 if (!data.WriteInterfaceToken(BluetoothHostProxy::GetDescriptor())) { in DeregisterObserver()
50 HILOGE("BluetoothHostProxy in DeregisterObserver()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h27 class BluetoothHostProxy : public IRemoteProxy<IBluetoothHost> { class
29 explicit BluetoothHostProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothHost>(impl) in BluetoothHostProxy() function in OHOS::Bluetooth::BluetoothHostProxy
31 ~BluetoothHostProxy() in ~BluetoothHostProxy()
117 static inline BrokerDelegator<BluetoothHostProxy> delegator_;

Completed in 3 milliseconds