Home
last modified time | relevance | path

Searched refs:BluetoothClientSocketObserverStub (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_socket_observer_stub.h24 class BluetoothClientSocketObserverStub : public IRemoteStub<IBluetoothClientSocketObserver> { class
26 BluetoothClientSocketObserverStub() = default;
27 ~BluetoothClientSocketObserverStub() = default;
34 DISALLOW_COPY_AND_MOVE(BluetoothClientSocketObserverStub);
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_socket_observer_stub.cpp24 int32_t BluetoothClientSocketObserverStub::OnRemoteRequest( in OnRemoteRequest()
27 HILOGD("BluetoothClientSocketObserverStub: transaction of code: %{public}d is received", code); in OnRemoteRequest()
28 if (BluetoothClientSocketObserverStub::GetDescriptor() != data.ReadInterfaceToken()) { in OnRemoteRequest()
29 HILOGE("BluetoothClientSocketObserverStub::OnRemoteRequest, local descriptor is not equal to remote"); in OnRemoteRequest()
45 int32_t BluetoothClientSocketObserverStub::OnConnectionStateChangedInner(MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp297 class ClientSocket::impl::BluetoothSocketObserverImp : public BluetoothClientSocketObserverStub {

Completed in 2 milliseconds