Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_system_properties.h38 static bool GetBoolSystemProperty(const char* name, bool defaultValue);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_system_properties_test.cpp60 EXPECT_FALSE(GESystemProperties::GetBoolSystemProperty("", false));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_system_properties.cpp30 bool GESystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() function in OHOS::Rosen::GESystemProperties
H A Dge_kawase_blur_shader_filter.cpp64 return GESystemProperties::GetBoolSystemProperty(PROPERTY_DEBUG_SUPPORT_AF, false); in IsAdvancedFilterUsable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp358 bool RSSystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp357 bool RSSystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp868 HWTEST_F(RSSystemPropertiesTest, GetBoolSystemProperty, TestSize.Level1)
870 ASSERT_TRUE(RSSystemProperties::GetBoolSystemProperty(std::string("noName").c_str(), true));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h215 static bool GetBoolSystemProperty(const char* name, bool defaultValue);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp849 bool RSSystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() function in OHOS::Rosen::RSSystemProperties