/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server_callback.h | 40 virtual void OnDescriptorWriteRequest(
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_gatt_server_callback.h | 48 void OnDescriptorWriteRequest(const BluetoothRemoteDevice &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_gatt_server_callback_proxy.h | 37 void OnDescriptorWriteRequest(
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_server.h | 122 virtual void OnDescriptorWriteRequest( in OnDescriptorWriteRequest() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 99 virtual void OnDescriptorWriteRequest(const GattDevice &device, const Descriptor &descriptor) {} in OnDescriptorWriteRequest() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_server_callback.cpp | 93 void NapiGattServerCallback::OnDescriptorWriteRequest(const BluetoothRemoteDevice &device, in OnDescriptorWriteRequest() function in OHOS::Bluetooth::NapiGattServerCallback
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_server_test.cpp | 44 void OnDescriptorWriteRequest( in OnDescriptorWriteRequest() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_callback_proxy.cpp | 170 void BluetoothGattServerCallbackProxy::OnDescriptorWriteRequest( in OnDescriptorWriteRequest() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 122 …void OnDescriptorWriteRequest(const bluetooth::GattDevice &device, const bluetooth::Descriptor &de… in OnDescriptorWriteRequest() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl 129 …callback_->OnDescriptorWriteRequest((BluetoothGattDevice)device, (BluetoothGattDescriptor)descript… in OnDescriptorWriteRequest()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_callback_stub.cpp | 183 stub->OnDescriptorWriteRequest(*device, *descriptor); in OnDescriptorWriteRequestInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 230 …void OnDescriptorWriteRequest(const BluetoothGattDevice &device, const BluetoothGattDescriptor &de… in OnDescriptorWriteRequest() function in OHOS::Bluetooth::GattServer::impl::BluetoothGattServerCallbackStubImpl 253 serverSptr->pimpl->callback_->OnDescriptorWriteRequest( in OnDescriptorWriteRequest()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 445 void OnDescriptorWriteRequest( in OnDescriptorWriteRequest() function in OHOS::Bluetooth::GattServerCallbackWapper
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 1042 … server->second.callback_->OnDescriptorWriteRequest(remote->second.GetDevice(), gattDescriptor); in OnDescriptorWriteEvent()
|