Home
last modified time | relevance | path

Searched refs:GetResponse (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_spring_animation.cpp216 springValueEstimator_->SetResponse(previousValueEstimator->GetResponse()); in InheritSpringAnimation()
223 if (ROSEN_EQ(springValueEstimator_->GetResponse(), response_, RESPONSE_THRESHOLD)) { in InheritSpringAnimation()
270 auto response = springValueEstimator_->GetResponse(); in OnInitialize()
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/include/
H A Di_future.h39 virtual IResponse *GetResponse(int timeOut) const = 0;
H A Dfuture.h39 IResponse *GetResponse(int timeOut) const override;
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dfuture_listener.cpp46 IResponse *response = future->GetResponse(0); in OnReply()
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dfuture.cpp48 IResponse *Future::GetResponse(int timeOut) const in GetResponse() function in OHOS::AI::Future
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dnative_curve_helper.cpp40 return Rosen::RSAnimationTimingCurve::CreateSpring(springMotionCurve->GetResponse(), in ToNativeCurve()
H A Dcurve.h311 …return NearEqual(other->GetResponse(), response_) && NearEqual(other->GetDampingRatio(), dampingRa… in IsEqual()
314 float GetResponse() const in GetResponse() function
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_task.h116 [[nodiscard]] HttpClientResponse &GetResponse() in GetResponse() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h313 virtual float GetResponse() const in GetResponse() function
376 float GetResponse() const override in GetResponse() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1157 const RefPtr<WebResponse>& GetResponse() const in GetResponse() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1097 response_ = eventInfo.GetResponse(); in SetEvent()