Home | History | Annotate | Download | only in shill

Lines Matching refs:RPCTask

32 unsigned int RPCTask::serial_number_ = 0;
34 RPCTask::RPCTask(ControlInterface* control_interface, RPCTaskDelegate* delegate)
39 LOG(INFO) << "RPCTask " + unique_name_ + " created.";
42 RPCTask::~RPCTask() {
43 LOG(INFO) << "RPCTask " + unique_name_ + " destroyed.";
46 void RPCTask::GetLogin(string* user, string* password) const {
50 void RPCTask::Notify(const string& reason, const map<string, string>& dict) {
54 map<string, string> RPCTask::GetEnvironment() const {
62 string RPCTask::GetRpcIdentifier() const {
67 string RPCTask::GetRpcConnectionIdentifier() const {