Searched refs:GetBoolSystemProperty (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_system_properties.h | 38 static bool GetBoolSystemProperty(const char* name, bool defaultValue);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/ |
H A D | ge_system_properties_test.cpp | 60 EXPECT_FALSE(GESystemProperties::GetBoolSystemProperty("", false));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_system_properties.cpp | 30 bool GESystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() function in OHOS::Rosen::GESystemProperties
|
H A D | ge_kawase_blur_shader_filter.cpp | 64 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 D | rs_system_properties.cpp | 358 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 D | rs_system_properties.cpp | 357 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 D | rs_system_properties_test.cpp | 868 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 D | rs_system_properties.h | 215 static bool GetBoolSystemProperty(const char* name, bool defaultValue);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_system_properties.cpp | 849 bool RSSystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() function in OHOS::Rosen::RSSystemProperties
|