Lines Matching defs:config
51 CustomActionInstanceID config; in GetCustomActionInstanceIDFromJson() local
58 CustomShellActionConfig config; in GetCustomShellActionConfigFromJson() local
70 CustomActionServerConfig config; in GetCustomActionServerConfigFromJson() local
84 CustomDeviceStateActionConfig config; in GetCustomDeviceStateActionConfigFromJson() local
184 for (const auto& config : custom_action_configs) { in DefaultCustomActionConfig() local
196 const auto& config = CuttlefishConfig::Get(); in get_instance_order() local
208 INJECT(CustomActionConfigImpl(ConfigFlag& config)) : config_(config) { in INJECT()
336 for (const auto& config : custom_action_config_) { in Process() local
398 auto config = GetCustomShellActionConfigFromJson(custom_action); in AddJsonCustomActionConfigs() local
401 auto config = GetCustomActionServerConfigFromJson(custom_action); in AddJsonCustomActionConfigs() local
404 auto config = GetCustomDeviceStateActionConfigFromJson(custom_action); in AddJsonCustomActionConfigs() local
407 auto config = GetCustomActionInstanceIDFromJson(custom_action); in AddJsonCustomActionConfigs() local