Home
last modified time | relevance | path

Searched refs:SplitKey (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/battery_manager/charger/include/
H A Dbattery_config.h50 bool SplitKey(const std::string& key, std::vector<std::string>& keys) const;
/base/powermgr/battery_manager/services/native/include/
H A Dbattery_config.h58 bool SplitKey(const std::string& key, std::vector<std::string>& keys) const;
/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp184 bool BatteryConfig::SplitKey(const std::string& key, std::vector<std::string>& keys) const in SplitKey() function in OHOS::PowerMgr::BatteryConfig
193 if (!SplitKey(key, keys)) { in GetValue()
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp223 bool BatteryConfig::SplitKey(const std::string& key, std::vector<std::string>& keys) const in SplitKey() function in OHOS::PowerMgr::BatteryConfig
232 if (!SplitKey(key, keys)) { in GetValue()

Completed in 2 milliseconds