Home
last modified time | relevance | path

Searched refs:validValue (Results 1 – 3 of 3) sorted by relevance

/base/update/updater/test/unittest/updater_ui_test/view/
Dui_component_unittest.cpp86 constexpr float validValue = 40; variable
92 boxProgress.SetValue(validValue);
93 …EXPECT_EQ(boxProgress.GetValue(), static_cast<int>(validValue / MAX_PROGRESS_VALUE * (commonInfo.w…
100 boxProgress.SetValue(validValue);
101 …EXPECT_EQ(boxProgress.GetValue(), static_cast<int>(validValue / MAX_PROGRESS_VALUE * (commonInfo.w…
/base/startup/init/services/param/manager/
Dparam_manager.c542 static const char *validValue[] = { in CheckParamValueType() local
546 for (; i < ARRAY_LENGTH(validValue); i++) { in CheckParamValueType()
547 if (strcasecmp(validValue[i], value) == 0) { in CheckParamValueType()
551 if (i >= ARRAY_LENGTH(validValue)) { in CheckParamValueType()
/base/global/i18n/frameworks/intl/src/
Dlocale_config.cpp998 …id setExtension(std::string &extension, const std::string &tag, const std::set<string> &validValue, in setExtension() argument
1006 if (validValue.find(value) == validValue.end()) { in setExtension()
1016 if (validValue.find(value) == validValue.end()) { in setExtension()