Home
last modified time | relevance | path

Searched refs:LocalServiceImpl (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dgatt_server_server.h45 class LocalServiceImpl;
78 std::unordered_map<uint64_t, std::unique_ptr<LocalServiceImpl>> services_;
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dgatt_server_server.cc148 class GattServerServer::LocalServiceImpl class in bthost::GattServerServer
151 LocalServiceImpl(GattServerServer* owner, in LocalServiceImpl() function in bthost::GattServerServer::LocalServiceImpl
164 ~LocalServiceImpl() override { in ~LocalServiceImpl()
217 BT_DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(LocalServiceImpl);
354 auto service_server = std::make_unique<LocalServiceImpl>( in PublishService()