Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp68 CustomActionServerConfig GetCustomActionServerConfigFromJson( in GetCustomActionServerConfigFromJson()
70 CustomActionServerConfig config; in GetCustomActionServerConfigFromJson()
129 Json::Value ToJson(const CustomActionServerConfig& custom_action) { in ToJson()
266 const std::vector<CustomActionServerConfig> CustomActionServers( in CustomActionServers()
355 std::vector<CustomActionServerConfig> custom_action_servers_;
Dcustom_actions.h49 struct CustomActionServerConfig { struct
63 virtual const std::vector<CustomActionServerConfig> CustomActionServers( argument
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp54 const std::vector<CustomActionServerConfig>& custom_actions) { in LaunchCustomActionServers()