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.cpp243 auto custom_action_array = CF_EXPECT( in INJECT() local
245 CF_EXPECT(AddJsonCustomActionConfigs(custom_action_array)); in INJECT()
340 auto custom_action_array = CF_EXPECT(ParseJson(config_contents)); in Process() local
341 CF_EXPECTF(AddJsonCustomActionConfigs(custom_action_array), in Process()
372 bool AddJsonCustomActionConfigs(const Json::Value& custom_action_array) { in AddJsonCustomActionConfigs() argument
373 if (custom_action_array.type() != Json::arrayValue) { in AddJsonCustomActionConfigs()
380 for (const auto& custom_action : custom_action_array) { in AddJsonCustomActionConfigs()