Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_pan_observer_proxy.h25 class BluetoothPanObserverProxy : public IRemoteProxy<IBluetoothPanObserver> { class
27 explicit BluetoothPanObserverProxy( in BluetoothPanObserverProxy() function in OHOS::Bluetooth::BluetoothPanObserverProxy
29 ~BluetoothPanObserverProxy() {} in ~BluetoothPanObserverProxy()
33 static inline BrokerDelegator<BluetoothPanObserverProxy> delegator_;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_observer_proxy.cpp20 ErrCode BluetoothPanObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) in OnConnectionStateChanged()
25 if (!data.WriteInterfaceToken(BluetoothPanObserverProxy::GetDescriptor())) { in OnConnectionStateChanged()
26 HILOGE("BluetoothPanObserverProxy::OnConnectionStateChanged WriteInterfaceToken error"); in OnConnectionStateChanged()

Completed in 2 milliseconds