/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server.h | 34 virtual void ClearServices(int appId) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_server_server.h | 32 void ClearServices(int appId) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_server_proxy.h | 30 void ClearServices(int appId) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.h | 35 int ClearServices(int appId) override;
|
H A D | gatt_server_service.cpp | 76 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 D | bluetooth_gatt_server.h | 210 void ClearServices();
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 208 virtual int ClearServices(int appId) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_server_test.cpp | 164 server.ClearServices();
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 325 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 D | bluetooth_gatt_server_proxy.cpp | 41 void BluetoothGattServerProxy::ClearServices(int appId) in ClearServices() function in OHOS::Bluetooth::BluetoothGattServerProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_stub.cpp | 96 ClearServices(appId); in ClearServicesInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 624 void GattServer::ClearServices() in ClearServices() function in OHOS::Bluetooth::GattServer 636 proxy->ClearServices(int(appId)); in ClearServices()
|