Searched refs:LocalServiceImpl (Results 1 – 2 of 2) sorted by relevance
45 class LocalServiceImpl;78 std::unordered_map<uint64_t, std::unique_ptr<LocalServiceImpl>> services_;
148 class GattServerServer::LocalServiceImpl class in bthost::GattServerServer151 LocalServiceImpl(GattServerServer* owner, in LocalServiceImpl() function in bthost::GattServerServer::LocalServiceImpl164 ~LocalServiceImpl() override { in ~LocalServiceImpl()217 BT_DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(LocalServiceImpl);354 auto service_server = std::make_unique<LocalServiceImpl>( in PublishService()