/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_client.h | 41 virtual int DiscoveryServices(int32_t appId) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_client_server.h | 42 int DiscoveryServices(int32_t appId) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.h | 39 int DiscoveryServices(int appId) override;
|
H A D | gatt_client_service.cpp | 105 void DiscoveryServices(int appId); 262 int GattClientService::DiscoveryServices(int appId) in DiscoveryServices() function in OHOS::bluetooth::GattClientService 268 GetDispatcher()->PostTask(std::bind(&impl::DiscoveryServices, pimpl.get(), appId)); in DiscoveryServices() 665 void GattClientService::impl::DiscoveryServices(int appId) in DiscoveryServices() function in OHOS::bluetooth::GattClientService::impl
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_client_proxy.h | 39 int DiscoveryServices(int32_t appId) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_client.h | 194 virtual int DiscoveryServices(int appId) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 377 int BluetoothGattClientServer::DiscoveryServices(int32_t appId) in DiscoveryServices() function in OHOS::Bluetooth::BluetoothGattClientServer 385 return pimpl->clientService_->DiscoveryServices(appId); in DiscoveryServices()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_stub.cpp | 156 int result = DiscoveryServices(appId); in DiscoveryServicesInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_proxy.cpp | 118 int BluetoothGattClientProxy::DiscoveryServices(int32_t appId) in DiscoveryServices() function in OHOS::Bluetooth::BluetoothGattClientProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_hogp.cpp | 294 result = gattClientService->DiscoveryServices(appId_); in DiscoverStart()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 414 result = proxy->DiscoveryServices(applicationId_); in DiscoverStart()
|