Searched refs:isInputMethod (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/test/fuzztest/commandparse_fuzzer/ |
| H A D | CommonCommandParseFuzzer.cpp | 39 {"KeyPress", R"({"isInputMethod":true,"codePoint":33})"},
|
| H A D | RichCommandParseFuzzer.cpp | 48 {"KeyPress", R"({"isInputMethod":false,"keyCode":2033,"keyAction":0,"pressedCodes":[2033]})"},
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.cpp | 1298 if (args.IsNull() || !args.IsMember("isInputMethod") || !args["isInputMethod"].IsBool()) { in IsActionArgValid() 1299 ELOG("Param isInputMethod's value is invalid."); in IsActionArgValid() 1302 bool isInputMethod = args["isInputMethod"].AsBool(); in IsActionArgValid() local 1303 if (isInputMethod) { in IsActionArgValid() 1366 bool isInputMethod = args["isInputMethod"].AsBool(); in RunAction() local 1367 if (isInputMethod) { in RunAction()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 504 std::string msg = R"({"isInputMethod":"aaa","codePoint":2033})"; in TEST_F() 511 args1.Replace("isInputMethod", true); in TEST_F() 530 std::string msg = R"({"isInputMethod":false,"keyCode":2033,"keyAction":0,"keyString":123, in TEST_F() 542 std::string msg = R"({"isInputMethod":false,"keyCode":2033,"keyAction":0,"pressedCodes":["aaa"]})"; in TEST_F() 554 std::string msg = R"({"isInputMethod" : false, "keyCode" : 2033, "keyAction" : 3, "keyString" : "123", in TEST_F() 569 msg = R"({"isInputMethod" : false, "keyCode" : 2033, "keyAction" : 1, "keyString" : "123", in TEST_F() 581 std::string msg1 = R"({"isInputMethod":false,"keyCode":2033,"keyAction":0, in TEST_F() 593 std::string msg2 = R"({"isInputMethod":false,"keyCode":2033,"keyAction":0,"pressedCodes":[2033]})"; in TEST_F()
|
Completed in 7 milliseconds