/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | sa_load_with_statistic.cpp | 35 auto startTime = CommonUtils::GetCurrentTimeStamp(); in InitLocationSa() 37 auto endTime = CommonUtils::GetCurrentTimeStamp(); in InitLocationSa() 45 auto startTime = CommonUtils::GetCurrentTimeStamp(); in UnInitLocationSa() 47 auto endTime = CommonUtils::GetCurrentTimeStamp(); in UnInitLocationSa()
|
H A D | common_utils.cpp | 327 int64_t CommonUtils::GetCurrentTimeStamp() in GetCurrentTimeStamp() function in OHOS::Location::CommonUtils
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | i_capturer_stream.h | 34 virtual int32_t GetCurrentTimeStamp(uint64_t ×tamp) = 0;
|
H A D | i_renderer_stream.h | 34 virtual int32_t GetCurrentTimeStamp(uint64_t ×tamp) = 0;
|
H A D | pa_capturer_stream_impl.h | 36 int32_t GetCurrentTimeStamp(uint64_t ×tamp) override;
|
H A D | pro_renderer_stream_impl.h | 41 int32_t GetCurrentTimeStamp(uint64_t ×tamp) override;
|
H A D | pa_renderer_stream_impl.h | 37 int32_t GetCurrentTimeStamp(uint64_t ×tamp) override;
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/ |
H A D | data_sync_const.h | 86 static inline uint64_t GetCurrentTimeStamp() in GetCurrentTimeStamp() function
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
H A D | error_helper.h | 149 static std::string GetCurrentTimeStamp() in GetCurrentTimeStamp() function 203 std::string current = GetCurrentTimeStamp(); in TranslateErrorEvent()
|
/ohos5.0/base/location/services/location_network/network/source/ |
H A D | network_callback_host.cpp | 83 "receiveTimestamp", std::to_string(CommonUtils::GetCurrentTimeStamp())}); in OnLocationReport()
|
H A D | network_ability.cpp | 438 location->SetTimeStamp(CommonUtils::GetCurrentTimeStamp() * MICRO_PER_MILLI); in ReportMockedLocation()
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | common_utils.h | 175 static int64_t GetCurrentTimeStamp();
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability.cpp | 159 auto startTime = CommonUtils::GetCurrentTimeStamp(); in OnStop() 161 auto endTime = CommonUtils::GetCurrentTimeStamp(); in OnStop() 348 auto startTime = CommonUtils::GetCurrentTimeStamp(); in RequestRecord() 350 auto endTime = CommonUtils::GetCurrentTimeStamp(); in RequestRecord() 574 int64_t diff = CommonUtils::GetCurrentTimeStamp() - nlpLocation_.GetTimeStamp() / MILLI_PER_SEC; in InjectLocation() 1484 location->SetTimeStamp(CommonUtils::GetCurrentTimeStamp() * MICRO_PER_MILLI); in ReportMockedLocation()
|
H A D | gnss_event_callback.cpp | 93 "receiveTimestamp", std::to_string(CommonUtils::GetCurrentTimeStamp()), in ReportLocation()
|
H A D | gnss_ability_skeleton.cpp | 367 std::string currentTime = std::to_string(CommonUtils::GetCurrentTimeStamp()); in OnRemoteRequest()
|
/ohos5.0/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_skeleton.cpp | 150 …on.GetFlags(), callingPid, callingUid, std::to_string(CommonUtils::GetCurrentTimeStamp()).c_str()); in OnRemoteRequest()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | report_manager.cpp | 383 int64_t curTime = CommonUtils::GetCurrentTimeStamp(); in GetCacheLocation() 517 int64_t curTime = CommonUtils::GetCurrentTimeStamp(); in IsCacheGnssLocationValid()
|
H A D | locator_ability.cpp | 1311 auto requestTime = CommonUtils::GetCurrentTimeStamp(); in GetAddressByCoordinate() 1326 "receiveTime", std::to_string(CommonUtils::GetCurrentTimeStamp()), in GetAddressByCoordinate() 1337 auto requestTime = CommonUtils::GetCurrentTimeStamp(); in GetAddressByLocationName() 1352 "receiveTime", std::to_string(CommonUtils::GetCurrentTimeStamp()), in GetAddressByLocationName() 1429 *it, isProxy, std::to_string(CommonUtils::GetCurrentTimeStamp()).c_str()); in ProxyForFreeze() 1435 *it, isProxy, std::to_string(CommonUtils::GetCurrentTimeStamp()).c_str()); in ProxyForFreeze() 2156 eventId, std::to_string(CommonUtils::GetCurrentTimeStamp()).c_str()); in ProcessEvent()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | pa_capturer_stream_impl.cpp | 169 int32_t PaCapturerStreamImpl::GetCurrentTimeStamp(uint64_t ×tamp) in GetCurrentTimeStamp() function in OHOS::AudioStandard::PaCapturerStreamImpl
|
H A D | capturer_in_server.cpp | 497 stream_->GetCurrentTimeStamp(timestamp); in GetAudioTime()
|
H A D | pro_renderer_stream_impl.cpp | 283 int32_t ProRendererStreamImpl::GetCurrentTimeStamp(uint64_t ×tamp) in GetCurrentTimeStamp() function in OHOS::AudioStandard::ProRendererStreamImpl
|
H A D | pa_renderer_stream_impl.cpp | 408 int32_t PaRendererStreamImpl::GetCurrentTimeStamp(uint64_t ×tamp) in GetCurrentTimeStamp() function in OHOS::AudioStandard::PaRendererStreamImpl
|
H A D | renderer_in_server.cpp | 930 stream_->GetCurrentTimeStamp(timestamp); in GetAudioTime()
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | report_manager_test.cpp | 199 int64_t curTime = CommonUtils::GetCurrentTimeStamp();
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_napi_event.cpp | 445 int64_t curTime = CommonUtils::GetCurrentTimeStamp(); in GenerateExecuteContext()
|