Home
last modified time | relevance | path

Searched refs:endTime (Results 1 - 10 of 10) sorted by relevance

/applications/standard/contacts_data/test/unittest/src/
H A Dperformance_test.cpp40 int PerformanceTest::CalcTime(int64_t startTime, int64_t endTime) in CalcTime() argument
42 return (int)(endTime - startTime); in CalcTime()
98 int64_t startTime, endTime; in HWTEST_F() local
102 endTime = GetCurrentTime(); in HWTEST_F()
103 elaps = CalcTime(startTime, endTime); in HWTEST_F()
130 int64_t startTime, endTime; in HWTEST_F() local
134 endTime = GetCurrentTime(); in HWTEST_F()
135 elaps = CalcTime(startTime, endTime); in HWTEST_F()
163 int64_t startTime, endTime; in HWTEST_F() local
171 endTime in HWTEST_F()
195 int64_t startTime, endTime; HWTEST_F() local
242 int64_t startTime, endTime; HWTEST_F() local
269 int64_t startTime, endTime; HWTEST_F() local
297 int64_t startTime, endTime; HWTEST_F() local
326 int64_t startTime, endTime; HWTEST_F() local
359 int64_t startTime, endTime; HWTEST_F() local
386 int64_t startTime, endTime; HWTEST_F() local
414 int64_t startTime, endTime; HWTEST_F() local
443 int64_t startTime, endTime; HWTEST_F() local
477 int64_t startTime, endTime; HWTEST_F() local
504 int64_t startTime, endTime; HWTEST_F() local
534 int64_t startTime, endTime; HWTEST_F() local
564 int64_t startTime, endTime; HWTEST_F() local
[all...]
/applications/standard/calendardata/calendarmanager/test/unittest/src/
H A Devent_filter_test.cpp175 event.endTime = timeNow + 100000; in HWTEST_F()
178 auto events = calendar->GetEvents(FilterByTime(event.startTime, event.endTime), {}); in HWTEST_F()
182 EXPECT_EQ(events.at(0).endTime, event.endTime); in HWTEST_F()
192 event.endTime = timeNow + interval; in HWTEST_F()
197 events = calendar->GetEvents(FilterByTime(event.endTime + interval, event.endTime + interval * 2), {}); in HWTEST_F()
209 event1.endTime = timeNow + interval; in HWTEST_F()
214 event2.endTime = timeNow + interval * 2; in HWTEST_F()
218 auto events = calendar->GetEvents(FilterByTime(timeNow, event2.endTime), {}); in HWTEST_F()
[all...]
H A Dcalendar_test.cpp135 event.endTime = 17630000; in HWTEST_F()
154 EXPECT_EQ(newEvent.endTime, event.endTime); in HWTEST_F()
/applications/standard/app_samples/code/BasicFeature/Native/NdkQoS/entry/src/main/cpp/
H A Dmain.cpp82 auto endTime = std::chrono::system_clock::now(); in SetQoS() local
83 g_durationTime = std::chrono::duration<double, std::milli>(endTime - startTime).count(); in SetQoS()
/applications/standard/contacts_data/test/unittest/include/
H A Dperformance_test.h48 int CalcTime(int64_t startTime, int64_t endTime);
/applications/standard/calendardata/calendarmanager/common/
H A Dcalendar_define.h106 int64_t endTime; member
/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_util.cpp66 LOG_DEBUG("endTime :%{private}s", std::to_string(event.endTime).c_str()); in DumpEvent()
370 valuesBucket.Put("dtend", event.endTime); in GetUTCTime()
764 if (columns.count("endTime")) { in GetUTCTime()
765 LOG_DEBUG("TLQ get endTime"); in GetUTCTime()
766 GetValue(resultSet, "dtend", event.endTime); in GetUTCTime()
978 { "endTime", "dtend" }, in GetUTCTime()
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H A Dcompile-ut-ohpm.sh648 endTime=`date +%Y%m%d-%H:%M:%S`
652 echo "$startTime ---> $endTime" "耗时:$sumTime seconds"
H A Dcompile-ohpm-ci.sh635 endTime=`date +%Y%m%d-%H:%M:%S`
639 # echo "$startTime ---> $endTime" "耗时:$sumTime seconds"
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_util.cpp589 status = GetNamedProperty(env, in, "endTime", out.endTime); in GetValue()
590 CHECK_RETURN((status == napi_ok), "invalid entry endTime", status); in GetValue()
621 status = SetNamedProperty(env, "endTime", in.endTime, out); in SetValue()
622 CHECK_RETURN((status == napi_ok), "invalid entry endTime", status); in SetValue()

Completed in 8 milliseconds