/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_time.c | 42 uint64_t ms; in OsalGetTime() local 91 void OsalMSleep(uint32_t ms) in OsalMSleep() 101 void OsalMDelay(uint32_t ms) in OsalMDelay()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/common/src/ |
H A D | res_sched_exe_common_utils.cpp | 26 std::chrono::milliseconds ms = std::chrono::duration_cast<std::chrono::milliseconds>( in GetCurrentTimestampMs() local 34 std::chrono::microseconds ms = std::chrono::duration_cast<std::chrono::microseconds>( in GetCurrentTimestampUs() local
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/ |
H A D | time_adapter.c | 21 int32 WDT_Start(uint32 ms) in WDT_Start() 26 int32 WDT_Reset(uint32 ms) in WDT_Reset()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/ |
H A D | time_adapter.c | 22 int32 WDT_Start(uint32 ms) in WDT_Start() 27 int32 WDT_Reset(uint32 ms) in WDT_Reset()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/ |
H A D | softbus_adapter_timer.c | 56 int SoftBusStartTimer(void *timerId, unsigned int ms) in SoftBusStartTimer() 85 int SoftBusSleepMs(unsigned int ms) in SoftBusSleepMs() 126 uint64_t ms = (uint64_t)time.tv_sec * MS_PER_SECOND + (uint64_t)time.tv_usec / US_PER_MSECOND; in SoftBusGetSysTimeMs() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/ |
H A D | osal_time.c | 41 uint64_t ms; in OsalGetTime() local 90 void OsalMSleep(uint32_t ms) in OsalMSleep()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/src/ |
H A D | osal_time.c | 42 uint64_t ms; in OsalGetTime() local 91 void OsalMSleep(uint32_t ms) in OsalMSleep()
|
H A D | osal_mutex.c | 70 int32_t OsalMutexTimedLock(struct OsalMutex *mutex, uint32_t ms) in OsalMutexTimedLock()
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
H A D | seq_packet_socket_server.cpp | 32 milliseconds ms, TimtoutHandler timeOutFunc) in StartAcceptingConnection() 43 int SeqPacketSocketServer::AcceptingLoop(AcceptingHandler func, milliseconds ms, TimtoutHandler tim… in AcceptingLoop()
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_serial_queue.cpp | 39 bool FormRenderSerialQueue::ScheduleTask(uint64_t ms, std::function<void()> func) in ScheduleTask() 57 uint32_t ms, std::function<void()> func) in ScheduleDelayTask()
|
/ohos5.0/base/startup/init/test/moduletest/ |
H A D | service_control_test.cpp | 94 const int64_t ms = 500; variable 126 int64_t ms = 600; variable 185 int64_t ms = 300; variable 213 int64_t ms = 550; variable
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_serial_queue.cpp | 38 bool FormSerialQueue::ScheduleTask(uint64_t ms, std::function<void()> func) in ScheduleTask() 56 uint32_t ms, std::function<void()> func) in ScheduleDelayTask()
|
/ohos5.0/drivers/hdf_core/framework/support/posix/src/ |
H A D | osal_time.c | 71 void OsalMSleep(uint32_t ms) in OsalMSleep() 102 void OsalMDelay(uint32_t ms) in OsalMDelay()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/ |
H A D | communication_fault_impl.h | 32 ReportStatus Report(const DBFaultMsg &ms) override in Report()
|
H A D | runtime_fault_impl.h | 30 ReportStatus Report(const DBFaultMsg &ms) override in Report()
|
H A D | service_fault_impl.h | 31 ReportStatus Report(const DBFaultMsg &ms) override in Report()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
H A D | event.c | 80 static int32_t EventWaitInternal(Event *event, int64_t ms) in EventWaitInternal() 97 int32_t EventWait(Event *event, int64_t ms) in EventWait()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_timer.c | 24 uint64_t ms; in GetTimeDiffMs() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/ |
H A D | timer_darwin.cpp | 25 bool Timer::Start(int ms, bool isPeriodic) in Start()
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_time.h | 49 int64_t ms = hTime / HST_USECOND; in HstTime2Us32() local 70 inline bool Ms2HstTime (int64_t ms, int64_t& hTime) in Ms2HstTime()
|
/ohos5.0/foundation/multimedia/av_codec/services/utils/include/ |
H A D | utils.h | 23 inline void SleepFor(unsigned ms) in SleepFor()
|
/ohos5.0/base/update/updater/services/flashd/ |
H A D | flashd_basepkg.bat | 77 if 1%ms% lss 100 set ms=0%ms% variable
|
/ohos5.0/base/useriam/user_auth_framework/services/base/src/ |
H A D | relative_timer.cpp | 37 uint32_t RelativeTimer::Register(const TimerCallback &callback, uint32_t ms) in Register()
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 549 std::chrono::milliseconds ms = std::chrono::time_point_cast<std::chrono::milliseconds>( variable 572 std::chrono::milliseconds ms = std::chrono::time_point_cast<std::chrono::milliseconds>( variable
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_utils/ |
H A D | b_time.cpp | 47 auto ms = std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()); in GetCurrentTime() local
|