Home
last modified time | relevance | path

Searched refs:latestTime (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_connect_info.h38 uint64_t latestTime; member
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_key.c213 uint64_t latestTime = 0; in GetLatestAvailableSessionKeyTime() local
218 if (item->useTime[type] > latestTime) { in GetLatestAvailableSessionKeyTime()
219 latestTime = item->useTime[type]; in GetLatestAvailableSessionKeyTime()
228 ", all type=%{public}u", latestKey->lastUseTime, type, latestKey->index, latestTime, latestKey->type); in GetLatestAvailableSessionKeyTime()
229 return latestTime; in GetLatestAvailableSessionKeyTime()
295 uint64_t latestTime = 0; in GetLatestSessionKey() local
300 if (item->lastUseTime > latestTime) { in GetLatestSessionKey()
301 latestTime = item->lastUseTime; in GetLatestSessionKey()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_gesture_detector.cpp308 int64_t latestTime = INT64_MIN; in GetMaxDownInterval() local
311 return latestTime - earliestTime; in GetMaxDownInterval()
316 if (touchTime > latestTime) { in GetMaxDownInterval()
317 latestTime = touchTime; in GetMaxDownInterval()
323 MMI_HILOGI("Down interval: %{public}" PRId64, (latestTime - earliestTime)); in GetMaxDownInterval()
324 return latestTime - earliestTime; in GetMaxDownInterval()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c224 LNN_CHECK_AND_RETURN_RET_LOGE(info->connectInfo.latestTime + BLE_ADV_LOST_TIME >= currentTimeMs, SOFTBUS_ERR, in DlGetNodeBleMac()
226 info->connectInfo.latestTime, currentTimeMs); in DlGetNodeBleMac()
317 info->connectInfo.latestTime = GetCurrentTime(); in LnnUpdateNodeBleMac()

Completed in 6 milliseconds