Searched refs:url (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/test/mock/arkui/ |
| H A D | MockAceAbility.cpp | 74 void AceAbility::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() argument 78 void AceAbility::LoadDocument(const std::string& url, const std::string& componentName, SystemParams& systemParams) in LoadDocument() argument
|
| /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/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 345 options.url = aceRunArgs.url; in SetSimulatorCommonParams() 499 args.url = urlPath; in SetUrl() 1033 if (parser.IsSet("url")) { in InitJsApp() 1034 SetUrlPath(parser.Value("url")); in InitJsApp()
|
| /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()
|
Completed in 7 milliseconds