Home
last modified time | relevance | path

Searched refs:GetCurrentTimestampUs (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/common/include/
H A Dres_sched_exe_common_utils.h44 static uint64_t GetCurrentTimestampUs();
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/common/src/
H A Dres_sched_exe_common_utils.cpp32 uint64_t ResSchedExeCommonUtils::GetCurrentTimestampUs() in GetCurrentTimestampUs() function in OHOS::ResourceSchedule::ResSchedExeCommonUtils
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/
H A Dres_sched_exe_service_test.cpp334 reportData.WriteUint64(ResSchedExeCommonUtils::GetCurrentTimestampUs());
348 reportData.WriteUint64(ResSchedExeCommonUtils::GetCurrentTimestampUs()); in ReportDebugInnerTask()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_service_proxy.cpp120 uint64_t curr = ResSchedExeCommonUtils::GetCurrentTimestampUs(); in SendDebugCommand()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service_stub.cpp162 uint64_t curr = ResSchedExeCommonUtils::GetCurrentTimestampUs(); in ReportDebugInner()