Home
last modified time | relevance | path

Searched refs:GetBoolSystemProperty (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_system_properties.h38 static bool GetBoolSystemProperty(const char* name, bool defaultValue);
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_system_properties_test.cpp55 * @tc.desc: Verify function GetBoolSystemProperty
60 EXPECT_FALSE(GESystemProperties::GetBoolSystemProperty("", false)); in HWTEST_F()
/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()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp361 bool RSSystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp361 bool RSSystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h219 static bool GetBoolSystemProperty(const char* name, bool defaultValue);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp906 * @tc.name: GetBoolSystemProperty
907 * @tc.desc: GetBoolSystemProperty Test
911 HWTEST_F(RSSystemPropertiesTest, GetBoolSystemProperty, TestSize.Level1) in HWTEST_F()
913 ASSERT_TRUE(RSSystemProperties::GetBoolSystemProperty(std::string("noName").c_str(), true)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssystemproperties_fuzzer/
H A Drssystemproperties_fuzzer.cpp135 RSSystemProperties::GetBoolSystemProperty(nullptr, true); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp879 bool RSSystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() function in OHOS::Rosen::RSSystemProperties

Completed in 9 milliseconds