Home
last modified time | relevance | path

Searched refs:ConvertToInt (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/system/
H A Drs_system_parameters.cpp27 int ConvertToInt(const char *originValue, int defaultValue) in ConvertToInt() function
37 return ConvertToInt(enable, 0) != 0; in GetCalcCostEnabled()
45 return ConvertToInt(num, 0); in GetDumpRSTreeCount()
60 return ConvertToInt(enable, 1) != 0; in GetDrawingCacheEnabled()
68 return ConvertToInt(enabledDfx, 0) != 0; in GetDrawingCacheEnabledDfx()
76 return ConvertToInt(enabled, 0) != 0; in GetShowRefreshRateEnabled()
133 return ConvertToInt(enable, 1) != 0; in GetSkipCanvasNodeOutofScreenEnabled()
141 return ConvertToInt(enableDfx, 0) != 0; in GetDrawingEffectRegionEnabledDfx()
149 return ConvertToInt(enable, 0) != 0; in GetRenderStop()
157 return ConvertToInt(enable, 0) != 0; in GetOcclusionCallBackToWMSDebugType()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp82 return ConvertToInt(num, 0); in GetDumpFrameNum()
90 return ConvertToInt(num, 0); in GetRecordingEnabled()
112 return ConvertToInt(enable, 0) != 0; in GetVkQueueDividedEnable()
130 return ConvertToInt(state, 0); in GetBetaRecordingMode()
249 return ConvertToInt(enable, 0) != 0; in GetAllSurfaceVisibleDebugEnabled()
819 return ConvertToInt(type, 1) != 0; in GetCachedBlurPartialRenderEnabled()
1055 return ConvertToInt(num, 0); in GetHDRImageEnable()
1063 return ConvertToInt(num, 0); in IsForceClient()
1091 return ConvertToInt(num, 1) != 0; in GetSkipDisplayIfScreenOffEnabled()
1099 return ConvertToInt(num, 1) != 0; in GetBatchRemovingOnRemoteDiedEnabled()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_system_properties.cpp36 return ConvertToInt(enable, defaultValue ? 1 : 0) != 0; in GetBoolSystemProperty()
42 int GESystemProperties::ConvertToInt(const char* originValue, int defaultValue) in ConvertToInt() function in OHOS::Rosen::GESystemProperties
/ohos5.0/base/print/print_fwk/utils/include/
H A Dscan_util.h41 static bool ConvertToInt(const std::string& str, int32_t& value);
51 inline bool ScanUtil::ConvertToInt(const std::string& str, int32_t& value) in ConvertToInt() function
H A Dprint_util.h53 static bool ConvertToInt(const std::string& str, int32_t& value);
68 if (!ConvertToInt(temp, tempNum)) { in Str2Vec()
168 inline bool PrintUtil::ConvertToInt(const std::string& str, int32_t& value) in ConvertToInt() function
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_user_data.h37 if (PrintUtil::ConvertToInt(a, numA) && PrintUtil::ConvertToInt(b, numB)) { in operator()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_system_properties.h39 static int ConvertToInt(const char* originValue, int defaultValue);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp347 if (JsonCommon::ConvertToInt(fieldName, intFieldName) && n <= intFieldName) { in AddItemToObject()
371 if (JsonCommon::ConvertToInt(fieldName, intFieldName) && n <= intFieldName) { in AddItemToObject()
494 if (!JsonCommon::ConvertToInt(field, intField)) { in GetChild()
520 if (!JsonCommon::ConvertToInt(field, intField)) { in GetChildPowerMode()
654 if (!JsonCommon::ConvertToInt(fieldName, intFieldName)) { in DeleteItemDeeplyOnTarget()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Djson_common.h40 static bool ConvertToInt(const std::string &str, int &value);
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_converter.cpp58 if (!PrintUtil::ConvertToInt(std::string(src), dst)) { in ConvertStringToInt()
H A Dprint_helper.cpp479 if (!PrintUtil::ConvertToInt(defaultDuplex, defaultDuplexNum)) { in ParsePrinterPreference()
487 if (!PrintUtil::ConvertToInt(defaultOrientation, defaultOrientationNum)) { in ParsePrinterPreference()
498 if (!PrintUtil::ConvertToInt(defaultQuality, defaultQualityNum)) { in ParsePrinterPreference()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp1519 static bool ConvertToInt(const std::string& str, int& value) in ConvertToInt() function
1539 if (!ConvertToInt(numeratorStr, numerator)) { in StrToDouble()
1544 if (!ConvertToInt(denominatorStr, denominator)) { in StrToDouble()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp173 bool JsonCommon::ConvertToInt(const std::string &str, int &value) in ConvertToInt() function in DocumentDB::JsonCommon
476 JsonCommon::ConvertToInt(itemPath.back(), intItemPath)) { in JsonNodeReplace()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp93 if (!PrintUtil::ConvertToInt(cid.substr(pos + 1), callbackIdTmp)) { in DecodeExtensionCid()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp383 if (!ScanUtil::ConvertToInt(cid.substr(pos + 1), callbackIdTmp)) { in DecodeExtensionCid()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp315 if (!ScanUtil::ConvertToInt(strvalue, intValue)) { in GetScanOptionValue()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp111 if (!PrintUtil::ConvertToInt(lenStr, contentLengthTmp)) { in GetContentLength()
H A Dprint_system_data.cpp784 if (!PrintUtil::ConvertToInt(userIdStr, userId)) { in ParseUserListJsonV1()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp410 if (!ScanUtil::ConvertToInt(firstIdTmp, firstNumTmp) || in GetUsbDevicePort()
411 !ScanUtil::ConvertToInt(secondIdTmp, secondNumTmp)) { in GetUsbDevicePort()