Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp56 CustomShellActionConfig GetCustomShellActionConfigFromJson( in GetCustomShellActionConfigFromJson()
58 CustomShellActionConfig config; in GetCustomShellActionConfigFromJson()
115 Json::Value ToJson(const CustomShellActionConfig& custom_action) { in ToJson()
249 const std::vector<CustomShellActionConfig> CustomShellActions( in CustomShellActions()
354 std::vector<CustomShellActionConfig> custom_shell_actions_;
Dcustom_actions.h44 struct CustomShellActionConfig { struct
61 virtual const std::vector<CustomShellActionConfig> CustomShellActions( argument