/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/system/ |
H A D | rs_system_parameters.cpp | 27 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 D | rs_system_properties.cpp | 82 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 D | ge_system_properties.cpp | 36 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 D | scan_util.h | 41 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 D | print_util.h | 53 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 D | print_user_data.h | 37 if (PrintUtil::ConvertToInt(a, numA) && PrintUtil::ConvertToInt(b, numB)) { in operator()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_system_properties.h | 39 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 D | rd_json_object.cpp | 347 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 D | json_common.h | 40 static bool ConvertToInt(const std::string &str, int &value);
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_converter.cpp | 58 if (!PrintUtil::ConvertToInt(std::string(src), dst)) { in ConvertStringToInt()
|
H A D | print_helper.cpp | 479 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 D | exif_metadata_formatter.cpp | 1519 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 D | json_common.cpp | 173 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 D | print_utils.cpp | 93 if (!PrintUtil::ConvertToInt(cid.substr(pos + 1), callbackIdTmp)) { in DecodeExtensionCid()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | napi_scan_utils.cpp | 383 if (!ScanUtil::ConvertToInt(cid.substr(pos + 1), callbackIdTmp)) { in DecodeExtensionCid()
|
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/ |
H A D | ohscan.cpp | 315 if (!ScanUtil::ConvertToInt(strvalue, intValue)) { in GetScanOptionValue()
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_http_request_process.cpp | 111 if (!PrintUtil::ConvertToInt(lenStr, contentLengthTmp)) { in GetContentLength()
|
H A D | print_system_data.cpp | 784 if (!PrintUtil::ConvertToInt(userIdStr, userId)) { in ParseUserListJsonV1()
|
/ohos5.0/base/print/print_fwk/services/scan_service/src/ |
H A D | scan_service_ability.cpp | 410 if (!ScanUtil::ConvertToInt(firstIdTmp, firstNumTmp) || in GetUsbDevicePort() 411 !ScanUtil::ConvertToInt(secondIdTmp, secondNumTmp)) { in GetUsbDevicePort()
|