Home
last modified time | relevance | path

Searched refs:ClearServices (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h34 virtual void ClearServices(int appId) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h32 void ClearServices(int appId) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h30 void ClearServices(int appId) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.h35 int ClearServices(int appId) override;
H A Dgatt_server_service.cpp76 int ClearServices(int appId);
237 int GattServerService::ClearServices(int appId) in ClearServices() function in OHOS::bluetooth::GattServerService
244 GetDispatcher()->PostTask(std::bind(&impl::ClearServices, pimpl.get(), appId)); in ClearServices()
660 ClearServices(appId); in DeregisterApplicationImpl()
744 int GattServerService::impl::ClearServices(int appId) in ClearServices() function in OHOS::bluetooth::GattServerService::impl
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h210 void ClearServices();
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h208 virtual int ClearServices(int appId) = 0;
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp164 server.ClearServices();
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp325 void BluetoothGattServerServer::ClearServices(int appId) in ClearServices() function in OHOS::Bluetooth::BluetoothGattServerServer
333 pimpl->serverService_->ClearServices(appId); in ClearServices()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_proxy.cpp41 void BluetoothGattServerProxy::ClearServices(int appId) in ClearServices() function in OHOS::Bluetooth::BluetoothGattServerProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp96 ClearServices(appId); in ClearServicesInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp624 void GattServer::ClearServices() in ClearServices() function in OHOS::Bluetooth::GattServer
636 proxy->ClearServices(int(appId)); in ClearServices()