HomeSort by relevance Sort by last modified time
    Searched refs:GetSecret (Results 1 - 5 of 5) sorted by null

  /system/connectivity/shill/shims/
task_proxy.h 41 bool GetSecret(std::string* username, std::string* password);
c_ppp.cc 43 if (!PPP::GetInstance()->GetSecret(&user, &pass)) {
ppp.h 46 bool GetSecret(std::string* username, std::string* password);
task_proxy.cc 45 bool TaskProxy::GetSecret(string* username, string* password) {
ppp.cc 82 bool PPP::GetSecret(string* username, string* password) {
87 bool success = proxy_->GetSecret(username, password);

Completed in 58 milliseconds