Home
last modified time | relevance | path

Searched refs:GetCurrentTimeStamp (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dsa_load_with_statistic.cpp35 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 Dcommon_utils.cpp327 int64_t CommonUtils::GetCurrentTimeStamp() in GetCurrentTimeStamp() function in OHOS::Location::CommonUtils
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Di_capturer_stream.h34 virtual int32_t GetCurrentTimeStamp(uint64_t &timestamp) = 0;
H A Di_renderer_stream.h34 virtual int32_t GetCurrentTimeStamp(uint64_t &timestamp) = 0;
H A Dpa_capturer_stream_impl.h36 int32_t GetCurrentTimeStamp(uint64_t &timestamp) override;
H A Dpro_renderer_stream_impl.h41 int32_t GetCurrentTimeStamp(uint64_t &timestamp) override;
H A Dpa_renderer_stream_impl.h37 int32_t GetCurrentTimeStamp(uint64_t &timestamp) override;
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_const.h86 static inline uint64_t GetCurrentTimeStamp() in GetCurrentTimeStamp() function
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h149 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 Dnetwork_callback_host.cpp83 "receiveTimestamp", std::to_string(CommonUtils::GetCurrentTimeStamp())}); in OnLocationReport()
H A Dnetwork_ability.cpp438 location->SetTimeStamp(CommonUtils::GetCurrentTimeStamp() * MICRO_PER_MILLI); in ReportMockedLocation()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h175 static int64_t GetCurrentTimeStamp();
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp159 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 Dgnss_event_callback.cpp93 "receiveTimestamp", std::to_string(CommonUtils::GetCurrentTimeStamp()), in ReportLocation()
H A Dgnss_ability_skeleton.cpp367 std::string currentTime = std::to_string(CommonUtils::GetCurrentTimeStamp()); in OnRemoteRequest()
/ohos5.0/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_skeleton.cpp150 …on.GetFlags(), callingPid, callingUid, std::to_string(CommonUtils::GetCurrentTimeStamp()).c_str()); in OnRemoteRequest()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp383 int64_t curTime = CommonUtils::GetCurrentTimeStamp(); in GetCacheLocation()
517 int64_t curTime = CommonUtils::GetCurrentTimeStamp(); in IsCacheGnssLocationValid()
H A Dlocator_ability.cpp1311 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 Dpa_capturer_stream_impl.cpp169 int32_t PaCapturerStreamImpl::GetCurrentTimeStamp(uint64_t &timestamp) in GetCurrentTimeStamp() function in OHOS::AudioStandard::PaCapturerStreamImpl
H A Dcapturer_in_server.cpp497 stream_->GetCurrentTimeStamp(timestamp); in GetAudioTime()
H A Dpro_renderer_stream_impl.cpp283 int32_t ProRendererStreamImpl::GetCurrentTimeStamp(uint64_t &timestamp) in GetCurrentTimeStamp() function in OHOS::AudioStandard::ProRendererStreamImpl
H A Dpa_renderer_stream_impl.cpp408 int32_t PaRendererStreamImpl::GetCurrentTimeStamp(uint64_t &timestamp) in GetCurrentTimeStamp() function in OHOS::AudioStandard::PaRendererStreamImpl
H A Drenderer_in_server.cpp930 stream_->GetCurrentTimeStamp(timestamp); in GetAudioTime()
/ohos5.0/base/location/test/location_locator/source/
H A Dreport_manager_test.cpp199 int64_t curTime = CommonUtils::GetCurrentTimeStamp();
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp445 int64_t curTime = CommonUtils::GetCurrentTimeStamp(); in GenerateExecuteContext()

12