Lines Matching refs:SystemProperties
366 bool SystemProperties::svgTraceEnable_ = IsSvgTraceEnabled();
367 bool SystemProperties::developerModeOn_ = IsDeveloperModeOn();
368 std::atomic<bool> SystemProperties::layoutTraceEnable_(IsLayoutTraceEnabled() && developerModeOn_);
369 bool SystemProperties::imageFrameworkEnable_ = IsImageFrameworkEnabled();
370 std::atomic<bool> SystemProperties::traceInputEventEnable_(IsTraceInputEventEnabled() && developerModeOn_);
371 std::atomic<bool> SystemProperties::stateManagerEnable_(IsStateManagerEnable());
372 bool SystemProperties::buildTraceEnable_ = IsBuildTraceEnabled() && developerModeOn_;
373 bool SystemProperties::syncDebugTraceEnable_ = IsSyncDebugTraceEnabled();
374 bool SystemProperties::pixelRoundEnable_ = IsPixelRoundEnabled();
375 bool SystemProperties::textTraceEnable_ = IsTextTraceEnabled();
376 bool SystemProperties::syntaxTraceEnable_ = IsSyntaxTraceEnabled();
377 bool SystemProperties::accessTraceEnable_ = IsAccessTraceEnabled();
378 bool SystemProperties::accessibilityEnabled_ = IsAccessibilityEnabled();
379 bool SystemProperties::isRound_ = false;
380 bool SystemProperties::isDeviceAccess_ = false;
381 ACE_WEAK_SYM int32_t SystemProperties::deviceWidth_ = 0;
382 ACE_WEAK_SYM int32_t SystemProperties::deviceHeight_ = 0;
383 ACE_WEAK_SYM int32_t SystemProperties::devicePhysicalWidth_ = 0;
384 ACE_WEAK_SYM int32_t SystemProperties::devicePhysicalHeight_ = 0;
385 ACE_WEAK_SYM double SystemProperties::resolution_ = 1.0;
386 ACE_WEAK_SYM DeviceType SystemProperties::deviceType_ { DeviceType::UNKNOWN };
387 ACE_WEAK_SYM FoldScreenType SystemProperties::foldScreenType_ { FoldScreenType::UNKNOWN };
388 ACE_WEAK_SYM bool SystemProperties::needAvoidWindow_ { false };
389 ACE_WEAK_SYM DeviceOrientation SystemProperties::orientation_ { DeviceOrientation::PORTRAIT };
390 std::string SystemProperties::brand_ = INVALID_PARAM;
391 std::string SystemProperties::manufacturer_ = INVALID_PARAM;
392 std::string SystemProperties::model_ = INVALID_PARAM;
393 std::string SystemProperties::product_ = INVALID_PARAM;
394 std::string SystemProperties::apiVersion_ = INVALID_PARAM;
395 std::string SystemProperties::releaseType_ = INVALID_PARAM;
396 std::string SystemProperties::paramDeviceType_ = INVALID_PARAM;
397 int32_t SystemProperties::mcc_ = MCC_UNDEFINED;
398 int32_t SystemProperties::mnc_ = MNC_UNDEFINED;
399 ACE_WEAK_SYM ColorMode SystemProperties::colorMode_ { ColorMode::LIGHT };
400 ScreenShape SystemProperties::screenShape_ { ScreenShape::NOT_ROUND };
401 LongScreenType SystemProperties::LongScreen_ { LongScreenType::NOT_LONG };
402 bool SystemProperties::unZipHap_ = true;
403 ACE_WEAK_SYM bool SystemProperties::rosenBackendEnabled_ = IsRosenBackendEnabled();
404 ACE_WEAK_SYM bool SystemProperties::isHookModeEnabled_ = IsHookModeEnabled();
405 std::atomic<bool> SystemProperties::debugBoundaryEnabled_(IsDebugBoundaryEnabled() && developerModeOn_);
406 bool SystemProperties::debugAutoUIEnabled_ = IsDebugAutoUIEnabled();
407 bool SystemProperties::downloadByNetworkEnabled_ = IsDownloadByNetworkDisabled();
408 bool SystemProperties::debugOffsetLogEnabled_ = IsDebugOffsetLogEnabled();
409 ACE_WEAK_SYM bool SystemProperties::windowAnimationEnabled_ = IsWindowAnimationEnabled();
410 ACE_WEAK_SYM bool SystemProperties::debugEnabled_ = IsDebugEnabled();
411 ACE_WEAK_SYM bool SystemProperties::layoutDetectEnabled_ = IsLayoutDetectEnabled();
412 bool SystemProperties::gpuUploadEnabled_ = IsGpuUploadEnabled();
413 bool SystemProperties::astcEnabled_ = GetAstcEnabled();
414 int32_t SystemProperties::astcMax_ = GetAstcMaxErrorProp();
415 int32_t SystemProperties::astcPsnr_ = GetAstcPsnrProp();
416 bool SystemProperties::imageFileCacheConvertAstc_ = GetImageFileCacheConvertToAstcEnabled();
417 int32_t SystemProperties::imageFileCacheConvertAstcThreshold_ = GetImageFileCacheConvertAstcThresholdProp();
418 ACE_WEAK_SYM bool SystemProperties::extSurfaceEnabled_ = IsExtSurfaceEnabled();
419 ACE_WEAK_SYM uint32_t SystemProperties::dumpFrameCount_ = GetSysDumpFrameCount();
420 ACE_WEAK_SYM bool SystemProperties::windowRectResizeEnabled_ = IsWindowRectResizeEnabled();
421 bool SystemProperties::enableScrollableItemPool_ = IsEnableScrollableItemPool();
422 bool SystemProperties::resourceDecoupling_ = IsResourceDecoupling();
423 bool SystemProperties::navigationBlurEnabled_ = IsNavigationBlurEnabled();
424 bool SystemProperties::gridCacheEnabled_ = IsGridCacheEnabled();
425 std::pair<float, float> SystemProperties::brightUpPercent_ = GetPercent();
426 bool SystemProperties::sideBarContainerBlurEnable_ = IsSideBarContainerBlurEnable();
427 std::atomic<bool> SystemProperties::acePerformanceMonitorEnable_(IsAcePerformanceMonitorEnabled());
428 bool SystemProperties::aceCommercialLogEnable_ = IsAceCommercialLogEnable();
429 bool SystemProperties::faultInjectEnabled_ = IsFaultInjectEnabled();
430 bool SystemProperties::opincEnabled_ = IsOpIncEnabled();
431 float SystemProperties::dragStartDampingRatio_ = ReadDragStartDampingRatio();
432 float SystemProperties::dragStartPanDisThreshold_ = ReadDragStartPanDistanceThreshold();
433 uint32_t SystemProperties::canvasDebugMode_ = ReadCanvasDebugMode();
434 float SystemProperties::fontScale_ = 1.0;
435 float SystemProperties::fontWeightScale_ = 1.0;
436 bool SystemProperties::IsOpIncEnable()
441 bool SystemProperties::IsSyscapExist(const char* cap)
450 void SystemProperties::InitDeviceType(DeviceType)
455 int SystemProperties::GetArkProperties()
460 std::string SystemProperties::GetMemConfigProperty()
465 std::string SystemProperties::GetArkBundleName()
470 size_t SystemProperties::GetGcThreadNum()
476 size_t SystemProperties::GetLongPauseTime()
482 bool SystemProperties::GetAsmInterpreterEnabled()
487 std::string SystemProperties::GetAsmOpcodeDisableRange()
492 bool SystemProperties::IsScoringEnabled(const std::string& name)
505 ACE_WEAK_SYM DeviceType SystemProperties::GetDeviceType()
511 ACE_WEAK_SYM bool SystemProperties::GetNeedAvoidWindow()
516 void SystemProperties::InitDeviceTypeBySystemProperty()
541 void SystemProperties::InitDeviceInfo(
592 ACE_WEAK_SYM void SystemProperties::SetDeviceOrientation(int32_t orientation)
604 ACE_WEAK_SYM float SystemProperties::GetFontWeightScale()
610 ACE_WEAK_SYM float SystemProperties::GetFontScale()
616 void SystemProperties::InitMccMnc(int32_t mcc, int32_t mnc)
622 ACE_WEAK_SYM bool SystemProperties::GetDebugEnabled()
627 ACE_WEAK_SYM bool SystemProperties::GetLayoutDetectEnabled()
632 std::string SystemProperties::GetLanguage()
637 std::string SystemProperties::GetRegion()
642 std::string SystemProperties::GetNewPipePkg()
647 ACE_WEAK_SYM float SystemProperties::GetAnimationScale()
653 std::string SystemProperties::GetPartialUpdatePkg()
658 int32_t SystemProperties::GetSvgMode()
668 bool SystemProperties::GetAllowWindowOpenMethodEnabled()
673 bool SystemProperties::GetDebugPixelMapSaveEnabled()
678 bool SystemProperties::IsPixelRoundEnabled()
683 ACE_WEAK_SYM bool SystemProperties::GetIsUseMemoryMonitor()
689 bool SystemProperties::IsFormAnimationLimited()
694 bool SystemProperties::GetResourceDecoupling()
699 bool SystemProperties::GetTitleStyleEnabled()
704 int32_t SystemProperties::GetJankFrameThreshold()
709 ACE_WEAK_SYM std::string SystemProperties::GetCustomTitleFilePath()
714 ACE_WEAK_SYM bool SystemProperties::Is24HourClock()
719 std::optional<bool> SystemProperties::GetRtlEnabled()
730 bool SystemProperties::GetDisplaySyncSkipEnabled()
735 bool SystemProperties::GetNavigationBlurEnabled()
740 bool SystemProperties::GetGridCacheEnabled()
745 bool SystemProperties::GetGridIrregularLayoutEnabled()
750 bool SystemProperties::WaterFlowUseSegmentedLayout()
755 bool SystemProperties::GetSideBarContainerBlurEnable()
760 void SystemProperties::AddWatchSystemParameter(const char* key, void* context, EnableSystemParameterCallback callback)
765 ACE_WEAK_SYM bool SystemProperties::GetWindowRectResizeEnabled()
770 void SystemProperties::RemoveWatchSystemParameter(
776 void SystemProperties::EnableSystemParameterTraceLayoutCallback(const char* key, const char* value, void* context)
783 void SystemProperties::EnableSystemParameterTraceInputEventCallback(const char* key, const char* value, void* context)
790 void SystemProperties::EnableSystemParameterSecurityDevelopermodeCallback(
798 void SystemProperties::EnableSystemParameterDebugStatemgrCallback(const char* key, const char* value, void* context)
805 void SystemProperties::EnableSystemParameterDebugBoundaryCallback(const char* key, const char* value, void* context)
814 void SystemProperties::EnableSystemParameterPerformanceMonitorCallback(const char* key, const char* value,
822 float SystemProperties::GetDefaultResolution()
832 void SystemProperties::SetLayoutTraceEnabled(bool layoutTraceEnable)
837 void SystemProperties::SetInputEventTraceEnabled(bool inputEventTraceEnable)
842 void SystemProperties::SetSecurityDevelopermodeLayoutTraceEnabled(bool layoutTraceEnable)
847 void SystemProperties::SetDebugBoundaryEnabled(bool debugBoundaryEnabled)
852 void SystemProperties::SetPerformanceMonitorEnabled(bool performanceMonitorEnable)
857 std::string SystemProperties::GetAtomicServiceBundleName()
862 float SystemProperties::GetDragStartDampingRatio()
867 float SystemProperties::GetDragStartPanDistanceThreshold()
872 ACE_WEAK_SYM bool SystemProperties::IsSmallFoldProduct()
878 void SystemProperties::InitFoldScreenTypeBySystemProperty()
893 std::string SystemProperties::GetWebDebugRenderMode()
898 std::string SystemProperties::GetDebugInspectorId()
903 double SystemProperties::GetSrollableVelocityScale()
909 double SystemProperties::GetSrollableFriction()