Searched refs:custom_action_array (Results 1 – 1 of 1) sorted by relevance
244 Json::Value custom_action_array(Json::arrayValue); in INJECT() local246 &custom_action_array, &errorMessage)) { in INJECT()251 return AddJsonCustomActionConfigs(custom_action_array); in INJECT()348 Json::Value custom_action_array(Json::arrayValue); in Process() local349 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() argument388 if (custom_action_array.type() != Json::arrayValue) { in AddJsonCustomActionConfigs()395 for (const auto& custom_action : custom_action_array) { in AddJsonCustomActionConfigs()