Home
last modified time | relevance | path

Searched refs:IdentifierType (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dpending_activation_store.h56 enum IdentifierType { enum
76 virtual State GetActivationState(IdentifierType type,
82 virtual bool SetActivationState(IdentifierType type,
89 virtual bool RemoveEntry(IdentifierType type, const std::string& identifier);
103 static std::string IdentifierTypeToGroupId(IdentifierType type);
Dmock_pending_activation_store.h36 State(IdentifierType type, const std::string& iccid));
38 bool(IdentifierType type,
42 bool(IdentifierType type, const std::string& iccid));
Dpending_activation_store.cc63 string FormattedIdentifier(PendingActivationStore::IdentifierType type, in FormattedIdentifier()
82 string PendingActivationStore::IdentifierTypeToGroupId(IdentifierType type) { in IdentifierTypeToGroupId()
121 IdentifierType type, in GetActivationState()
143 IdentifierType type, in SetActivationState()
170 bool PendingActivationStore::RemoveEntry(IdentifierType type, in RemoveEntry()