Searched refs:PasswordTypeResult (Results 1 – 2 of 2) sorted by relevance
329 cli->sendMsg(ResponseCode::PasswordTypeResult, "password", false); in runCommand()332 cli->sendMsg(ResponseCode::PasswordTypeResult, "pattern", false); in runCommand()335 cli->sendMsg(ResponseCode::PasswordTypeResult, "pin", false); in runCommand()338 cli->sendMsg(ResponseCode::PasswordTypeResult, "default", false); in runCommand()
36 static const int PasswordTypeResult = 213; variable