Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h80 const int MICRO_PER_MILLI = 1000; member
/base/location/frameworks/location_common/common/source/
H A Dcommon_utils.cpp324 return static_cast<int64_t>(currentTime.tv_sec * MILLI_PER_SEC + currentTime.tv_usec / MICRO_PER_MILLI); in GetCurrentTimeStampMs()
/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp443 location->SetTimeStamp(CommonUtils::GetCurrentTimeStamp() * MICRO_PER_MILLI); in ReportMockedLocation()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1455 location->SetTimeStamp(CommonUtils::GetCurrentTimeStamp() * MICRO_PER_MILLI); in ReportMockedLocation()

Completed in 5 milliseconds