Home
last modified time | relevance | path

Searched refs:ReloadRuntimePage (Results 1 - 9 of 9) sorted by relevance

/ide/tools/previewer/test/fuzztest/commandparse_fuzzer/
H A DRichCommandParseFuzzer.cpp38 {"ReloadRuntimePage", R"({"ReloadRuntimePage":"aaa"})"},
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsApp.cpp58 void JsApp::ReloadRuntimePage(const std::string) { in ReloadRuntimePage() function in JsApp
H A DMockJsAppImpl.cpp74 void JsAppImpl::ReloadRuntimePage(const std::string currentPage) in ReloadRuntimePage() function in JsAppImpl
/ide/tools/previewer/jsapp/
H A DJsApp.cpp176 void JsApp::ReloadRuntimePage(const std::string) {} in ReloadRuntimePage() function in JsApp
H A DJsApp.h130 virtual void ReloadRuntimePage(const std::string);
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h77 void ReloadRuntimePage(const std::string currentPage) override;
H A DJsAppImpl.cpp728 void JsAppImpl::ReloadRuntimePage(const std::string currentPage) in ReloadRuntimePage() function in JsAppImpl
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp245 JsAppImpl::GetInstance().ReloadRuntimePage("pages/Index"); in TEST_F()
/ide/tools/previewer/cli/
H A DCommandLine.cpp683 if (args.IsNull() || !args.IsMember("ReloadRuntimePage") || !args["ReloadRuntimePage"].IsString()) { in IsSetArgValid()
692 std::string currentPage = args["ReloadRuntimePage"].AsString(); in RunSet()
693 JsAppImpl::GetInstance().ReloadRuntimePage(currentPage); in RunSet()
695 ILOG("ReloadRuntimePage finished, currentPage is: %s", args["ReloadRuntimePage"].AsString().c_str()); in RunSet()

Completed in 8 milliseconds