Home
last modified time | relevance | path

Searched refs:isNumeric (Results 1 - 6 of 6) sorted by relevance

/base/powermgr/display_manager/brightness_manager/src/
H A Dconfig_parser_base.cpp165 if (value[0].isNumeric()) { in ParsePointXy()
170 if (value[1].isNumeric()) { in ParsePointXy()
203 if (value[paramName].isNumeric()) { in ParseScreenData()
206 if (value["displayId"].isNumeric()) { in ParseScreenData()
209 if (value["sensorId"].isNumeric()) { in ParseScreenData()
H A Dcalculation_config_parser.cpp39 if (root["defaultBrightness"].isNumeric()) { in ParseConfig()
H A Dlux_filter_config_parser.cpp66 if (value["filterAlpha"].isNumeric()) { in ParseConfig()
/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp1337 bool isNumeric = LocaleUtil::IsNumericString(numericString.c_str(), numericString.length()); in HWTEST_F() local
1338 EXPECT_TRUE(isNumeric); in HWTEST_F()
1339 isNumeric = LocaleUtil::IsNumericString(nonNumericString.c_str(), nonNumericString.length()); in HWTEST_F()
1340 EXPECT_FALSE(isNumeric); in HWTEST_F()
1341 isNumeric = LocaleUtil::IsNumericString(nullptr, nonNumericString.length()); in HWTEST_F()
1342 EXPECT_FALSE(isNumeric); in HWTEST_F()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp444 return jsonVal_.isNumeric();
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_listener.cpp540 if (root["RATIO"].isNumeric()) { in ProcessThermalEvent()

Completed in 6 milliseconds