Home
last modified time | relevance | path

Searched defs:identity (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Deap_credentials.h113 virtual const std::string& identity() const { return identity_; } in identity() function
114 void set_identity(const std::string& identity) { in set_identity()
Deap_credentials_unittest.cc82 void SetIdentity(const string& identity) { in SetIdentity()