Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_observer_proxy.cpp21 void BluetoothHostObserverProxy::OnStateChanged(int32_t transport, int32_t status) in OnStateChanged()
25 if (!data.WriteInterfaceToken(BluetoothHostObserverProxy::GetDescriptor())) { in OnStateChanged()
26 HILOGE("BluetoothHostObserverProxy::OnStateChanged WriteInterfaceToken error"); in OnStateChanged()
31 HILOGE("BluetoothHostObserverProxy::OnStateChanged transport error"); in OnStateChanged()
36 HILOGE("BluetoothHostObserverProxy::OnStateChanged status error"); in OnStateChanged()
51 void BluetoothHostObserverProxy::OnDiscoveryStateChanged(int32_t status) in OnDiscoveryStateChanged()
55 if (!data.WriteInterfaceToken(BluetoothHostObserverProxy::GetDescriptor())) { in OnDiscoveryStateChanged()
56 HILOGE("BluetoothHostObserverProxy::OnDiscoveryStateChanged WriteInterfaceToken error"); in OnDiscoveryStateChanged()
61 HILOGE("BluetoothHostObserverProxy::OnDiscoveryStateChanged status error"); in OnDiscoveryStateChanged()
75 void BluetoothHostObserverProxy
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_host_observer_proxy.h24 class BluetoothHostObserverProxy : public IRemoteProxy<IBluetoothHostObserver> { class
26 explicit BluetoothHostObserverProxy(const sptr<IRemoteObject> &impl) in BluetoothHostObserverProxy() function in OHOS::Bluetooth::BluetoothHostObserverProxy
28 ~BluetoothHostObserverProxy() {} in ~BluetoothHostObserverProxy()
45 static inline BrokerDelegator<BluetoothHostObserverProxy> delegator_;

Completed in 1 milliseconds