Home
last modified time | relevance | path

Searched refs:FindConf (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/battery_manager/services/native/include/
Dbattery_config.h47 Json::Value FindConf(const std::string& key) const;
/base/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp134 Json::Value BatteryConfig::FindConf(const std::string& key) const in FindConf() function in OHOS::PowerMgr::BatteryConfig
153 Json::Value value = FindConf(keys[MAP_KEY_INDEX]); in GetValue()