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