Searched defs:GetChannel (Results 1 – 4 of 4) sorted by relevance
126 ClientChannel* GetChannel() const { return channel_.get(); } in GetChannel() function
320 std::shared_ptr<C> GetChannel() const { in GetChannel() function
427 std::shared_ptr<Channel> Message::GetChannel() const { return channel_.lock(); } in GetChannel() function in android::pdx::Message497 std::shared_ptr<Channel> Service::GetChannel(int channel_id) const { in GetChannel() function in android::pdx::Service
1286 TEST_F(GeneratedServiceTest, GetChannel) { in TEST_F() argument