Lines Matching defs:Value
154 std::string CommandParser::Value(std::string key)
304 if (CheckParamInvalidity(Value("p"), true)) {
308 int port = atoi(Value("p").c_str());
317 ILOG("CommandParser debug port: %s", Value("p").c_str());
328 std::string path = Value("j");
341 if (CheckParamInvalidity(Value("n"), false)) {
345 size_t size = Value("n").size();
350 appName = Value("n");
379 if (CheckParamInvalidity(Value("hs"), true)) {
383 int size = atoi(Value("hs").c_str());
399 std::string flag = Value("hf");
414 std::string shape = Value("shape");
429 auto iter = find(supportedDevices.begin(), supportedDevices.end(), Value("device"));
436 deviceType = Value("device");
443 urlPath = Value("url");
458 std::string path = Value("f");
474 std::string path = Value("arp");
490 std::string projectModelStr = Value("pm");
508 pages = Value("pages");
552 std::string refresh = Value("refresh");
570 std::string card = Value("card");
588 projectID = Value("projectID");
603 std::string colorMode = Value("cm");
618 std::string aceVersion = Value("av");
633 std::string orientation = Value("o");
645 if (CheckParamInvalidity(Value("lws"), true)) {
649 int port = atoi(Value("lws").c_str());
657 ILOG("CommandParser WebSocket listening port: %s", Value("lws").c_str());
665 mode = Value("sm");
683 std::string lan = Value("l");
697 std::string tsName = Value("ts");
711 std::string socketName = Value("s");
727 std::string configChange = Value("cc");
741 std::string density = Value("sd");
756 std::string path = Value("hsp");
825 std::string cpm = Value("cpm");
848 std::string path = Value("abp");
870 std::string name = Value("abn");
885 std::string val = Value("staticCard");
912 std::string val = Value("foldable");
926 if ((!IsSet("foldable")) || Value("foldable") != "true") {
930 if (Value("foldStatus") == "fold" || Value("foldStatus") == "unfold" ||
931 Value("foldStatus") == "unknown" || Value("foldStatus") == "half_fold") {
932 foldStatus = Value("foldStatus");
942 if ((!IsSet("foldable")) || Value("foldable") != "true") {
990 std::string path = Value("ljPath");