Home
last modified time | relevance | path

Searched refs:GetChannel (Results 1 – 14 of 14) sorted by relevance

/system/update_engine/
Dcommon_service_unittest.cc143 TEST_F(UpdateEngineServiceTest, GetChannel) { in TEST_F() argument
147 EXPECT_TRUE(common_service_.GetChannel( in TEST_F()
152 EXPECT_TRUE(common_service_.GetChannel( in TEST_F()
Ddbus_service.cc130 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error, in GetChannel() function in chromeos_update_engine::DBusUpdateEngineService
133 return common_->GetChannel(error, in_get_current_channel, out_channel); in GetChannel()
Dbinder_service_brillo.cc113 Status BinderUpdateEngineBrilloService::GetChannel(bool get_current_channel, in GetChannel() function in chromeos_update_engine::BinderUpdateEngineBrilloService
117 &UpdateEngineService::GetChannel, get_current_channel, &channel_string); in GetChannel()
Dcommon_service.h98 bool GetChannel(brillo::ErrorPtr* error,
Dbinder_service_brillo.h67 android::binder::Status GetChannel(bool get_current_channel,
Ddbus_service.h94 bool GetChannel(brillo::ErrorPtr* error,
Dcommon_service.cc203 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */, in GetChannel() function in chromeos_update_engine::UpdateEngineService
Dupdate_engine_client.cc474 if (!client_->GetChannel(&current_channel)) { in ProcessFlags()
/system/update_engine/client_library/
Dclient_dbus.cc242 return proxy_->GetChannel(false, // Get the target channel. in GetTargetChannel()
247 bool DBusUpdateEngineClient::GetChannel(string* out_channel) const { in GetChannel() function in update_engine::internal::DBusUpdateEngineClient
248 return proxy_->GetChannel(true, // Get the current channel. in GetChannel()
Dclient_binder.cc225 if (!service_->GetChannel(false, &out_as_string16).isOk()) in GetTargetChannel()
232 bool BinderUpdateEngineClient::GetChannel(string* out_channel) const { in GetChannel() function in update_engine::internal::BinderUpdateEngineClient
235 if (!service_->GetChannel(true, &out_as_string16).isOk()) in GetChannel()
Dclient_dbus.h77 bool GetChannel(std::string* out_channel) const override;
Dclient_binder.h83 bool GetChannel(std::string* out_channel) const override;
/system/update_engine/binder_bindings/android/brillo/
DIUpdateEngine.aidl31 String GetChannel(in boolean get_current_channel); in GetChannel() method
/system/update_engine/client_library/include/update_engine/
Dclient.h119 virtual bool GetChannel(std::string* out_channel) const = 0;