Searched refs:TaskProxy (Results 1 - 5 of 5) sorted by relevance

/system/connectivity/shill/shims/
H A Dtask_proxy.h31 class TaskProxy { class in namespace:shill::shims
33 TaskProxy(scoped_refptr<dbus::Bus> bus,
36 ~TaskProxy();
44 org::chromium::flimflam::TaskProxy proxy_;
46 DISALLOW_COPY_AND_ASSIGN(TaskProxy);
H A Dtask_proxy.cc28 TaskProxy::TaskProxy(scoped_refptr<dbus::Bus> bus, function in class:shill::shims::TaskProxy
33 TaskProxy::~TaskProxy() {}
35 void TaskProxy::Notify(const string& reason, const map<string, string>& dict) {
45 bool TaskProxy::GetSecret(string* username, string* password) {
H A Dppp.h35 class TaskProxy;
64 std::unique_ptr<TaskProxy> proxy_;
H A Dopenvpn_script.cc54 shill::shims::TaskProxy proxy(bus, path, service);
H A Dppp.cc166 proxy_.reset(new TaskProxy(bus_, path, service));

Completed in 142 milliseconds