Searched refs:GetResponse (Results 1 – 11 of 11) sorted by relevance
216 springValueEstimator_->SetResponse(previousValueEstimator->GetResponse()); in InheritSpringAnimation()223 if (ROSEN_EQ(springValueEstimator_->GetResponse(), response_, RESPONSE_THRESHOLD)) { in InheritSpringAnimation()270 auto response = springValueEstimator_->GetResponse(); in OnInitialize()
39 virtual IResponse *GetResponse(int timeOut) const = 0;
39 IResponse *GetResponse(int timeOut) const override;
46 IResponse *response = future->GetResponse(0); in OnReply()
48 IResponse *Future::GetResponse(int timeOut) const in GetResponse() function in OHOS::AI::Future
40 return Rosen::RSAnimationTimingCurve::CreateSpring(springMotionCurve->GetResponse(), in ToNativeCurve()
311 …return NearEqual(other->GetResponse(), response_) && NearEqual(other->GetDampingRatio(), dampingRa… in IsEqual()314 float GetResponse() const in GetResponse() function
116 [[nodiscard]] HttpClientResponse &GetResponse() in GetResponse() function
313 virtual float GetResponse() const in GetResponse() function376 float GetResponse() const override in GetResponse() function
1157 const RefPtr<WebResponse>& GetResponse() const in GetResponse() function
1097 response_ = eventInfo.GetResponse(); in SetEvent()