Home
last modified time | relevance | path

Searched refs:nowSysTimeMs (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp1123 int64_t nowSysTimeMs = 0; in ParseCommand() local
1155 nowSysTimeMs = nowSysTimeUs / TIME_TRANSITION; in ParseCommand()
1156 sleepTimeMs = (currentTimeMs + BLOCK_TIME_MS) - nowSysTimeMs; in ParseCommand()
1204 nowSysTimeMs = nowSysTimeUs / TIME_TRANSITION; in ParseCommand()
1205 sleepTimeMs = (currentTimeMs + BLOCK_TIME_MS) - nowSysTimeMs; in ParseCommand()