Home
last modified time | relevance | path

Searched refs:AddInt64 (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp197 if (!AddInt64(nowTime, timer->intervalMs, timer->nextCallTime)) {
224 if (!AddInt64(nowTime, timer->intervalMs, timer->nextCallTime)) {
283 if (!AddInt64(currentTimer->nextCallTime, currentTimer->intervalMs, currentTimer->nextCallTime)) {
/base/msdp/device_status/utils/common/include/
H A Dutil.h105 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() function in OHOS::Msdp::DeviceStatus::BizState

Completed in 2 milliseconds