Searched defs:Identifier (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/
H A Dtechnology.h31 enum Identifier { enum in class:shill::Technology
52 static Identifier IdentifierFromName(const std::string& name);
57 static std::string NameFromIdentifier(Identifier id);
63 static Identifier IdentifierFromStorageGroup(const std::string& group);
72 std::vector<Identifier>* technologies_vector,
77 static bool IsPrimaryConnectivityTechnology(Identifier technology);
H A Dprofile.h58 struct Identifier { struct in class:shill::Profile
59 Identifier() {} function in struct:shill::Profile::Identifier
60 explicit Identifier(const std::string& i) : identifier(i) {} function in struct:shill::Profile::Identifier
61 Identifier(const std::string& u, const std::string& i) function in struct:shill::Profile::Identifier
77 const Identifier& name,
173 static bool ParseIdentifier(const std::string& raw, Identifier* parsed);
180 static std::string IdentifierToString(const Identifier& name);
184 static std::vector<Identifier> LoadUserProfileList(
193 virtual bool MatchesIdentifier(const Identifier& name) const;
219 const Identifier
[all...]
/system/connectivity/shill/dbus/
H A Dchromeos_wimax_network_proxy.cc40 const char ChromeosWiMaxNetworkProxy::kPropertyIdentifier[] = "Identifier";
101 uint32_t ChromeosWiMaxNetworkProxy::Identifier(Error* /*error*/) { function in class:shill::ChromeosWiMaxNetworkProxy
104 LOG(ERROR) << "Failed to get Identifier";

Completed in 433 milliseconds