Home
last modified time | relevance | path

Searched defs:rgb (Results 1 – 5 of 5) sorted by relevance

/base/powermgr/battery_manager/services/native/profile/
Dbattery_config.json5 "rgb": [255, 0, 0] array
9 "rgb": [255, 255, 0] array
13 "rgb": [0, 255, 0] array
/base/powermgr/battery_manager/services/native/include/
Dbattery_config.h35 uint32_t rgb; member
/base/powermgr/battery_manager/charger/include/
Dbattery_config.h35 uint32_t rgb; member
/base/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp132 Json::Value rgb = GetValue("light." + level + ".rgb"); in ParseLightConf() local
/base/powermgr/battery_manager/charger/src/
Dbattery_config.cpp148 Json::Value rgb = GetValue("light." + level + ".rgb"); in ParseLightConf() local