Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/source/ntp/
H A Dgps_time_manager.cpp49 int64_t tmpTime = timeManager_.GetCurrentTime(); in GetGpsTime() local
50 if ((!validFlag_) && (tmpTime > 0)) { in GetGpsTime()
51 if (!CheckValid(tmpTime, lastSystemTime_)) { in GetGpsTime()
55 return tmpTime; in GetGpsTime()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c1948 uint64_t tmpTime = 0; in AuthDeviceGetLatestIdByUuid() local
1950tmpTime = GetLatestAvailableSessionKeyTime(&auth[i]->sessionKeyList, (AuthLinkType)authHandle->typ… in AuthDeviceGetLatestIdByUuid()
1952 if (tmpTime > latestVerifyTime) { in AuthDeviceGetLatestIdByUuid()
1954 latestVerifyTime = tmpTime; in AuthDeviceGetLatestIdByUuid()