Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp40 const char* kCustomActionDeviceStates = "device_states"; variable
92 dictionary[kCustomActionDeviceStates]) { in GetCustomDeviceStateActionConfigFromJson()
147 json[kCustomActionDeviceStates] = Json::Value(Json::arrayValue); in ToJson()
158 json[kCustomActionDeviceStates].append(device_state_entry); in ToJson()
388 custom_action.isMember(kCustomActionDeviceStates); in AddJsonCustomActionConfigs()