Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/test/unittest/src/
Dbattery_config_test.cpp76 if (!g_configTest.IsExist(key)) {
95 if (!g_configTest.IsExist(key)) {
115 if (!g_configTest.IsExist(key)) {
135 if (!g_configTest.IsExist(key)) {
154 if (!g_configTest.IsExist(key)) {
226 if (!g_configTest.IsExist(key)) {
247 EXPECT_TRUE(!g_configTest.IsExist(key));
/base/powermgr/battery_manager/services/native/include/
Dbattery_config.h39 bool IsExist(std::string key) const;
/base/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp68 bool BatteryConfig::IsExist(std::string key) const in IsExist() function in OHOS::PowerMgr::BatteryConfig