Home
last modified time | relevance | path

Searched refs:GetStartTime (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/
H A Dfaultloggerd_performance_test.cpp35 clock_t GetStartTime() in GetStartTime() function
121 clock_t befor = GetStartTime();
143 clock_t befor = GetStartTime();
166 clock_t befor = GetStartTime();
187 clock_t befor = GetStartTime();
213 clock_t befor = GetStartTime();
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/video_job_repository/
H A Ddeferred_video_job.h118 inline SteadyTimePoint GetStartTime() const in GetStartTime() function
125 return static_cast<uint32_t>(GetDiffTime<Milli>(GetStartTime())); in GetExecutionTime()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/time/include/
H A Dtime_elapser.h28 int64_t GetStartTime();
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/include/context/
H A Dget_traffic_stats_by_network_context.h40 uint32_t GetStartTime() const;
H A Dget_traffic_stats_by_uid_network_context.h43 uint32_t GetStartTime() const;
/ohos5.0/foundation/ai/ai_engine/services/common/platform/time/source/
H A Dtime_elapser.cpp32 int64_t TimeElapser::GetStartTime() in GetStartTime() function in OHOS::AI::TimeElapser
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_exec.cpp148 network->startTime_ = context->GetStartTime(); in ExecGetTrafficStatsByNetwork()
164 network->startTime_ = context->GetStartTime(); in ExecGetTrafficStatsByUidNetwork()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/context/
H A Dget_traffic_stats_by_network_context.cpp143 uint32_t GetTrafficStatsByNetworkContext::GetStartTime() const in GetStartTime() function in OHOS::NetManagerStandard::GetTrafficStatsByNetworkContext
H A Dget_traffic_stats_by_uid_network_context.cpp161 uint32_t GetTrafficStatsByUidNetworkContext::GetStartTime() const in GetStartTime() function in OHOS::NetManagerStandard::GetTrafficStatsByUidNetworkContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_component.h135 int32_t GetStartTime() const in GetStartTime() function
H A Dvideo_element_v2.cpp243 videoComponent_->SetStartTime(videoComponent->GetStartTime()); in UpdateVideoComponent()
H A Dvideo_element.cpp198 startTime_ = videoComponent->GetStartTime(); in InitStatus()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Ddata_ability_record.cpp448 std::to_string(ability_->GetStartTime()) + "]"); in Dump()
H A Dability_record.cpp2458 int64_t AbilityRecord::GetStartTime() const in GetStartTime() function in OHOS::AAFwk::AbilityRecord
2473 std::to_string(GetStartTime()) + "]"); in DumpService()
H A Dability_connect_manager.cpp2560 extensionInfo.startTime = abilityRecord->GetStartTime(); in GetExtensionRunningInfo()
H A Dability_manager_service.cpp8988 runningInfo.startTime = abilityRecord->GetStartTime(); in GetAbilityRunningInfo()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h914 int64_t GetStartTime() const;