Searched defs:msg (Results 1 – 4 of 4) sorted by relevance
| /ide/tools/previewer/test/unittest/cli/ |
| D | CommandLineInterfaceTest.cpp | 170 std::string msg = R"({"type" : "action", "command" : "MousePress", "version" : "1.0.1"})"; in TEST() local 199 std::string msg = "{}"; in TEST() local 236 std::string msg = "Language"; in TEST() local 328 std::string msg = R"({"type":"action","command":"MousePress"})"; in TEST() local
|
| D | CommandLineTest.cpp | 74 std::string msg = "{\"args\":null}"; in TEST_F() local 257 std::string msg = "{\"ReloadRuntimePage\":\"aaa\"}"; in TEST_F() local 330 std::string msg = "{\"FontSelect\":true}"; in TEST_F() local 346 std::string msg = "{\"jsCode\":\"UEFOREEAAAAAAAAAAAAAA+wDAADEAAAAFQ\"}"; in TEST_F() local 367 std::string msg = R"({"url":"pages/Index","className":"Index","previewParam":{"width":1080, in TEST_F() local 380 …std::string msg = R"({"url" : "pages/Index", "className" : "Index", "previewParam" : {"width" : 10… in TEST_F() local 394 …std::string msg = R"({"url" : "pages/Index", "className" : "Index", "previewParam" : {"width" : 10… in TEST_F() local 436 std::string msg = R"({"url":"pages/Index","className":"Index","previewParam":{"width":1080, in TEST_F() local 480 std::string msg = R"({"frequency" : 1000})"; in TEST_F() local 505 std::string msg = R"({"isInputMethod":"aaa","codePoint":2033})"; in TEST_F() local [all …]
|
| /ide/tools/previewer/mock/ |
| D | VirtualScreen.cpp | 231 void VirtualScreen::SetFastPreviewMsg(const std::string msg) in SetFastPreviewMsg()
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| D | JsAppImplTest.cpp | 392 std::string msg; in TEST_F() local
|