/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | nav_destination_modifier.cpp | 102 safeAreaType |= (1 << StringUtils::StringToUint(type)); in SetIgnoreLayoutSafeArea() 105 safeAreaType |= (1 << StringUtils::StringToUint(safeAreaTypeStr)); in SetIgnoreLayoutSafeArea() 109 safeAreaEdge |= (1 << StringUtils::StringToUint(edges)); in SetIgnoreLayoutSafeArea() 112 safeAreaEdge |= (1 << StringUtils::StringToUint(safeAreaEdgeStr)); in SetIgnoreLayoutSafeArea()
|
H A D | navigation_modifier.cpp | 258 safeAreaType |= (1 << StringUtils::StringToUint(type)); in SetNavIgnoreLayoutSafeArea() 261 safeAreaType |= (1 << StringUtils::StringToUint(safeAreaTypeStr)); in SetNavIgnoreLayoutSafeArea() 265 safeAreaEdge |= (1 << StringUtils::StringToUint(edges)); in SetNavIgnoreLayoutSafeArea() 268 safeAreaEdge |= (1 << StringUtils::StringToUint(safeAreaEdgeStr)); in SetNavIgnoreLayoutSafeArea()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_grid_column.cpp | 93 column.infoBuilder_.SetColumns(StringUtils::StringToUint(value)); in SetSpecializedAttr() 114 span = StringUtils::StringToUint(value); in ParseSpanAndOffset()
|
/ohos5.0/base/startup/init/interfaces/innerkits/syspara/ |
H A D | param_wrapper.cpp | 54 bool StringToUint(const std::string& str, T max, T& out) in StringToUint() function 148 if (!value.empty() && StringToUint(value, max, result)) { in GetUintParameter()
|
/ohos5.0/base/startup/init/interfaces/innerkits/service_watcher/ |
H A D | service_watcher.c | 32 int ret = StringToUint(value, &v); in ServiceStateChange()
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/ |
H A D | init_utils.h | 76 int StringToUint(const char *name, unsigned int *value);
|
/ohos5.0/base/startup/init/services/utils/ |
H A D | init_utils.c | 65 int StringToUint(const char *name, unsigned int *value) in StringToUint() function 79 if (!StringToUint(name, &uid)) { in DecodeUid() 102 if (!StringToUint(name, &gid)) { in DecodeGid()
|
/ohos5.0/base/startup/init/services/modules/init_hook/ |
H A D | init_hook.c | 110 int ret = StringToUint(value, &level); in SetLogLevelFunc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_property.cpp | 151 UpdateMaxLines(StringUtils::StringToUint(json->GetString("maxLines"))); in FromJson()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | color.cpp | 151 auto uint32Color = StringUtils::StringToUint(colorStr); in FromString() 586 auto uint32Color = StringUtils::StringToUint(colorStr); in ParseUintColorString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/ |
H A D | text_declaration.cpp | 183 … specializedStyle.textStyle.SetMaxLines(StringUtils::StringToUint(val, UINT32_MAX)); in SetSpecializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 509 uint32_t styleId = StringUtils::StringToUint(key, UINT32_MAX); in ParseCustomStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | string_utils.h | 254 inline uint32_t StringToUint(const std::string& value, uint32_t defaultErr = 0)
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | base_utils_test.cpp | 483 ASSERT_EQ(StringUtils::StringToUint(TEST_INPUT_U8_STRING_NUMBER), TEST_INPUT_UINT32);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 2639 resConfig.SetMcc(StringUtils::StringToUint(parsedConfig.mcc)); in BuildResConfig() 2642 resConfig.SetMnc(StringUtils::StringToUint(parsedConfig.mnc)); in BuildResConfig()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 528 uintType |= (1 << StringUtils::StringToUint(type)); in ParseStrToUint() 531 uintType |= (1 << StringUtils::StringToUint(safeAreaTypeStr)); in ParseStrToUint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 6832 layoutProperty->UpdateMaxLines(StringUtils::StringToUint(maxLines)); in OnBackPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 2222 priority = static_cast<int32_t>(StringUtils::StringToUint(jsVal->ToString())); in JsLayoutPriority()
|