Searched refs:GetMechanismName (Results 1 – 3 of 3) sorted by relevance
32 virtual std::string GetMechanismName() = 0;
25 virtual std::string GetMechanismName() { return "PLAIN"; } in GetMechanismName() function
41 virtual std::string GetMechanismName() { return mechanism_; } in GetMechanismName() function