Searched refs:GetEventProperty (Results 1 – 5 of 5) sorted by relevance
37 static std::string GetEventProperty(const std::string& paraName);
50 EXPECT_EQ(GESystemProperties::GetEventProperty(""), "0");
21 std::string GESystemProperties::GetEventProperty(const std::string& paraName) in GetEventProperty() function in OHOS::Rosen::GESystemProperties
57 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()
84 … (std::atoi(GESystemProperties::GetEventProperty(PROPERTY_KAWASE_ORIGINAL_IMAGE).c_str()) != 0); in GetKawaseOriginalEnabled()