Home
last modified time | relevance | path

Searched refs:times_ (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_interpolator.cpp147 : RSInterpolator(id), times_(times), values_(values) in RSCustomInterpolator()
166 if (!parcel.WriteFloatVector(times_) || !parcel.WriteFloatVector(values_)) { in Marshalling()
203 times_.push_back(time); in Convert()
210 if (times_.size() <= 0) { in InterpolateImpl()
213 if (input < times_[0] + EPSILON) { in InterpolateImpl()
214 return times_[0]; in InterpolateImpl()
216 if (input > times_[times_.size() - 1] - EPSILON) { in InterpolateImpl()
217 return times_[times_ in InterpolateImpl()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h45 std::atomic_uint64_t times_{0};
50 times_.store(record.times_); in RecordData()
55 times_.store(record.times_); in operator =()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_async_call.cpp127 record_.total_.times_++; in Call()
156 auto report = (record_.total_.times_.load() - record_.completed_.times_.load()) / EXCEPT_DELTA; in Async()
160 record_.total_.times_.load(), record_.executed_->times_.load(), record_.completed_.times_.load(), in Async()
184 context->executed_->times_++; in OnExecute()
205 record_.completed_.times_++; in OnComplete()
/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_power_test.cpp61 static inline uint32_t times_ = 0; member in OHOS::Rosen::DisplayPowerTest
91 times_ = 0; in SetUp()
112 ++times_; in CheckDisplayStateCallback()
113 } while (times_ <= MAX_TIME_WAITING_FOR_CALLBACK); in CheckDisplayStateCallback()
123 ++times_; in CheckDisplayPowerEventCallback()
124 } while (times_ <= MAX_TIME_WAITING_FOR_CALLBACK); in CheckDisplayPowerEventCallback()
H A Ddisplay_change_test.cpp77 static inline uint32_t times_ = 0; member in OHOS::Rosen::DisplayChangeTest
105 times_ = 0; in SetUp()
127 WLOGI("CheckDisplayChangeEventCallback: already wait times %{public}d", times_); in CheckDisplayChangeEventCallback()
131 ++times_; in CheckDisplayChangeEventCallback()
132 } while (times_ <= MAX_TIME_WAITING_FOR_CALLBACK); in CheckDisplayChangeEventCallback()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_compile_progress.h46 int32_t times_ = 0; member in OHOS::BootCompileProgress
/foundation/window/window_manager_lite/test/
H A Dsample_window.cpp63 ImageAnimatorCallbackDemo() : times_(0) {} in ImageAnimatorCallbackDemo()
79 if ((times_++ % 90) != 0) { // 90: animator callback is performed every 90 ticks in Callback()
131 int16_t times_; member in OHOS::ImageAnimatorCallbackDemo
/foundation/arkui/ui_lite/test/uitest/test_chart/
H A Dui_test_chart_polyline.cpp214 explicit ImageAnimatorCallbackDemo(UIChartDataSerial* serial) : times_(0), serial_(serial) {} in ImageAnimatorCallbackDemo()
226 if (times_++ != 6) { /* Add 10 points for every 6 ticks */ in Callback()
229 times_ = 0; in Callback()
262 int16_t times_; member in OHOS::ImageAnimatorCallbackDemo
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_interpolator.h94 std::vector<float> times_; member in OHOS::Rosen::RSCustomInterpolator
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h148 mutable size_t times_ {0};
H A Ddownloader.cpp165 while (!isHeaderUpdated && times_ < RETRY_TIMES && !isInterruptNeeded_ && !headerInfo_.isClosed) { in WaitHeaderUpdated()
167 times_++; in WaitHeaderUpdated()
170 isHeaderUpdated, times_, headerInfo_.isClosed.load()); in WaitHeaderUpdated()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp229 int32_t freqNum = times_++; in DrawCompileProgress()

Completed in 7 milliseconds