Searched refs:parseAlertMessageType (Results 1 – 3 of 3) sorted by relevance
27 bool parseAlertMessageType(const std::string& s, AlertMessageType& out);
46 bool parseAlertMessageType(const std::string& s, AlertMessageType& out) { in parseAlertMessageType() function
1224 if (!utils::parseAlertMessageType(args[2], parsedAlert.messageType)) { in cmdSimulateAlert()