OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTargetChannel
(Results
1 - 6
of
6
) sorted by null
/system/update_engine/client_library/include/update_engine/
client.h
99
virtual bool
GetTargetChannel
(std::string* out_channel) const = 0;
/system/update_engine/client_library/
client_binder.h
76
bool
GetTargetChannel
(std::string* out_channel) const override;
client_dbus.h
69
bool
GetTargetChannel
(std::string* out_channel) const override;
client_binder.cc
198
bool BinderUpdateEngineClient::
GetTargetChannel
(string* out_channel) const {
client_dbus.cc
216
bool DBusUpdateEngineClient::
GetTargetChannel
(string* out_channel) const {
/system/update_engine/
update_engine_client.cc
401
if (!client_->
GetTargetChannel
(&target_channel)) {
Completed in 161 milliseconds