Searched refs:g_configTest (Results 1 – 2 of 2) sorted by relevance
28 auto& g_configTest = BatteryConfig::GetInstance(); variable39 EXPECT_TRUE(g_configTest.ParseConfig());75 if (!g_configTest.IsExist(key)) {94 if (!g_configTest.IsExist(key)) {114 if (!g_configTest.IsExist(key)) {134 if (!g_configTest.IsExist(key)) {153 if (!g_configTest.IsExist(key)) {212 EXPECT_TRUE(g_configTest.ParseConfig());225 if (!g_configTest.IsExist(key)) {230 int32_t highSoc = g_configTest.GetInt(key, defVal);[all …]
34 BatteryConfig& g_configTest = BatteryConfig::GetInstance();; variable45 bool ret = g_configTest.ParseConfig();