Home
last modified time | relevance | path

Searched refs:DiscoveryServices (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_client.h41 virtual int DiscoveryServices(int32_t appId) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h42 int DiscoveryServices(int32_t appId) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.h39 int DiscoveryServices(int appId) override;
H A Dgatt_client_service.cpp105 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 Dbluetooth_gatt_client_proxy.h39 int DiscoveryServices(int32_t appId) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_client.h194 virtual int DiscoveryServices(int appId) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp377 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 Dbluetooth_gatt_client_stub.cpp156 int result = DiscoveryServices(appId); in DiscoveryServicesInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp118 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 Dhid_host_hogp.cpp294 result = gattClientService->DiscoveryServices(appId_); in DiscoverStart()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp414 result = proxy->DiscoveryServices(applicationId_); in DiscoverStart()