Searched refs:msg2 (Results 1 - 2 of 2) sorted by relevance
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 263 std::string msg2 = "{\"ReloadRuntimePage\" : 222}"; in TEST_F() local 264 Json2::Value args3 = JsonReader::ParseJsonData2(msg2); in TEST_F() 412 std::string msg2 = R"({"url" : "pages/Index", "className" : "Index", "previewParam" : {"width" : 1080, in TEST_F() local 415 Json2::Value args2 = JsonReader::ParseJsonData2(msg2); in TEST_F() 486 std::string msg2 = R"({"frequency" : "aaaa"})"; in TEST_F() local 487 Json2::Value args2 = JsonReader::ParseJsonData2(msg2); in TEST_F() 593 std::string msg2 = R"({"isInputMethod":false,"keyCode":2033,"keyAction":0,"pressedCodes":[2033]})"; in TEST_F() local 594 Json2::Value args2 = JsonReader::ParseJsonData2(msg2); in TEST_F() 1292 std::string msg2 = R"({"DeviceId":"68-05-CA-90-9A-66","bundleName":"abc", in TEST_F() local 1294 Json2::Value args2 = JsonReader::ParseJsonData2(msg2); in TEST_F() 1338 std::string msg2 = R"({"rotate":100})"; TEST_F() local 1374 std::string msg2 = R"({"x":-1,"y":15000,"duration":""})"; TEST_F() local 1435 std::string msg2 = R"({"x":-1,"y":15000})"; TEST_F() local 1496 std::string msg2 = R"({"x":-1,"y":15000})"; TEST_F() local 1547 std::string msg2 = R"({"Language":"ar_AE"})"; TEST_F() local 1575 std::string msg2 = R"({"Language":"en_US"})"; TEST_F() local 1662 std::string msg2 = R"({"topRect":{"posX":0,"posY":0,"width":2340,"height":117},"bottomRect":{"bottomRect": TEST_F() local 1716 std::string msg2 = R"({"topRect" : {"posX" :0, "posY" : 0, "width" : 2340, "height" : 117}, TEST_F() local 1785 std::string msg2 = R"({"ColorMode" : 123})"; TEST_F() local 1796 std::string msg2 = R"({"ColorMode" : "aaa"})"; TEST_F() local [all...] |
| H A D | CommandLineInterfaceTest.cpp | 184 std::string msg2 = R"({"type" : "aaaaa", "command" : "MousePress", "version" : "1.0.1"})"; in TEST() local 185 CommandLineInterface::GetInstance().ProcessCommandMessage(msg2); in TEST()
|
Completed in 5 milliseconds