Searched refs:ConvertToInt (Results 1 - 8 of 8) sorted by relevance
/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() 84 return static_cast<QuickSkipPrepareType>(ConvertToInt(type, DEFAULT_QUICK_SKIP_PREPARE_TYPE_VALUE)); in GetQuickSkipPrepareType() 92 return static_cast<RsParallelType>(ConvertToInt(type, 0)); in GetRsParallelType() 104 return static_cast<RsSurfaceCaptureType>(ConvertToInt(type, 0)); in GetRsSurfaceCaptureType() 133 return ConvertToInt(enabl in GetSkipCanvasNodeOutofScreenEnabled() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_system_properties.cpp | 47 int ConvertToInt(const char *originValue, int defaultValue) in ConvertToInt() function 82 return ConvertToInt(num, 0); in GetDumpFrameNum() 90 return ConvertToInt(num, 0); in GetRecordingEnabled() 104 return ConvertToInt(CachedParameterGetChanged(handle, &changed), 0) != 0; in GetProfilerEnabled() 134 return ConvertToInt(state, 0); in GetBetaRecordingMode() 209 return static_cast<DirtyRegionDebugType>(ConvertToInt(type, 0)); in GetDirtyRegionDebugType() 217 return static_cast<PartialRenderType>(ConvertToInt(enable, DEFAULT_PARTIAL_RENDER_ENABLED_VALUE)); in GetPartialRenderEnabled() 225 return static_cast<PartialRenderType>(ConvertToInt(enable, DEFAULT_UNI_PARTIAL_RENDER_ENABLED_VALUE)); in GetUniPartialRenderEnabled() 241 return ConvertToInt(enable, 0) != 0; in GetAllSurfaceVisibleDebugEnabled() 249 return ConvertToInt(enabl in GetVirtualDirtyDebugEnabled() [all...] |
/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
|
/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);
|
/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);
|
/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()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | exif_metadata_formatter.cpp | 1496 static bool ConvertToInt(const std::string& str, int& value) in ConvertToInt() function 1516 if (!ConvertToInt(numeratorStr, numerator)) { in StrToDouble() 1521 if (!ConvertToInt(denominatorStr, denominator)) { in StrToDouble()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | json_common.cpp | 169 bool JsonCommon::ConvertToInt(const std::string &str, int &value) in ConvertToInt() function in DocumentDB::JsonCommon 472 JsonCommon::ConvertToInt(itemPath.back(), intItemPath)) { in JsonNodeReplace()
|
Completed in 10 milliseconds