/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_system_properties.cpp | 58 return system::GetBoolParameter("persist.multimedia.image.skdecode.enabled", true); in GetSkiaEnabled() 68 return system::GetBoolParameter("persist.multimedia.image.surfacebuffer.enabled", false); in GetSurfaceBufferEnabled() 77 return system::GetBoolParameter("persist.multimedia.image.dma.enabled", false); in GetDmaEnabled() 86 return system::GetBoolParameter("persist.multimedia.image.decodeDma.enabled", false); in GetDecodeDmaEnabled() 95 return system::GetBoolParameter("persist.multimedia.image.AstcZeroCopy.enabled", true); in GetAstcEnabled() 104 return system::GetBoolParameter("persist.multimedia.image.AntiAliasing.enabled", true); in GetAntiAliasingEnabled() 113 return system::GetBoolParameter("persist.multimedia.image.dumpimage.enabled", false); in GetDumpImageEnabled() 122 return system::GetBoolParameter("persist.multimedia.image.hardwaredecode.enabled", false); in GetHardWareDecodeEnabled() 131 return system::GetBoolParameter("persist.multimedia.image.hardwareencode.enabled", true); in GetHardWareEncodeEnabled() 140 return system::GetBoolParameter("persis in GetHeifHardwareDecodeEnabled() [all...] |
/foundation/ability/ability_runtime/services/common/src/ |
H A D | app_utils.cpp | 111 isInheritWindowSplitScreenMode_.value = system::GetBoolParameter(INHERIT_WINDOW_SPLIT_SCREEN_MODE, true); in IsInheritWindowSplitScreenMode() 121 isSupportAncoApp_.value = system::GetBoolParameter(SUPPORT_ANCO_APP, false); in IsSupportAncoApp() 141 isSelectorDialogDefaultPossion_.value = system::GetBoolParameter(SELECTOR_DIALOG_POSSION, true); in IsSelectorDialogDefaultPossion() 151 isStartSpecifiedProcess_.value = system::GetBoolParameter(START_SPECIFIED_PROCESS, false); in IsStartSpecifiedProcess() 161 isUseMultiRenderProcess_.value = system::GetBoolParameter(USE_MULTI_RENDER_PROCESS, true); in IsUseMultiRenderProcess() 171 isLimitMaximumOfRenderProcess_.value = system::GetBoolParameter(LIMIT_MAXIMUM_OF_RENDER_PROCESS, true); in IsLimitMaximumOfRenderProcess() 181 isGrantPersistUriPermission_.value = system::GetBoolParameter(GRANT_PERSIST_URI_PERMISSION, false); in IsGrantPersistUriPermission() 191 isStartOptionsWithAnimation_.value = system::GetBoolParameter(START_OPTIONS_WITH_ANIMATION, false); in IsStartOptionsWithAnimation() 201 isMultiProcessModel_.value = system::GetBoolParameter(MULTI_PROCESS_MODEL, false); in IsMultiProcessModel() 211 isStartOptionsWithProcessOptions_.value = system::GetBoolParameter(START_OPTIONS_WITH_PROCESS_OPTIO in IsStartOptionsWithProcessOptions() [all...] |
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | bgtask_common.cpp | 24 using OHOS::system::GetBoolParameter; 45 const bool SUPPORT_TASK_KEEPING = GetBoolParameter(TASK_KEEPING_PARAM, false);
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 245 return system::GetBoolParameter("persist.ace.image.framework.enabled", true); in IsImageFrameworkEnabled() 317 return system::GetBoolParameter("persist.ace.scrollablepool.enabled", false); in IsEnableScrollableItemPool() 322 return system::GetBoolParameter("persist.sys.arkui.resource.decoupling", true); in IsResourceDecoupling() 327 return system::GetBoolParameter("persist.ace.performance.monitor.enabled", false); in IsAcePerformanceMonitorEnabled() 558 needAvoidWindow_ = system::GetBoolParameter(PROPERTY_NEED_AVOID_WINDOW, false); in InitDeviceInfo() 670 return system::GetBoolParameter("persist.web.allowWindowOpenMethod.enabled", false); in GetAllowWindowOpenMethodEnabled() 675 return system::GetBoolParameter("persist.ace.save.pixelmap.enabled", false); in GetDebugPixelMapSaveEnabled() 680 return system::GetBoolParameter("ace.debug.pixelround.enabled", true); in IsPixelRoundEnabled() 691 return system::GetBoolParameter("persist.sys.arkui.formAnimationLimit", true); in IsFormAnimationLimited() 701 return system::GetBoolParameter("persis in GetTitleStyleEnabled() [all...] |
H A D | frame_trace_adapter_impl.cpp | 73 bool limitEnabled = OHOS::system::GetBoolParameter(INTERVAL_LIMIT, false); in SetFrameTraceLimit()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/common/ |
H A D | av_codec_sample_log.cpp | 22 const bool VERBOSE_LOG = OHOS::system::GetBoolParameter("OHOS.Media.AVCodecSample.VerboseLog", false);
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ace_forward_compatibility.cpp | 60 isForceOldPipeline_ = OHOS::system::GetBoolParameter("persist.arkui.libace.og", true); in Init() 78 return OHOS::system::GetBoolParameter("persist.arkui.libace.og", true); in IsForceOldPipeline()
|
/foundation/resourceschedule/qos_manager/qos/ |
H A D | qos.cpp | 39 bool qosEnable = OHOS::system::GetBoolParameter("persist.qosmanager.setQos.on", true); in SetThreadQosForOtherThread() 63 bool qosEnable = OHOS::system::GetBoolParameter("persist.qosmanager.setQos.on", true); in ResetThreadQosForOtherThread()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/src/ |
H A D | mock_parameters.cpp | 28 bool GetBoolParameter(const std::string& key, bool def) in GetBoolParameter() function
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/ |
H A D | mock_parameters.h | 26 bool GetBoolParameter(const std::string& key, bool def);
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/mock/src/ |
H A D | mock_parameters.cpp | 29 bool GetBoolParameter(const std::string& key, bool def) in GetBoolParameter() function
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/mock/include/ |
H A D | mock_parameters.h | 26 bool GetBoolParameter(const std::string& key, bool def);
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | parameters.cpp | 30 bool GetBoolParameter(const std::string &key, bool def) in GetBoolParameter() function
|
H A D | parameters.h | 28 bool GetBoolParameter(const std::string &key, bool def);
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/impl/ |
H A D | video_temperature_state.cpp | 36 bool ignore = system::GetBoolParameter(IGNORE_TEMPERATURE, false); in ReevaluateSchedulerInfo()
|
H A D | video_screen_state.cpp | 36 bool ignore = system::GetBoolParameter(IGNORE_SCREEN, false); in ReevaluateSchedulerInfo()
|
H A D | video_battery_level_state.cpp | 36 bool ignore = system::GetBoolParameter(IGNORE_BATTERY_LEVEL, false); in ReevaluateSchedulerInfo()
|
H A D | video_battery_state.cpp | 36 bool ignore = system::GetBoolParameter(IGNORE_BATTERY, false); in ReevaluateSchedulerInfo()
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_animation_strategy_test.cpp | 57 EXPECT_EQ(false, system::GetBoolParameter(BOOT_COMPLETED, false));
in HWTEST_F() 63 EXPECT_EQ(true, system::GetBoolParameter(BOOT_COMPLETED, false));
in HWTEST_F()
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_animation_operation.cpp | 135 if (!system::GetBoolParameter(BOOT_ANIMATION_READY, false)) {
in InitRsSurfaceNode() 164 if (!system::GetBoolParameter(BOOT_ANIMATION_STARTED, false)) {
in PlayPicture() 226 if (!system::GetBoolParameter(BOOT_ANIMATION_STARTED, false)) {
in StopBootAnimation()
|
H A D | boot_animation_strategy.cpp | 39 bool bootEventCompleted = system::GetBoolParameter(BOOT_COMPLETED, false);
in CheckExitAnimation()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/parameter/ |
H A D | parameters.h | 25 bool GetBoolParameter(const std::string& key, bool def);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | modal_system_dialog_util.cpp | 34 !system::GetBoolParameter(DEVELOPER_MODE_STATE, false)) { in CheckDebugAppNotInDeveloperMode()
|
/foundation/window/window_manager/wmserver/include/utils/ |
H A D | window_manager_service_utils.h | 38 const bool FIX_ORIENTATION_ENABLE = system::GetBoolParameter("persist.window.fixoriention.enable", true);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/system/ |
H A D | rs_system_parameters.cpp | 194 static bool flag = system::GetBoolParameter("persist.sys.graphic.tcache.enable", true); in GetTcacheEnabled() 208 static bool isSupportScRGBForP3_ = system::GetBoolParameter("persist.sys.graphic.scrgb.enabled", false); in IsNeedScRGBForP3()
|