Home
last modified time | relevance | path

Searched refs:MAP_KEY_INDEX (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_config.cpp30 constexpr int32_t MAP_KEY_INDEX = 0; variable
133 std::string firstKey = keys[MAP_KEY_INDEX]; in GetValue()
136 HDF_LOGW("Value is empty. key=%{public}s", keys[MAP_KEY_INDEX].c_str()); in GetValue()
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp29 constexpr int32_t MAP_KEY_INDEX = 0; variable
192 Json::Value value = FindConf(keys[MAP_KEY_INDEX]); in GetValue()
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp29 constexpr int32_t MAP_KEY_INDEX = 0; variable
176 Json::Value value = FindConf(keys[MAP_KEY_INDEX]); in GetValue()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp33 constexpr int32_t MAP_KEY_INDEX = 0; variable
386 std::string firstKey = keys[MAP_KEY_INDEX]; in GetValue()