Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/timer_manager/src/
Dtimer_manager.cpp100 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/
Dutil.h49 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() function
/foundation/multimodalinput/input/util/common/include/
Dutil.h100 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/
Dtimer_manager.cpp149 if (!AddInt64(nowTime, timer->intervalMs, timer->nextCallTime)) { in AddTimerInternal()
/foundation/multimodalinput/input/util/socket/src/
Duds_session.cpp192 if (!AddInt64(events.begin()->eventTime, INPUT_UI_TIMEOUT_TIME, endTime)) { in DelEvents()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dinput_event.cpp51 if (!AddInt64(ts.tv_sec * 1000000, ts.tv_nsec / 1000, actionTime_)) { in Reset()
/foundation/multimodalinput/input/tools/inject_event/src/
Dinput_manager_command.cpp94 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()