Searched refs:BluetoothGattServerCallbackStub (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_callback_stub.cpp | 26 BluetoothGattServerCallbackStub::BluetoothGattServerCallbackStub() in BluetoothGattServerCallbackStub() function in OHOS::Bluetooth::BluetoothGattServerCallbackStub 34 BluetoothGattServerCallbackStub::OnConnectionStateChangedInner; in BluetoothGattServerCallbackStub() 37 BluetoothGattServerCallbackStub::OnAddServiceInner; in BluetoothGattServerCallbackStub() 43 BluetoothGattServerCallbackStub::OnDescriptorReadRequestInner; in BluetoothGattServerCallbackStub() 49 BluetoothGattServerCallbackStub::OnMtuChangedInner; in BluetoothGattServerCallbackStub() 52 BluetoothGattServerCallbackStub::OnNotifyConfirmInner; in BluetoothGattServerCallbackStub() 59 BluetoothGattServerCallbackStub::~BluetoothGattServerCallbackStub() in ~BluetoothGattServerCallbackStub() 64 int BluetoothGattServerCallbackStub::OnRemoteRequest( in OnRemoteRequest() 119 ErrCode BluetoothGattServerCallbackStub::OnAddServiceInner( in OnAddServiceInner() 188 ErrCode BluetoothGattServerCallbackStub::OnMtuChangedInner( in OnMtuChangedInner() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_server_callback_stub.h | 27 class BluetoothGattServerCallbackStub : public IRemoteStub<IBluetoothGattServerCallback> { 29 BluetoothGattServerCallbackStub(); 30 virtual ~BluetoothGattServerCallbackStub(); 37 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply); 39 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply); 41 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply); 43 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply); 45 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply); 47 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply); 49 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply); [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 107 …ss GattServer::impl::BluetoothGattServerCallbackStubImpl : public BluetoothGattServerCallbackStub {
|