Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h34 virtual void ClearServices(int appId) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h32 void ClearServices(int appId) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h30 void ClearServices(int appId) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h208 virtual int ClearServices(int appId) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h210 void ClearServices();
/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
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp154 * @tc.name: ClearServices
155 * @tc.desc: Check the ClearServices interface.
164 server.ClearServices(); in HWTEST_F()
/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()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_proxy.cpp38 void BluetoothGattServerProxy::ClearServices(int appId) in ClearServices() function in OHOS::Bluetooth::BluetoothGattServerProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp96 ClearServices(appId); in ClearServicesInner()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp648 void GattServer::ClearServices() in ClearServices() function in OHOS::Bluetooth::RequestInformation::GattServer
660 proxy->ClearServices(int(appId)); in ClearServices()

Completed in 8 milliseconds