Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp264 return instance_actions_[instance_index].custom_shell_actions_; in CustomShellActions()
307 for (const auto& action : each_instance_actions_.custom_shell_actions_) { in Serialize()
355 std::vector<CustomShellActionConfig> custom_shell_actions_; member
399 instance_action.custom_shell_actions_.push_back(config); in AddJsonCustomActionConfigs()