/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_client_callback.h | 41 virtual void OnServicesChanged(std::vector<BluetoothGattService> &service) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_gatt_client_callback_proxy.h | 39 void OnServicesChanged(std::vector<BluetoothGattService> &service) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_client.h | 59 virtual void OnServicesChanged(const std::vector<Service> &services) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_hogp.h | 61 void OnServicesChanged(const std::vector<Service> &services) override;
|
H A D | hid_host_hogp.cpp | 717 void HidHostHogp::HogpGattClientCallback::OnServicesChanged(const std::vector<Service> &services) in OnServicesChanged() function in OHOS::bluetooth::HidHostHogp::HogpGattClientCallback
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 162 void OnServicesChanged(const std::vector<Service> &services) override in OnServicesChanged() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl 170 callback_->OnServicesChanged(result); in OnServicesChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_callback_proxy.cpp | 276 void BluetoothGattClientCallbackProxy::OnServicesChanged(std::vector<BluetoothGattService> &service) in OnServicesChanged() function in OHOS::Bluetooth::BluetoothGattClientCallbackProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_callback_stub.cpp | 222 stub->OnServicesChanged(service); in OnServicesChangedInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 131 void OnServicesChanged(std::vector<BluetoothGattService> &service) override in OnServicesChanged() function in OHOS::Bluetooth::GattClient::impl::BluetoothGattClientCallbackStubImpl
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.cpp | 1036 client.value()->second.callback_.OnServicesChanged(std::vector<Service>()); in OnCharacteristicNotifyEvent()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 52 void OnServicesChanged(const std::vector<Service> &services) override in OnServicesChanged() function in OHOS::bluetooth::BleAdapter::impl::GattClientCallback
|