Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp244 Json::Value custom_action_array(Json::arrayValue); in INJECT() local
246 &custom_action_array, &errorMessage)) { in INJECT()
251 return AddJsonCustomActionConfigs(custom_action_array); in INJECT()
348 Json::Value custom_action_array(Json::arrayValue); in Process() local
349 if (!Json::parseFromStream(builder, ifs, &custom_action_array, in Process()
355 if (!AddJsonCustomActionConfigs(custom_action_array)) { in Process()
387 bool AddJsonCustomActionConfigs(const Json::Value& custom_action_array) { in AddJsonCustomActionConfigs() argument
388 if (custom_action_array.type() != Json::arrayValue) { in AddJsonCustomActionConfigs()
395 for (const auto& custom_action : custom_action_array) { in AddJsonCustomActionConfigs()