Home
last modified time | relevance | path

Searched refs:microsecond (Results 1 - 14 of 14) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_latency.cpp38 int32_t microsecond = info->result.millisecond * MICROSECONDS + info->result.microsecond; in OnTimeSyncResult() local
39 DHLOGD("DCameraSoftbusLatency OnTimeSyncResult retcode %{public}d, millisecond: %{public}d, microsecond %{public}d " in OnTimeSyncResult()
40 "microsecond_ %{public}d", retCode, info->result.millisecond, info->result.microsecond, microsecond); in OnTimeSyncResult()
41 DCameraSoftbusLatency::GetInstance().SetTimeSyncInfo(microsecond, info->target.targetNetworkId); in OnTimeSyncResult()
100 void DCameraSoftbusLatency::SetTimeSyncInfo(const int32_t microsecond, const std::string& devId) in SetTimeSyncInfo() argument
103 offsets_[devId] = microsecond; in SetTimeSyncInfo()
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_latency_test.cpp91 int32_t microsecond = 0; in HWTEST_F() local
92 DCameraSoftbusLatency::GetInstance().SetTimeSyncInfo(microsecond, TEST_DEVICE_ID); in HWTEST_F()
H A Dsession_bus_center.h54 int32_t microsecond; member
/foundation/resourceschedule/ffrt/src/util/
H A Dtime_format.h25 microsecond, enumerator
38 if (timeUnit == microsecond) { in FormatDateString()
/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_latency.h32 void SetTimeSyncInfo(const int32_t microsecond, const std::string& devId);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/onsoftbustimesyncresult_fuzzer/
H A Donsoftbustimesyncresult_fuzzer.cpp40 info.result.microsecond = *(reinterpret_cast<const int32_t*>(data)); in OnSoftbusTimeSyncResultFuzzTest()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_autoclick.cpp178 int64_t microsecond = Utils::GetSystemTime() * 1000; in GetSystemTime() local
179 return microsecond; in GetSystemTime()
H A Daccessibility_touchEvent_injector.cpp160 int64_t microsecond = Utils::GetSystemTime() * 1000; in GetSystemTime() local
161 return microsecond; in GetSystemTime()
H A Daccessibility_mouse_key.cpp302 int64_t microsecond = Utils::GetSystemTime() * 1000; in GetSystemTime() local
303 return microsecond; in GetSystemTime()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp247 uint64_t microsecond = 0; in GetTime() local
248 OS::GetMonotonicRelativeTimeInMicrosecond(microsecond); // It is not very possible to fail, if so use 0 as default in GetTime()
249 return static_cast<EventTime>(microsecond / 1000); // 1000 is the multiple between microsecond and millisecond in GetTime()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/time_sync/src/
H A Dlnn_time_sync_manager.c345 resultInfo.result.microsecond = ((int32_t)(offset * THOUSAND)) % THOUSAND; in NotifyTimeSyncResult()
350 resultInfo.result.microsecond = -1; in NotifyTimeSyncResult()
359 "notify time sync result. millisecond=%{public}d, microsecond=%{public}d, accuracy=%{public}d, flag=%{public}d", in NotifyTimeSyncResult()
360 resultInfo.result.millisecond, resultInfo.result.microsecond, resultInfo.result.accuracy, resultInfo.flag); in NotifyTimeSyncResult()
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h323 int32_t microsecond; /**< Number of micro second */ member
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp571 int32_t microsecond = info->result.microsecond; in OnSoftbusTimeSyncResult() local
573 AVTRANS_LOGI("Time sync success, flag:%{public}" PRId32", millisecond:%{public}" PRId32 ", microsecond:%{public}" in OnSoftbusTimeSyncResult()
574 PRId32 ", accuracy:%{public}" PRId32, info->flag, millisecond, microsecond, accuracy); in OnSoftbusTimeSyncResult()
/foundation/resourceschedule/ffrt/src/dfx/bbox/
H A Dbbox.cpp395 return FormatDateString4CntCt(timeStamp, microsecond); in FormatDateString()
397 return FormatDateString4SteadyClock(timeStamp, microsecond); in FormatDateString()

Completed in 9 milliseconds