/ohos5.0/drivers/hdf_core/framework/support/posix/src/ |
H A D | osal_time.c | 84 void OsalUSleep(uint32_t us) in OsalUSleep() 97 void OsalUDelay(uint32_t us) in OsalUDelay()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_timer.c | 46 uint64_t us; in GetTimeDiffUs() local
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_time.h | 56 inline bool Us2HstTime (int64_t us, int64_t& hTime) in Us2HstTime() 93 inline int64_t Us2Ms(int64_t us) in Us2Ms()
|
/ohos5.0/foundation/resourceschedule/ffrt/test/testfunc/ |
H A D | util.h | 22 static inline void stall_us(size_t us) in stall_us()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_camera_controller.cpp | 270 const string_view us, const string_view customCamRngId, in CreateBaseColorTarget() 287 const GpuImageDesc& targetDesc, const string_view us, const string_view customCameraRngId, in CreateVelocityTarget() 318 const GpuImageDesc& targetDesc, const string_view us, const string_view customCameraRngId, in CreateDeferredTargets() 354 const GpuImageDesc& targetDesc, const string_view us, const string_view customCameraRngId, in CreateHistoryTargets() 380 const GpuImageDesc& targetDesc, const string_view us, const string_view customCamRngId, in CreateColorTargets() 431 const GpuImageDesc& targetDesc, const string_view us, const string_view customCamRngId, in CreateDepthTargets() 756 const string_view us = stores_.dataStoreNameScene; in CreateResources() local 774 const string_view us = stores_.dataStoreNameScene; in CreateResourceBaseTargets() local 810 const string_view us = stores_.dataStoreNameScene; in CreateResourceBaseTargets() local 834 const string_view us = stores_.dataStoreNameScene; in CreateBuffers() local
|
H A D | render_node_default_material_objects.cpp | 202 const string_view us = stores_.dataStoreNameScene; in ProcessBuffers() local
|
H A D | render_node_default_depth_render_slot.cpp | 377 void RenderNodeDefaultDepthRenderSlot::GetSceneUniformBuffers(const string_view us) in GetSceneUniformBuffers() 400 void RenderNodeDefaultDepthRenderSlot::GetCameraUniformBuffers(const string_view us) in GetCameraUniformBuffers()
|
H A D | render_node_default_env.cpp | 452 void RenderNodeDefaultEnv::GetSceneUniformBuffers(const string_view us) in GetSceneUniformBuffers()
|
H A D | render_node_default_material_deferred_shading.cpp | 493 void RenderNodeDefaultMaterialDeferredShading::GetSceneUniformBuffers(const string_view us) in GetSceneUniformBuffers()
|
H A D | render_node_camera_cubemap.cpp | 475 void RenderNodeCameraCubemap::GetSceneUniformBuffers(const string_view us) in GetSceneUniformBuffers()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/ |
H A D | ffrt_utils.cpp | 40 microseconds us = duration_cast<microseconds>(ms); in SubmitDelayTask() local 48 microseconds us = duration_cast<microseconds>(ms); in SubmitDelayTask() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/common/src/ |
H A D | convert_utils.cpp | 79 auto us = std::chrono::duration_cast<std::chrono::microseconds>(now.time_since_epoch()); in GetNowTimeStr() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_time.c | 96 void OsalUDelay(uint32_t us) in OsalUDelay()
|
/ohos5.0/base/powermgr/power_manager/utils/ffrt/src/ |
H A D | ffrt_utils.cpp | 46 microseconds us = duration_cast<microseconds>(ms); in SubmitDelayTask() local 54 microseconds us = duration_cast<microseconds>(ms); in SubmitDelayTask() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
H A D | osal_time.c | 89 void OsalUDelay(uint32_t us) in OsalUDelay()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/util/ |
H A D | time_format.h | 40 auto us = tp.time_since_epoch().count() % UsPerSecond; variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_time.h | 45 inline bool Us2HstTime (int64_t us, int64_t& hTime) in Us2HstTime()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | utils.h | 41 #define FILLP_UTILS_US2MS(us) ((us) / 1000) argument 42 #define FILLP_UTILS_US2S(us) ((us) / 1000000) argument
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/ |
H A D | task_state_manager.cpp | 142 auto us = std::chrono::duration_cast<std::chrono::microseconds>(ms); in DelayUnloadTask() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | interval.h | 48 uint64_t us = deadlineNs / NS_PER_US; in ToUs() local
|
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/ |
H A D | common.h | 56 static inline void simulate_task_compute_time(size_t us) in simulate_task_compute_time()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_handler.cpp | 330 auto us = tp.time_since_epoch().count() % 1000; in Dump() local
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/common/ |
H A D | ffmpeg_converter.cpp | 423 AVRational us = {1, US_PER_SECOND}; in ConvertAudioPtsToUs() local
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | ffmpeg_converter.cpp | 417 AVRational us = {1, US_PER_SECOND}; in ConvertAudioPtsToUs() local
|
/ohos5.0/foundation/communication/connected_nfc_tag/frameworks/js/napi/ |
H A D | nfc_napi_utils.cpp | 32 auto us = std::chrono::duration_cast<std::chrono::microseconds> in ~TraceFuncCall() local
|