Home
last modified time | relevance | path

Searched refs:startTs (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_host_serial_func_test.cpp59 double startTs = GetNowTs(); variable
77 double startTs = GetNowTs(); variable
96 double startTs = GetNowTs(); variable
98 startTs = GetNowTs();
126 double startTs = GetNowTs(); variable
147 double startTs = GetNowTs(); variable
170 double startTs = GetNowTs(); variable
205 double startTs; variable
207 startTs = GetNowTs();
286 double startTs; variable
[all …]
H A Dusb_host_raw_api_func_test.cpp54 double startTs = GetNowTs(); variable
61 EXPECT_TRUE(HasLog(wlog, startTs)) << "ErrInfo: cannot find sync write log";
82 double startTs = GetNowTs(); variable
90 EXPECT_TRUE(HasLog(wlog, startTs)) << "ErrInfo: cannot find sync write log";
117 double startTs; variable
119 startTs = GetNowTs();
143 double startTs = GetNowTs(); variable
149 EXPECT_TRUE(HasLog(wlog, startTs)) << "ErrInfo: cannot find async write log";
170 double startTs = GetNowTs(); variable
204 double startTs; variable
[all …]
H A Dusb_device_serial_func_test.cpp56 double startTs = GetNowTs(); variable
62 EXPECT_TRUE(HasLog(wlog, startTs, WLOG_FILE));
63 EXPECT_TRUE(HasLog(rlog, startTs, RLOG_FILE));
82 double startTs = GetNowTs(); variable
89 EXPECT_TRUE(HasLog(wlog, startTs, WLOG_FILE));
90 EXPECT_TRUE(HasLog(rlog, startTs, RLOG_FILE));
108 double startTs = GetNowTs(); variable
115 EXPECT_TRUE(HasLog(wlog, startTs, WLOG_FILE));
116 EXPECT_TRUE(HasLog(rlog, startTs, RLOG_FILE));
138 double startTs = GetNowTs(); variable
[all …]
H A Dusb_utils.cpp25 bool HasLog(const string &target, double startTs, const string &file) in HasLog() argument
42 if ((logTs - startTs) >= 0) { in HasLog()
151 double GetTsFromLog(const string &target, double startTs, const string &file) in GetTsFromLog() argument
161 if ((logTs - startTs) >= 0) { in GetTsFromLog()
H A Dusb_utils.h43 extern bool HasLog(const std::string &target, double startTs, const std::string &file = "/data/acm_…
47 extern double GetTsFromLog(const std::string &target, double startTs, const std::string &file);
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation_state.cpp181 auto startTs = timestamps->GetValueAt(lo); in UpdateIndex() local
183 if (progress < startTs || progress > endTs) { in UpdateIndex()
189 startTs = timestamps->GetValueAt(mid); in UpdateIndex()
191 if (IsBetween(progress, startTs, endTs, mid >= endIndex)) { in UpdateIndex()
196 if (progress < startTs) { in UpdateIndex()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h134 struct timespec startTs; member
H A Dnstackx_dfile_transfer.h146 struct timespec startTs; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c858 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->startTs); in ReceiveFileDataPrepare()
1027 uint32_t spendTime = GetTimeDiffMs(&endTs, &dFileTrans->startTs); in CalculateRecvRate()
H A Dnstackx_dfile_session.c133 ClockGetTime(CLOCK_MONOTONIC, &session->startTs); in CalculateSessionTransferRatePrepare()
295 uint32_t spendTime = GetTimeDiffMs(&endTs, &session->startTs); in CalculateSessionTransferRate()