Searched refs:GetChannel (Results 1 – 14 of 14) sorted by relevance
/system/update_engine/ |
D | common_service_unittest.cc | 143 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()
|
D | dbus_service.cc | 130 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()
|
D | binder_service_brillo.cc | 113 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()
|
D | common_service.h | 98 bool GetChannel(brillo::ErrorPtr* error,
|
D | binder_service_brillo.h | 67 android::binder::Status GetChannel(bool get_current_channel,
|
D | dbus_service.h | 94 bool GetChannel(brillo::ErrorPtr* error,
|
D | common_service.cc | 203 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */, in GetChannel() function in chromeos_update_engine::UpdateEngineService
|
D | update_engine_client.cc | 474 if (!client_->GetChannel(¤t_channel)) { in ProcessFlags()
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 242 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()
|
D | client_binder.cc | 225 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()
|
D | client_dbus.h | 77 bool GetChannel(std::string* out_channel) const override;
|
D | client_binder.h | 83 bool GetChannel(std::string* out_channel) const override;
|
/system/update_engine/binder_bindings/android/brillo/ |
D | IUpdateEngine.aidl | 31 String GetChannel(in boolean get_current_channel); in GetChannel() method
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 119 virtual bool GetChannel(std::string* out_channel) const = 0;
|