Searched refs:GetEventSources (Results 1 – 8 of 8) sorted by relevance
29 std::vector<EventSource> GetEventSources() const override { in GetEventSources() function31 return channel_data_->GetEventSources(); in GetEventSources()
68 std::vector<ClientChannel::EventSource> GetEventSources() const;
52 std::vector<pdx::ClientChannel::EventSource> GetEventSources() const { in GetEventSources() function54 return client_channel->GetEventSources(); in GetEventSources()
14 MOCK_CONST_METHOD0(GetEventSources, std::vector<EventSource>());
33 virtual std::vector<EventSource> GetEventSources() const = 0;
141 std::vector<ClientChannel::EventSource> ChannelEventReceiver::GetEventSources() in GetEventSources() function in android::pdx::uds::ChannelEventReceiver
296 for (const auto& event_source : buffer->GetEventSources()) { in AddBuffer()317 for (const auto& event_source : buffers_[slot]->GetEventSources()) { in RemoveBuffer()
120 auto event_sources = p->GetEventSources(); in TEST_F()130 event_sources = c->GetEventSources(); in TEST_F()