Searched defs:msg (Results 1 – 4 of 4) sorted by relevance
| /ide/tools/previewer/test/unittest/cli/ |
| D | CommandLineInterfaceTest.cpp | 169 std::string msg = R"({"type" : "action", "command" : "MousePress", "version" : "1.0.1"})"; in TEST() local 198 std::string msg = "{}"; in TEST() local 235 std::string msg = "Language"; in TEST() local 327 std::string msg = R"({"type":"action","command":"MousePress"})"; in TEST() local
|
| D | CommandLineTest.cpp | 73 std::string msg = "{\"args\":null}"; in TEST_F() local 256 std::string msg = "{\"ReloadRuntimePage\":\"aaa\"}"; in TEST_F() local 329 std::string msg = "{\"FontSelect\":true}"; in TEST_F() local 345 std::string msg = "{\"jsCode\":\"UEFOREEAAAAAAAAAAAAAA+wDAADEAAAAFQ\"}"; in TEST_F() local 366 std::string msg = R"({"url":"pages/Index","className":"Index","previewParam":{"width":1080, in TEST_F() local 379 …std::string msg = R"({"url" : "pages/Index", "className" : "Index", "previewParam" : {"width" : 10… in TEST_F() local 393 …std::string msg = R"({"url" : "pages/Index", "className" : "Index", "previewParam" : {"width" : 10… in TEST_F() local 435 std::string msg = R"({"url":"pages/Index","className":"Index","previewParam":{"width":1080, in TEST_F() local 479 std::string msg = R"({"frequency" : 1000})"; in TEST_F() local 504 std::string msg = R"({"isInputMethod":"aaa","codePoint":2033})"; in TEST_F() local [all …]
|
| /ide/tools/previewer/mock/ |
| D | VirtualScreen.cpp | 229 void VirtualScreen::SetFastPreviewMsg(const std::string msg) in SetFastPreviewMsg()
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| D | JsAppImplTest.cpp | 391 std::string msg; in TEST_F() local
|