Home
last modified time | relevance | path

Searched refs:GetBoolParameter (Results 1 – 25 of 139) sorted by relevance

123456

/ohos5.0/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()
131 return system::GetBoolParameter("persist.multimedia.image.hardwareencode.enabled", true); in GetHardWareEncodeEnabled()
158 return system::GetBoolParameter("persist.multimedia.image.SutEncode.enabled", false); in GetSutEncodeEnabled()
167 return system::GetBoolParameter("persist.multimedia.image.GenAstc.enabled", true); in GetMediaLibraryAstcEnabled()
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp112 isSupportAncoApp_.value = system::GetBoolParameter(SUPPORT_ANCO_APP, false); in IsSupportAncoApp()
132 … isSelectorDialogDefaultPossion_.value = system::GetBoolParameter(SELECTOR_DIALOG_POSSION, true); in IsSelectorDialogDefaultPossion()
142 isStartSpecifiedProcess_.value = system::GetBoolParameter(START_SPECIFIED_PROCESS, false); in IsStartSpecifiedProcess()
152 isUseMultiRenderProcess_.value = system::GetBoolParameter(USE_MULTI_RENDER_PROCESS, true); in IsUseMultiRenderProcess()
172 …isGrantPersistUriPermission_.value = system::GetBoolParameter(GRANT_PERSIST_URI_PERMISSION, false); in IsGrantPersistUriPermission()
182 …isStartOptionsWithAnimation_.value = system::GetBoolParameter(START_OPTIONS_WITH_ANIMATION, false); in IsStartOptionsWithAnimation()
192 isMultiProcessModel_.value = system::GetBoolParameter(MULTI_PROCESS_MODEL, false); in IsMultiProcessModel()
213 system::GetBoolParameter(MOVE_UI_ABILITY_TO_BACKGROUND_API_ENABLE, true); in EnableMoveUIAbilityToBackgroundApi()
223 … isLaunchEmbededUIAbility_.value = system::GetBoolParameter(LAUNCH_EMBEDED_UI_ABILITY, false); in IsLaunchEmbededUIAbility()
233 …isSupportNativeChildProcess_.value = system::GetBoolParameter(SUPPROT_NATIVE_CHILD_PROCESS, false); in IsSupportNativeChildProcess()
[all …]
/ohos5.0/base/startup/init/test/moduletest/
H A Dsyspara_moduleTest.cpp235 EXPECT_TRUE(system::GetBoolParameter(key1, false));
238 EXPECT_TRUE(system::GetBoolParameter(key1, false));
241 EXPECT_TRUE(system::GetBoolParameter(key1, false));
244 EXPECT_TRUE(system::GetBoolParameter(key1, false));
247 EXPECT_TRUE(system::GetBoolParameter(key1, false));
250 EXPECT_FALSE(system::GetBoolParameter(key1, true));
253 EXPECT_FALSE(system::GetBoolParameter(key1, true));
256 EXPECT_FALSE(system::GetBoolParameter(key1, true));
259 EXPECT_FALSE(system::GetBoolParameter(key1, true));
262 EXPECT_FALSE(system::GetBoolParameter(key1, true));
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp243 return system::GetBoolParameter("persist.ace.image.framework.enabled", true); in IsImageFrameworkEnabled()
315 return system::GetBoolParameter("persist.ace.scrollablepool.enabled", false); in IsEnableScrollableItemPool()
320 return system::GetBoolParameter("persist.sys.arkui.resource.decoupling", true); in IsResourceDecoupling()
567 needAvoidWindow_ = system::GetBoolParameter(PROPERTY_NEED_AVOID_WINDOW, false); in InitDeviceInfo()
684 return system::GetBoolParameter("persist.ace.save.pixelmap.enabled", false); in GetDebugPixelMapSaveEnabled()
689 return system::GetBoolParameter("ace.debug.pixelround.enabled", true); in IsPixelRoundEnabled()
700 return system::GetBoolParameter("persist.sys.arkui.formAnimationLimit", true); in IsFormAnimationLimited()
710 return system::GetBoolParameter("persist.ace.title.style.enabled", false); in GetTitleStyleEnabled()
741 return system::GetBoolParameter("debug.ace.displaySyncSkip.enabled", true); in GetDisplaySyncSkipEnabled()
756 return system::GetBoolParameter("persist.ace.water.flow.segmented", false); in WaterFlowUseSegmentedLayout()
[all …]
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Ddisable_bluetooth_plugin_test.cpp73 …ASSERT_TRUE(OHOS::system::GetBoolParameter(DisableBluetoothPlugin::PERSIST_BLUETOOTH_CONTROL, fals…
92 …ASSERT_FALSE(OHOS::system::GetBoolParameter(DisableBluetoothPlugin::PERSIST_BLUETOOTH_CONTROL, tru…
111 …ASSERT_FALSE(OHOS::system::GetBoolParameter(DisableBluetoothPlugin::PERSIST_BLUETOOTH_CONTROL, tru…
118 …ASSERT_TRUE(OHOS::system::GetBoolParameter(DisableBluetoothPlugin::PERSIST_BLUETOOTH_CONTROL, fals…
136 …ASSERT_EQ(OHOS::system::GetBoolParameter(DisableBluetoothPlugin::PERSIST_BLUETOOTH_CONTROL, false),
H A Dfingerprint_auth_plugin_test.cpp66 ASSERT_TRUE(policyValue != system::GetBoolParameter(PERSIST_FINGERPRINT_AUTH_CONTROL, true));
80 ASSERT_TRUE(policyValue != system::GetBoolParameter(PERSIST_FINGERPRINT_AUTH_CONTROL, true));
100 ASSERT_TRUE(result != system::GetBoolParameter(PERSIST_FINGERPRINT_AUTH_CONTROL, true));
H A Ddisable_microphone_plugin_test.cpp60 ASSERT_TRUE(system::GetBoolParameter(PARAM_EDM_MIC_DISABLE, false));
74 ASSERT_FALSE(system::GetBoolParameter(PARAM_EDM_MIC_DISABLE, true));
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp98 return OHOS::system::GetBoolParameter("compress", false); in GetResourceUseHapPathEnable()
157 return OHOS::system::GetBoolParameter("web.optimization", true); in GetWebOptimizationValue()
205 return OHOS::system::GetBoolParameter("web.debug.trace", false); in GetTraceDebugEnable()
323 bool SystemPropertiesAdapterImpl::GetBoolParameter(const std::string& key, bool defaultValue) in GetBoolParameter() function in OHOS::NWeb::SystemPropertiesAdapterImpl
325 return OHOS::system::GetBoolParameter(key, defaultValue); in GetBoolParameter()
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_osal.cpp64 return OHOS::system::GetBoolParameter("const.security.developermode.state", false); in IsDeveloperMode()
69 return OHOS::system::GetBoolParameter("const.debuggable", false); in IsRootVersion()
/ohos5.0/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);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/system/
H A Drs_system_parameters.cpp201 static bool flag = system::GetBoolParameter("persist.sys.graphic.tcache.enable", true); in GetTcacheEnabled()
215 static bool flag = system::GetBoolParameter("const.display.enable_arsr_pre", true); in GetArsrPreEnabled()
221 …static bool flag = system::GetBoolParameter("const.multimedia.enable_camera_rotation_compensation"… in GetMultimediaEnableCameraRotationCompensation()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dace_forward_compatibility.cpp65 isForceOldPipeline_ = OHOS::system::GetBoolParameter("persist.arkui.libace.og", true); in Init()
83 return OHOS::system::GetBoolParameter("persist.arkui.libace.og", true); in IsForceOldPipeline()
/ohos5.0/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()
/ohos5.0/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()
242 if (!system::GetBoolParameter(BOOT_ANIMATION_STARTED, false)) { in StopBootAnimation()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_system_properties_adapter_impl.cpp133 bool ArkSystemPropertiesAdapterImpl::GetBoolParameter(ArkWebString key, bool defaultValue) in GetBoolParameter() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl
135 return real_.GetBoolParameter(ArkWebStringStructToClass(key), defaultValue); in GetBoolParameter()
/ohos5.0/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", fals…
/ohos5.0/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);
/ohos5.0/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
/ohos5.0/base/startup/init/test/fuzztest/getboolparametercpp_fuzzer/
H A Dgetboolparametercpp_fuzzer.cpp25 if (system::GetBoolParameter(key, false)) { in FuzzGetBoolParameter()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_system_properties_adapter_wrapper.cpp199 bool ArkSystemPropertiesAdapterWrapper::GetBoolParameter(const std::string& key, bool defaultValue) in GetBoolParameter() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper
202 bool result = ctocpp_->GetBoolParameter(str, defaultValue); in GetBoolParameter()
/ohos5.0/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);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/impl/
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()
H A Dvideo_screen_state.cpp36 bool ignore = system::GetBoolParameter(IGNORE_SCREEN, false); in ReevaluateSchedulerInfo()

123456