Home
last modified time | relevance | path

Searched refs:IGattServerCallback (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h46 * @brief Class for IGattServerCallback functions.
51 class IGattServerCallback { class
145 * @brief Destroy the IGattServerCallback.
150 virtual ~IGattServerCallback() in ~IGattServerCallback()
170 virtual int RegisterApplication(std::shared_ptr<IGattServerCallback> callback) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.h31 int RegisterApplication(std::shared_ptr<IGattServerCallback> callback) override;
46 int RegisterApplicationSync(std::shared_ptr<IGattServerCallback> callback) const;
H A Dgatt_server_service.cpp36 explicit ServerApplication(std::shared_ptr<IGattServerCallback> callback) : services_() in ServerApplication()
41 std::shared_ptr<IGattServerCallback> callback_;
69 void RegisterApplication(std::shared_ptr<IGattServerCallback> callback, std::promise<int> &promise);
71 int RegisterApplicationImpl(std::shared_ptr<IGattServerCallback> callback);
383 int GattServerService::RegisterApplication(std::shared_ptr<IGattServerCallback> callback) in RegisterApplication()
412 int GattServerService::RegisterApplicationSync(std::shared_ptr<IGattServerCallback> callback) const in RegisterApplicationSync()
636 int GattServerService::impl::RegisterApplicationImpl(std::shared_ptr<IGattServerCallback> callback) in RegisterApplicationImpl()
671 std::shared_ptr<IGattServerCallback> callback, std::promise<int> &promise) in RegisterApplication()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddevice_information_service.cpp55 class DeviceInformationService::GattServerCallbackImpl : public IGattServerCallback {
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp45 class GenericAttributeService::GattServerCallbackImpl : public IGattServerCallback {
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp38 class GenericAccessService::GattServerCallbackImpl : public IGattServerCallback {
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp84 class BluetoothGattServerServer::impl::GattServerCallbackImpl : public bluetooth::IGattServerCallback {

Completed in 7 milliseconds