Searched refs:pages (Results 1 - 6 of 6) sorted by relevance
| /ide/tools/previewer/test/fuzztest/commandparse_fuzzer/ |
| H A D | RichCommandParseFuzzer.cpp | 43 {"LoadDocument", R"({"url":"pages/Index","className":"Index","previewParam":{"width":1080,
|
| /ide/tools/previewer/util/ |
| H A D | CommandParser.cpp | 44 pages("main_pages"), in CommandParser() 83 Register("-pages", 1, "Set project's router config file path."); in CommandParser() 228 return pages; in GetPages() 505 if (!IsSet("pages")) { in IsPagesValid() 508 pages = Value("pages"); in IsPagesValid() 509 if (CheckParamInvalidity(pages, false)) { in IsPagesValid() 510 errorInfo = "Launch -pages parameters is not match regex."; in IsPagesValid() 513 ILOG("CommandParser pages: %s", pages in IsPagesValid() [all...] |
| H A D | CommandParser.h | 26 std::string pages; member in CommandInfo 148 std::string pages; member in CommandParser::ScreenMode
|
| /ide/tools/previewer/test/fuzztest/jsonparse_fuzzer/ |
| H A D | SetPkgContextInfoFuzzer.cpp | 68 "pages" : "$profile:main_pages",
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 366 std::string msg = R"({"url":"pages/Index","className":"Index","previewParam":{"width":1080, in TEST_F() 379 std::string msg = R"({"url" : "pages/Index", "className" : "Index", "previewParam" : {"width" : 1080, in TEST_F() 393 std::string msg = R"({"url" : "pages/Index", "className" : "Index", "previewParam" : {"width" : 1080, in TEST_F() 403 std::string msg1 = R"({"url" : "pages/Index", "className" : "Index", "previewParam" : {"width" : 1080, in TEST_F() 412 std::string msg2 = R"({"url" : "pages/Index", "className" : "Index", "previewParam" : {"width" : 1080, in TEST_F() 421 std::string msg3 = R"({"url" : "pages/Index", "className" : "Index", "previewParam" : {"width" : 1080, in TEST_F() 435 std::string msg = R"({"url":"pages/Index","className":"Index","previewParam":{"width":1080, in TEST_F() 445 msg = R"({"url":"pages/Index","className":"Index","previewParam":{"width":1080, in TEST_F()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 167 SetPageProfile(args, commandInfo.pages); in SetJsAppArgs()
|
Completed in 8 milliseconds