Home
last modified time | relevance | path

Searched refs:lastUpdateTime_ (Results 1 - 3 of 3) sorted by relevance

/base/location/services/location_locator/locator/include/
H A Dreport_manager.h51 struct timespec lastUpdateTime_; member in OHOS::Location::ReportManager
/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp50 clock_gettime(CLOCK_REALTIME, &lastUpdateTime_); in ReportManager()
383 if (abs(now.tv_sec - lastUpdateTime_.tv_sec) > LONG_TIME_INTERVAL) { in UpdateRandom()
/base/location/test/location_locator/source/
H A Dreport_manager_test.cpp391 reportManager_->lastUpdateTime_.tv_sec = now.tv_sec + LONG_TIME_INTERVAL +1; in HWTEST_F()

Completed in 3 milliseconds