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

  /system/connectivity/apmanager/
config_adaptor_interface.h 42 virtual void SetPassphrase(const std::string& passphrase) = 0;
fake_config_adaptor.cc 55 void FakeConfigAdaptor::SetPassphrase(const std::string& passphrase) {
fake_config_adaptor.h 40 void SetPassphrase(const std::string& passphrase) override;
config.h 67 void SetPassphrase(const std::string& passphrase);
config.cc 310 void Config::SetPassphrase(const std::string& passphrase) {
311 adaptor_->SetPassphrase(passphrase);
config_unittest.cc 432 config_->SetPassphrase(kPassphrase);
  /system/connectivity/apmanager/dbus/
config_dbus_adaptor.cc 126 void ConfigDBusAdaptor::SetPassphrase(const std::string& passphrase) {
127 ConfigAdaptor::SetPassphrase(passphrase);
config_dbus_adaptor.h 65 void SetPassphrase(const std::string& passphrase) override;
  /system/connectivity/shill/wifi/
wifi_service_unittest.cc 109 service->SetPassphrase(passphrase, &error);
533 wifi_service->SetPassphrase("0:mumblemumblem", &error);
543 wifi_service->SetPassphrase("0:mumblemumblem", &error);
580 wifi_service->SetPassphrase("0:mumblemumblem", &error);
685 wifi_service->SetPassphrase("0:mumblemumblem", &error);
708 wifi_service->SetPassphrase("0:abcdefghijklm", &error);
714 wifi_service->SetPassphrase("abcdefghijklm", &error);
720 wifi_service->SetPassphrase("1:abcdefghijklm", &error);
726 wifi_service->SetPassphrase("2:abcdefghijklm", &error);
732 wifi_service->SetPassphrase("3:abcdefghijklm", &error)
    [all...]
wifi_service.h 197 friend class WiFiServiceTest; // SetPassphrase
313 bool SetPassphrase(const std::string& passphrase, Error* error);
315 // Called by SetPassphrase and LoadPassphrase to perform the check on a
321 // was called from SetPassphrase, has_ever_connected will be set to false.
wifi_service.cc 110 &WiFiService::SetPassphrase,
262 bool WiFiService::SetPassphrase(const string& passphrase, Error* error) {
296 // ClearPassphrase is separate from SetPassphrase, because the default
    [all...]

Completed in 241 milliseconds