Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp43 const char* kCustomActionButton = "button"; variable
60 Json::Value button_entry = dictionary[kCustomActionButton]; in GetCustomShellActionConfigFromJson()
87 Json::Value button_entry = dictionary[kCustomActionButton]; in GetCustomDeviceStateActionConfigFromJson()
119 json[kCustomActionButton] = Json::Value(); in ToJson()
120 json[kCustomActionButton][kCustomActionButtonCommand] = in ToJson()
122 json[kCustomActionButton][kCustomActionButtonTitle] = in ToJson()
124 json[kCustomActionButton][kCustomActionButtonIconName] = in ToJson()
160 json[kCustomActionButton] = Json::Value(); in ToJson()
161 json[kCustomActionButton][kCustomActionButtonCommand] = in ToJson()
163 json[kCustomActionButton][kCustomActionButtonTitle] = in ToJson()
[all …]