Searched refs:AddInt64 (Results 1 – 7 of 7) sorted by relevance
| /foundation/multimodalinput/input/service/timer_manager/src/ |
| D | timer_manager.cpp | 100 if (!AddInt64(nowTime, timer->intervalMs, timer->nextCallTime)) { in AddTimerInternal() 129 if (!AddInt64(nowTime, timer->intervalMs, timer->nextCallTime)) { in ResetTimerInternal() 198 if (!AddInt64(curTimer->nextCallTime, curTimer->intervalMs, curTimer->nextCallTime)) { in ProcessTimersInternal()
|
| /foundation/window/window_manager/window_scene/intention_event/utils/include/ |
| D | util.h | 49 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() function
|
| /foundation/multimodalinput/input/util/common/include/ |
| D | util.h | 100 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() function
|
| /foundation/window/window_manager/window_scene/intention_event/service/timer_manager/src/ |
| D | timer_manager.cpp | 149 if (!AddInt64(nowTime, timer->intervalMs, timer->nextCallTime)) { in AddTimerInternal()
|
| /foundation/multimodalinput/input/util/socket/src/ |
| D | uds_session.cpp | 192 if (!AddInt64(events.begin()->eventTime, INPUT_UI_TIMEOUT_TIME, endTime)) { in DelEvents()
|
| /foundation/multimodalinput/input/frameworks/proxy/events/src/ |
| D | input_event.cpp | 51 if (!AddInt64(ts.tv_sec * 1000000, ts.tv_nsec / 1000, actionTime_)) { in Reset()
|
| /foundation/multimodalinput/input/tools/inject_event/src/ |
| D | input_manager_command.cpp | 94 if (!AddInt64(begTimeMs, totalTimeMs, endTimeMs)) { in NextPos() 306 if (!AddInt64(startTimeMs, totalTimeMs, endTimeMs)) { in ParseCommand() 619 if (!AddInt64(startTimeMs, totalTimeMs, endTimeMs)) { in ParseCommand() 905 if (!AddInt64(startTimeMs, totalTimeMs, endTimeMs)) { in ParseCommand() 1135 if (!AddInt64(startTimeMs, totalTimeMs, endTimeMs)) { in ParseCommand() 1140 if (!AddInt64(startTimeMs, pressTimems, downTimeMs)) { in ParseCommand()
|