/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server.h | 41 virtual int RemoveService(int32_t appId, const BluetoothGattService &services) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_server_server.h | 39 int RemoveService(int32_t appId, const BluetoothGattService &services) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_server_proxy.h | 37 int RemoveService(int32_t appId, const BluetoothGattService &services) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 199 virtual int RemoveService(int appId, const Service &services) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.h | 34 int RemoveService(int appId, const Service &service) override;
|
H A D | gatt_server_profile.h | 56 int RemoveService(uint16_t serviceHandle) const;
|
H A D | gatt_server_service.cpp | 75 int RemoveService(int appId, uint16_t handle); 220 int GattServerService::RemoveService(int appId, const Service &service) in RemoveService() function in OHOS::bluetooth::GattServerService 232 GetDispatcher()->PostTask(std::bind(&impl::RemoveService, pimpl.get(), appId, service.handle_)); in RemoveService() 704 int GattServerService::impl::RemoveService(int appId, uint16_t handle) in RemoveService() function in OHOS::bluetooth::GattServerService::impl 723 int result = profile_->RemoveService(handle); in RemoveService() 756 result = RemoveService(appId, handle); in ClearServices()
|
H A D | gatt_server_profile.cpp | 1928 int GattServerProfile::RemoveService(uint16_t serviceHandle) const in RemoveService() function in OHOS::bluetooth::GattServerProfile
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 370 int BluetoothGattServerServer::RemoveService(int32_t appId, const BluetoothGattService &services) in RemoveService() function in OHOS::Bluetooth::BluetoothGattServerServer 383 int ret = pimpl->serverService_->RemoveService(appId, (bluetooth::Service)services); in RemoveService()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_proxy.cpp | 137 int BluetoothGattServerProxy::RemoveService(int32_t appId, const BluetoothGattService &services) in RemoveService() function in OHOS::Bluetooth::BluetoothGattServerProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_stub.cpp | 165 int result = RemoveService(appId, *service); in RemoveServiceInner()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 796 ret = proxy->RemoveService( in RemoveGattService()
|