Searched refs:duration (Results 1 - 6 of 6) sorted by relevance
| /ide/tools/previewer/test/fuzztest/commandparse_fuzzer/ |
| H A D | CommonCommandParseFuzzer.cpp | 29 {"MousePress", R"({"x":365,"y":1076,"duration":""})"}, 31 {"MouseMove", R"({"x":365,"y":1071,"duration":79})"},
|
| H A D | RichCommandParseFuzzer.cpp | 49 {"PointEvent", R"({"x":365,"y":1071,"duration":"","button":-1,"action": 3,"axisValues":[0,0,0,0],
|
| /ide/tools/previewer/mock/rich/ |
| H A D | MouseInputImpl.cpp | 52 std::chrono::duration<int64_t, std::nano> duration(ts.tv_sec * SEC_TO_NANOSEC + ts.tv_nsec); in DispatchOsTouchEvent() 53 pointerEvent->time = std::chrono::high_resolution_clock::time_point(duration); in DispatchOsTouchEvent()
|
| /ide/tools/previewer/mock/ |
| H A D | VirtualScreen.h | 88 static bool JudgeStaticImage(const int duration); 89 static bool StopSendStaticCardImage(const int duration);
|
| H A D | VirtualScreen.cpp | 253 bool VirtualScreen::JudgeStaticImage(const int duration) in JudgeStaticImage() argument 266 if (timePassed > duration) { in JudgeStaticImage() 274 bool VirtualScreen::StopSendStaticCardImage(const int duration) in StopSendStaticCardImage() argument 285 if (timePassed > duration) { in StopSendStaticCardImage()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 613 std::string msg1 = R"({"x":365,"y":"aaa","duration":"","button":1,"action": 2,"axisValues":[0,0,0,0], in TEST_F() 647 std::string msg1 = R"({"x":2000,"y":1071,"duration":"","button":1,"action": 2,"axisValues":[0,0,0,0], in TEST_F() 669 msg1 = R"({"x" : 300, "y" : 1071, "duration" : "", "button" : 1, "action" : 2, in TEST_F() 677 msg1 = R"({"x" : 300, "y" : 1071, "duration" : "", "button" : 1, "action" : 2, in TEST_F() 689 std::string msg1 = R"({"x":365,"y":1071,"duration":"","button":1,"action": 2,"axisValues":[0,0,0,0], in TEST_F() 1356 std::string msg1 = R"({"x":365,"y":"abc","duration":""})"; in TEST_F() 1367 std::string msg1 = R"({"x":365,"y":15000,"duration":""})"; in TEST_F() 1374 std::string msg2 = R"({"x":-1,"y":15000,"duration":""})"; in TEST_F() 1381 std::string msg3 = R"({"x":15000,"y":365,"duration":""})"; in TEST_F() 1388 std::string msg4 = R"({"x":15000,"y":-1,"duration" in TEST_F() [all...] |
Completed in 5 milliseconds