Searched defs:GetChannel (Results 1 – 8 of 8) sorted by relevance
86 channel::SecurityManagerChannel* GetChannel() { in GetChannel() function
153 TEST_F(UpdateEngineServiceTest, GetChannel) { in TEST_F() argument
131 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error, in GetChannel() function in chromeos_update_engine::DBusUpdateEngineService
210 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */, in GetChannel() function in chromeos_update_engine::UpdateEngineService
126 ClientChannel* GetChannel() const { return channel_.get(); } in GetChannel() function
320 std::shared_ptr<C> GetChannel() const { in GetChannel() function
243 bool DBusUpdateEngineClient::GetChannel(string* out_channel) const { in GetChannel() function in update_engine::internal::DBusUpdateEngineClient
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