Searched refs:GetBoolSystemProperty (Results 1 - 10 of 10) sorted by relevance
/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);
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/ |
H A D | ge_system_properties_test.cpp | 55 * @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 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()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_system_properties.cpp | 361 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 D | rs_system_properties.cpp | 361 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 D | rs_system_properties.h | 219 static bool GetBoolSystemProperty(const char* name, bool defaultValue);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_system_properties_test.cpp | 906 * @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 D | rssystemproperties_fuzzer.cpp | 135 RSSystemProperties::GetBoolSystemProperty(nullptr, true);
in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_system_properties.cpp | 879 bool RSSystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() function in OHOS::Rosen::RSSystemProperties
|
Completed in 9 milliseconds