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 D | rsclientproperty_fuzzer.cpp | 91 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 D | daily_controller.cpp | 49 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 D | daily_config.h | 39 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 D | daily_controller.h | 43 int32_t GetThreshold(const CacheKey& cachekey, int32_t type);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_implicit_animator.cpp | 557 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 D | daily_config.cpp | 145 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 D | rs_property_test.cpp | 115 ASSERT_EQ(prop->GetThreshold(), 1.0f / 256.0f);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property.h | 117 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 D | rs_animation_supplement_test.cpp | 1065 [[maybe_unused]] auto tmp = property.GetThreshold();
|