/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server_callback.h | 38 virtual void OnDescriptorReadRequest(
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_gatt_server_callback.h | 46 void OnDescriptorReadRequest(const BluetoothRemoteDevice &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_gatt_server_callback_proxy.h | 36 …void OnDescriptorReadRequest(const BluetoothGattDevice &device, const BluetoothGattDescriptor &des…
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_server.h | 110 …virtual void OnDescriptorReadRequest(const BluetoothRemoteDevice &device, GattDescriptor &descript… in OnDescriptorReadRequest() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 88 virtual void OnDescriptorReadRequest(const GattDevice &device, const Descriptor &descriptor) {} in OnDescriptorReadRequest() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_server_callback.cpp | 103 void NapiGattServerCallback::OnDescriptorReadRequest(const BluetoothRemoteDevice &device, in OnDescriptorReadRequest() function in OHOS::Bluetooth::NapiGattServerCallback
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_server_test.cpp | 41 void OnDescriptorReadRequest( in OnDescriptorReadRequest() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_callback_proxy.cpp | 142 void BluetoothGattServerCallbackProxy::OnDescriptorReadRequest( in OnDescriptorReadRequest() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 113 …void OnDescriptorReadRequest(const bluetooth::GattDevice &device, const bluetooth::Descriptor &des… in OnDescriptorReadRequest() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl 120 …callback_->OnDescriptorReadRequest((BluetoothGattDevice)device, (BluetoothGattDescriptor)descripto… in OnDescriptorReadRequest()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_callback_stub.cpp | 166 stub->OnDescriptorReadRequest(*device, *descriptor); in OnDescriptorReadRequestInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 196 …void OnDescriptorReadRequest(const BluetoothGattDevice &device, const BluetoothGattDescriptor &des… in OnDescriptorReadRequest() function in OHOS::Bluetooth::GattServer::impl::BluetoothGattServerCallbackStubImpl 217 serverSptr->pimpl->callback_->OnDescriptorReadRequest( in OnDescriptorReadRequest()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 409 void OnDescriptorReadRequest( in OnDescriptorReadRequest() function in OHOS::Bluetooth::GattServerCallbackWapper
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 1006 server->second.callback_->OnDescriptorReadRequest( in OnDescriptorReadEvent()
|