/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_softbus_latency.cpp | 38 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 D | dcamera_softbus_latency_test.cpp | 91 int32_t microsecond = 0; in HWTEST_F() local 92 DCameraSoftbusLatency::GetInstance().SetTimeSyncInfo(microsecond, TEST_DEVICE_ID); in HWTEST_F()
|
H A D | session_bus_center.h | 54 int32_t microsecond; member
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | time_format.h | 25 microsecond,
enumerator 38 if (timeUnit == microsecond) {
in FormatDateString()
|
/foundation/distributedhardware/distributed_camera/services/channel/include/ |
H A D | dcamera_softbus_latency.h | 32 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 D | onsoftbustimesyncresult_fuzzer.cpp | 40 info.result.microsecond = *(reinterpret_cast<const int32_t*>(data)); in OnSoftbusTimeSyncResultFuzzTest()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_mouse_autoclick.cpp | 178 int64_t microsecond = Utils::GetSystemTime() * 1000; in GetSystemTime() local 179 return microsecond; in GetSystemTime()
|
H A D | accessibility_touchEvent_injector.cpp | 160 int64_t microsecond = Utils::GetSystemTime() * 1000; in GetSystemTime() local 161 return microsecond; in GetSystemTime()
|
H A D | accessibility_mouse_key.cpp | 302 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 D | event_loop_impl.cpp | 247 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 D | lnn_time_sync_manager.c | 345 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 D | softbus_bus_center.h | 323 int32_t microsecond; /**< Number of micro second */ member
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | softbus_channel_adapter.cpp | 571 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 D | bbox.cpp | 395 return FormatDateString4CntCt(timeStamp, microsecond); in FormatDateString() 397 return FormatDateString4SteadyClock(timeStamp, microsecond); in FormatDateString()
|