/ohos5.0/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() 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 D | app_utils.cpp | 112 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 D | syspara_moduleTest.cpp | 235 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 D | system_properties.cpp | 243 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 D | disable_bluetooth_plugin_test.cpp | 73 …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 D | fingerprint_auth_plugin_test.cpp | 66 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 D | disable_microphone_plugin_test.cpp | 60 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 D | system_properties_adapter_impl.cpp | 98 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 D | hitrace_osal.cpp | 64 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 D | bgtask_common.cpp | 24 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 D | rs_system_parameters.cpp | 201 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 D | ace_forward_compatibility.cpp | 65 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 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()
|
/ohos5.0/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() 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 D | ark_system_properties_adapter_impl.cpp | 133 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 D | av_codec_sample_log.cpp | 22 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 D | mock_parameters.h | 26 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 D | mock_parameters.cpp | 28 bool GetBoolParameter(const std::string& key, bool def) in GetBoolParameter() function
|
/ohos5.0/base/startup/init/test/fuzztest/getboolparametercpp_fuzzer/ |
H A D | getboolparametercpp_fuzzer.cpp | 25 if (system::GetBoolParameter(key, false)) { in FuzzGetBoolParameter()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_system_properties_adapter_wrapper.cpp | 199 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 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);
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/impl/ |
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()
|
H A D | video_screen_state.cpp | 36 bool ignore = system::GetBoolParameter(IGNORE_SCREEN, false); in ReevaluateSchedulerInfo()
|