Lines Matching defs:card
69 Register("-card", 1, "Controls the display <type> to switch between the app and card.");
88 Register("-staticCard", 1, "Set card mode.");
566 if (!IsSet("card")) {
570 std::string card = Value("card");
571 if (card != "true" && card != "false") {
572 errorInfo = std::string("The card argument unsupported.");
573 ELOG("Launch -card parameters abnormal!");
579 if (iter != cardDisplayDevices.end() && card == "true") {