Home
last modified time | relevance | path

Searched refs:GetEventProperty (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_system_properties.h37 static std::string GetEventProperty(const std::string& paraName);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_system_properties_test.cpp50 EXPECT_EQ(GESystemProperties::GetEventProperty(""), "0");
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_system_properties.cpp21 std::string GESystemProperties::GetEventProperty(const std::string& paraName) in GetEventProperty() function in OHOS::Rosen::GESystemProperties
H A Dge_kawase_blur_shader_filter.cpp57 std::string gpuVersion = GESystemProperties::GetEventProperty(PROPERTY_HIGPU_VERSION); in IsAdvancedFilterUsable()
70 (std::atoi(GESystemProperties::GetEventProperty(PROPERTY_BLUR_EXTRA_FILTER).c_str()) != 0); in GetBlurExtraFilterEnabled()
78 … (std::atoi(GESystemProperties::GetEventProperty(PROPERTY_KAWASE_ORIGINAL_IMAGE).c_str()) != 0); in GetKawaseOriginalEnabled()
H A Dge_mesa_blur_shader_filter.cpp84 … (std::atoi(GESystemProperties::GetEventProperty(PROPERTY_KAWASE_ORIGINAL_IMAGE).c_str()) != 0); in GetKawaseOriginalEnabled()