Home
last modified time | relevance | path

Searched refs:GetBoolParameter (Results 1 - 25 of 94) sorted by relevance

1234

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_system_properties.cpp58 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 Dapp_utils.cpp111 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 Dbgtask_common.cpp24 using OHOS::system::GetBoolParameter;
45 const bool SUPPORT_TASK_KEEPING = GetBoolParameter(TASK_KEEPING_PARAM, false);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp245 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 Dframe_trace_adapter_impl.cpp73 bool limitEnabled = OHOS::system::GetBoolParameter(INTERVAL_LIMIT, false); in SetFrameTraceLimit()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/common/
H A Dav_codec_sample_log.cpp22 const bool VERBOSE_LOG = OHOS::system::GetBoolParameter("OHOS.Media.AVCodecSample.VerboseLog", false);
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dace_forward_compatibility.cpp60 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 Dqos.cpp39 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 Dmock_parameters.cpp28 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 Dmock_parameters.h26 bool GetBoolParameter(const std::string& key, bool def);
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/mock/src/
H A Dmock_parameters.cpp29 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 Dmock_parameters.h26 bool GetBoolParameter(const std::string& key, bool def);
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dparameters.cpp30 bool GetBoolParameter(const std::string &key, bool def) in GetBoolParameter() function
H A Dparameters.h28 bool GetBoolParameter(const std::string &key, bool def);
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/impl/
H A Dvideo_temperature_state.cpp36 bool ignore = system::GetBoolParameter(IGNORE_TEMPERATURE, false); in ReevaluateSchedulerInfo()
H A Dvideo_screen_state.cpp36 bool ignore = system::GetBoolParameter(IGNORE_SCREEN, false); in ReevaluateSchedulerInfo()
H A Dvideo_battery_level_state.cpp36 bool ignore = system::GetBoolParameter(IGNORE_BATTERY_LEVEL, false); in ReevaluateSchedulerInfo()
H A Dvideo_battery_state.cpp36 bool ignore = system::GetBoolParameter(IGNORE_BATTERY, false); in ReevaluateSchedulerInfo()
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_strategy_test.cpp57 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 Dboot_animation_operation.cpp135 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 Dboot_animation_strategy.cpp39 bool bootEventCompleted = system::GetBoolParameter(BOOT_COMPLETED, false); in CheckExitAnimation()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/parameter/
H A Dparameters.h25 bool GetBoolParameter(const std::string& key, bool def);
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dmodal_system_dialog_util.cpp34 !system::GetBoolParameter(DEVELOPER_MODE_STATE, false)) { in CheckDebugAppNotInDeveloperMode()
/foundation/window/window_manager/wmserver/include/utils/
H A Dwindow_manager_service_utils.h38 const bool FIX_ORIENTATION_ENABLE = system::GetBoolParameter("persist.window.fixoriention.enable", true);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/system/
H A Drs_system_parameters.cpp194 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()

Completed in 7 milliseconds

1234