Home
last modified time | relevance | path

Searched refs:IBluetoothClientSocketObserver (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_socket_observer_proxy.h26 class BluetoothClientSocketObserverProxy : public IRemoteProxy<IBluetoothClientSocketObserver> {
29 : IRemoteProxy<IBluetoothClientSocketObserver>(impl) {} in BluetoothClientSocketObserverProxy()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_socket_proxy.h36 const sptr<IBluetoothClientSocketObserver> &observer) override;
38 const sptr<IBluetoothClientSocketObserver> &observer) override;
H A Dbluetooth_socket_observer_stub.h24 class BluetoothClientSocketObserverStub : public IRemoteStub<IBluetoothClientSocketObserver> {
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_socket.h53 const sptr<IBluetoothClientSocketObserver> &observer) = 0;
55 const sptr<IBluetoothClientSocketObserver> &observer) = 0;
H A Di_bluetooth_socket_observer.h26 class IBluetoothClientSocketObserver : public OHOS::IRemoteBroker { class
28 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.ipc.IBluetoothClientSocketObserver");
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_socket_server.cpp69 const sptr<IBluetoothClientSocketObserver> &observer) in RegisterClientObserver()
75 const sptr<IBluetoothClientSocketObserver> &observer) in DeregisterClientObserver()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h104 const sptr<IBluetoothClientSocketObserver> &observer) override;
106 const sptr<IBluetoothClientSocketObserver> &observer) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_socket_proxy.cpp96 const sptr<IBluetoothClientSocketObserver> &observer) in RegisterClientObserver()
117 const sptr<IBluetoothClientSocketObserver> &observer) in DeregisterClientObserver()

Completed in 3 milliseconds