Home
last modified time | relevance | path

Searched refs:GetThreshold (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsclientproperty_fuzzer/
H A Drsclientproperty_fuzzer.cpp91 return ROSEN_EQ(prop->GetThreshold(), 0.5f); in DoSetThresholdType001()
109 return ROSEN_EQ(prop->GetThreshold(), 1.0f / 256.0f); in DoSetThresholdType002()
127 return ROSEN_EQ(prop->GetThreshold(), 1.0f / 1000.0f); in DoSetThresholdType003()
145 return ROSEN_EQ(prop->GetThreshold(), 1.0f / 3072.0f); in DoSetThresholdType004()
163 return ROSEN_EQ(prop->GetThreshold(), 0.0f); in DoSetThresholdType005()
181 return ROSEN_EQ(prop->GetThreshold(), 1.0f / 256.0f); in DoSetThresholdType006()
199 return ROSEN_EQ(prop->GetThreshold(), 0.0f); in DoSetThresholdType007()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp49 int32_t threshold = GetThreshold(cacheKey, event->eventType_); in CheckThreshold()
117 int32_t DailyController::GetThreshold(const CacheKey& cachekey, int32_t type) in GetThreshold() function in OHOS::HiviewDFX::DailyController
122 int32_t threshold = config_->GetThreshold(cachekey.first, cachekey.second, type); in GetThreshold()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/include/
H A Ddaily_config.h39 int32_t GetThreshold(const std::string& domain, const std::string name, int32_t type) const;
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/include/
H A Ddaily_controller.h43 int32_t GetThreshold(const CacheKey& cachekey, int32_t type);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animator.cpp557 animation->SetZeroThreshold(property->GetThreshold()); in CreateImplicitAnimation()
568 animation->SetZeroThreshold(property->GetThreshold()); in CreateImplicitAnimation()
692 animation->SetZeroThreshold(property->GetThreshold()); in CreateImplicitAnimationWithInitialVelocity()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/
H A Ddaily_config.cpp145 int32_t DailyConfig::GetThreshold(const std::string& domain, const std::string name, int32_t type) … in GetThreshold() function in OHOS::HiviewDFX::DailyConfig
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_property_test.cpp115 ASSERT_EQ(prop->GetThreshold(), 1.0f / 256.0f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h117 virtual float GetThreshold() const
624 float GetThreshold() const override
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp1065 [[maybe_unused]] auto tmp = property.GetThreshold();