Home
last modified time | relevance | path

Searched defs:secondButton (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/battery_manager/services/native/include/
Dbattery_config.h55 std::pair<std::string, std::string> secondButton; member
/base/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp348 cJSON* secondButton = cJSON_GetArrayItem(buttonObj, SECOND_BUTTON_INDEX); in SaveNotificationConfToMap() local