Home
last modified time | relevance | path

Searched refs:RemoveService (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h41 virtual int RemoveService(int32_t appId, const BluetoothGattService &services) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h39 int RemoveService(int32_t appId, const BluetoothGattService &services) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h37 int RemoveService(int32_t appId, const BluetoothGattService &services) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h199 virtual int RemoveService(int appId, const Service &services) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.h34 int RemoveService(int appId, const Service &service) override;
H A Dgatt_server_profile.h56 int RemoveService(uint16_t serviceHandle) const;
H A Dgatt_server_service.cpp75 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 Dgatt_server_profile.cpp1928 int GattServerProfile::RemoveService(uint16_t serviceHandle) const in RemoveService() function in OHOS::bluetooth::GattServerProfile
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp370 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 Dbluetooth_gatt_server_proxy.cpp137 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 Dbluetooth_gatt_server_stub.cpp165 int result = RemoveService(appId, *service); in RemoveServiceInner()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp796 ret = proxy->RemoveService( in RemoveGattService()

Completed in 11 milliseconds