/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/ |
H A D | faultloggerd_performance_test.cpp | 35 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 D | deferred_video_job.h | 118 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 D | time_elapser.h | 28 int64_t GetStartTime();
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/include/context/ |
H A D | get_traffic_stats_by_network_context.h | 40 uint32_t GetStartTime() const;
|
H A D | get_traffic_stats_by_uid_network_context.h | 43 uint32_t GetStartTime() const;
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/time/source/ |
H A D | time_elapser.cpp | 32 int64_t TimeElapser::GetStartTime() in GetStartTime() function in OHOS::AI::TimeElapser
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/ |
H A D | statistics_exec.cpp | 148 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 D | get_traffic_stats_by_network_context.cpp | 143 uint32_t GetTrafficStatsByNetworkContext::GetStartTime() const in GetStartTime() function in OHOS::NetManagerStandard::GetTrafficStatsByNetworkContext
|
H A D | get_traffic_stats_by_uid_network_context.cpp | 161 uint32_t GetTrafficStatsByUidNetworkContext::GetStartTime() const in GetStartTime() function in OHOS::NetManagerStandard::GetTrafficStatsByUidNetworkContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_component.h | 135 int32_t GetStartTime() const in GetStartTime() function
|
H A D | video_element_v2.cpp | 243 videoComponent_->SetStartTime(videoComponent->GetStartTime()); in UpdateVideoComponent()
|
H A D | video_element.cpp | 198 startTime_ = videoComponent->GetStartTime(); in InitStatus()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | data_ability_record.cpp | 448 std::to_string(ability_->GetStartTime()) + "]"); in Dump()
|
H A D | ability_record.cpp | 2458 int64_t AbilityRecord::GetStartTime() const in GetStartTime() function in OHOS::AAFwk::AbilityRecord 2473 std::to_string(GetStartTime()) + "]"); in DumpService()
|
H A D | ability_connect_manager.cpp | 2560 extensionInfo.startTime = abilityRecord->GetStartTime(); in GetExtensionRunningInfo()
|
H A D | ability_manager_service.cpp | 8988 runningInfo.startTime = abilityRecord->GetStartTime(); in GetAbilityRunningInfo()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 914 int64_t GetStartTime() const;
|