Home
last modified time | relevance | path

Searched refs:IBluetoothServerSocketObserver (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_socket_observer_proxy.h38 class BluetoothServerSocketObserverProxy : public IRemoteProxy<IBluetoothServerSocketObserver> {
41 : IRemoteProxy<IBluetoothServerSocketObserver>(impl) {} in BluetoothServerSocketObserverProxy()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_socket.h34 sptr<IBluetoothServerSocketObserver> observer;
51 virtual int DeregisterServerObserver(const sptr<IBluetoothServerSocketObserver> &observer) = 0;
H A Di_bluetooth_socket_observer.h41 class IBluetoothServerSocketObserver : public OHOS::IRemoteBroker { class
43 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.ipc.IBluetoothServerSocketObserver");
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_socket_stub.cpp118 .observer = OHOS::iface_cast<IBluetoothServerSocketObserver>(data.ReadRemoteObject()) in ListenInner()
139 sptr<IBluetoothServerSocketObserver> observer = in DeregisterServerObserverInner()
140 OHOS::iface_cast<IBluetoothServerSocketObserver>(data.ReadRemoteObject()); in DeregisterServerObserverInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_socket_observer_stub.h37 class BluetoothServerSocketObserverStub : public IRemoteStub<IBluetoothServerSocketObserver> {
H A Dbluetooth_socket_proxy.h34 int DeregisterServerObserver(const sptr<IBluetoothServerSocketObserver> &observer) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_socket_server.cpp62 int BluetoothSocketServer::DeregisterServerObserver(const sptr<IBluetoothServerSocketObserver> &observer) in DeregisterServerObserver()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h102 int DeregisterServerObserver(const sptr<IBluetoothServerSocketObserver> &observer) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_socket_proxy.cpp78 int BluetoothSocketProxy::DeregisterServerObserver(const sptr<IBluetoothServerSocketObserver> &observer) in DeregisterServerObserver()

Completed in 4 milliseconds