Lines Matching refs:SystemProperties
41 bool SystemProperties::svgTraceEnable_ = false;
42 bool SystemProperties::developerModeOn_ = false;
43 std::atomic<bool> SystemProperties::layoutTraceEnable_(false);
44 std::atomic<bool> SystemProperties::traceInputEventEnable_(false);
45 std::atomic<bool> SystemProperties::stateManagerEnable_(false);
46 bool SystemProperties::buildTraceEnable_ = false;
47 bool SystemProperties::syncDebugTraceEnable_ = false;
48 bool SystemProperties::pixelRoundEnable_ = true;
49 bool SystemProperties::textTraceEnable_ = false;
50 bool SystemProperties::syntaxTraceEnable_ = false;
51 bool SystemProperties::accessTraceEnable_ = false;
52 bool SystemProperties::accessibilityEnabled_ = false;
53 bool SystemProperties::isRound_ = false;
54 bool SystemProperties::isDeviceAccess_ = false;
55 int32_t SystemProperties::deviceWidth_ = 0;
56 int32_t SystemProperties::deviceHeight_ = 0;
57 int32_t SystemProperties::devicePhysicalWidth_ = 0;
58 int32_t SystemProperties::devicePhysicalHeight_ = 0;
59 double SystemProperties::resolution_ = 1.0;
60 DeviceType SystemProperties::deviceType_ { DeviceType::PHONE };
61 DeviceOrientation SystemProperties::orientation_ { DeviceOrientation::PORTRAIT };
62 std::string SystemProperties::brand_ = UNDEFINED_PARAM;
63 std::string SystemProperties::manufacturer_ = UNDEFINED_PARAM;
64 std::string SystemProperties::model_ = UNDEFINED_PARAM;
65 std::string SystemProperties::product_ = UNDEFINED_PARAM;
66 std::string SystemProperties::apiVersion_ = "9";
67 std::string SystemProperties::releaseType_ = UNDEFINED_PARAM;
68 std::string SystemProperties::paramDeviceType_ = UNDEFINED_PARAM;
69 int32_t SystemProperties::mcc_ = MCC_UNDEFINED;
70 int32_t SystemProperties::mnc_ = MNC_UNDEFINED;
71 ColorMode SystemProperties::colorMode_ = ColorMode::LIGHT;
72 ScreenShape SystemProperties::screenShape_ { ScreenShape::NOT_ROUND };
73 LongScreenType SystemProperties::LongScreen_ { LongScreenType::NOT_LONG };
74 bool SystemProperties::unZipHap_ = true;
75 bool SystemProperties::windowAnimationEnabled_ = false;
76 std::atomic<bool> SystemProperties::debugBoundaryEnabled_(false);
77 bool SystemProperties::debugAutoUIEnabled_ = false;
78 bool SystemProperties::debugOffsetLogEnabled_ = false;
79 bool SystemProperties::downloadByNetworkEnabled_ = false;
80 bool SystemProperties::gpuUploadEnabled_ = false;
81 bool SystemProperties::isHookModeEnabled_ = false;
82 bool SystemProperties::astcEnabled_ = false;
83 int SystemProperties::astcMax_ = 0;
84 int SystemProperties::astcPsnr_ = 0;
85 bool SystemProperties::imageFileCacheConvertAstc_ = false;
86 int32_t SystemProperties::imageFileCacheConvertAstcThreshold_ = 2;
87 bool SystemProperties::extSurfaceEnabled_ = false;
88 uint32_t SystemProperties::dumpFrameCount_ = 0;
89 bool SystemProperties::resourceDecoupling_ = true;
91 bool SystemProperties::rosenBackendEnabled_ = false;
93 bool SystemProperties::rosenBackendEnabled_ = true;
95 bool SystemProperties::enableScrollableItemPool_ = false;
96 bool SystemProperties::navigationBlurEnabled_ = true;
97 bool SystemProperties::gridCacheEnabled_ = false;
98 bool SystemProperties::sideBarContainerBlurEnable_ = false;
99 std::atomic<bool> SystemProperties::acePerformanceMonitorEnable_(false);
100 bool SystemProperties::aceCommercialLogEnable_ = false;
101 std::pair<float, float> SystemProperties::brightUpPercent_ = {};
102 bool SystemProperties::faultInjectEnabled_ = false;
103 bool SystemProperties::imageFrameworkEnable_ = false;
104 float SystemProperties::dragStartDampingRatio_ = 0.2f;
105 float SystemProperties::dragStartPanDisThreshold_ = 10.0f;
106 uint32_t SystemProperties::canvasDebugMode_ = 0;
108 bool SystemProperties::IsOpIncEnable()
113 void SystemProperties::InitDeviceType(DeviceType type)
137 DeviceType SystemProperties::GetDeviceType()
142 bool SystemProperties::IsSyscapExist(const char* cap)
147 void SystemProperties::InitDeviceTypeBySystemProperty()
152 void SystemProperties::InitDeviceInfo(
175 void SystemProperties::SetDeviceOrientation(int32_t orientation)
188 float SystemProperties::GetFontWeightScale()
193 void SystemProperties::InitMccMnc(int32_t mcc, int32_t mnc)
199 bool SystemProperties::IsScoringEnabled(const std::string& name)
204 bool SystemProperties::GetDebugEnabled()
209 bool SystemProperties::GetLayoutDetectEnabled()
214 std::string SystemProperties::GetLanguage()
219 std::string SystemProperties::GetRegion()
224 std::string SystemProperties::GetPartialUpdatePkg()
229 std::string SystemProperties::GetNewPipePkg()
234 int32_t SystemProperties::GetSvgMode()
239 bool SystemProperties::GetIsUseMemoryMonitor()
244 bool SystemProperties::IsFormAnimationLimited()
249 bool SystemProperties::GetDebugPixelMapSaveEnabled()
254 bool SystemProperties::GetResourceDecoupling()
259 bool SystemProperties::GetTitleStyleEnabled()
264 int32_t SystemProperties::GetJankFrameThreshold()
269 std::string SystemProperties::GetCustomTitleFilePath()
274 bool SystemProperties::Is24HourClock()
279 bool SystemProperties::GetDisplaySyncSkipEnabled()
284 bool SystemProperties::GetNavigationBlurEnabled()
289 bool SystemProperties::GetGridCacheEnabled()
294 bool SystemProperties::GetGridIrregularLayoutEnabled()
299 bool SystemProperties::WaterFlowUseSegmentedLayout()
304 bool SystemProperties::GetSideBarContainerBlurEnable()
309 float SystemProperties::GetDefaultResolution()
314 std::string SystemProperties::GetAtomicServiceBundleName()
319 float SystemProperties::GetDragStartDampingRatio()
324 float SystemProperties::GetDragStartPanDistanceThreshold()
329 bool SystemProperties::IsSmallFoldProduct()
334 std::string SystemProperties::GetDebugInspectorId()
339 double SystemProperties::GetSrollableVelocityScale()
344 double SystemProperties::GetSrollableFriction()