Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp215 [this]() { return custom_action_config_[0]; }); in INJECT()
220 custom_action_config_.push_back(DefaultCustomActionConfig()); in INJECT()
225 custom_action_config_.push_back(match.value); in INJECT()
332 if (custom_action_config_.empty()) { in Process()
334 custom_action_config_.push_back(DefaultCustomActionConfig()); in Process()
336 for (const auto& config : custom_action_config_) { in Process()
431 std::vector<std::string> custom_action_config_; member in cuttlefish::__anon9360de7b0111::CustomActionConfigImpl
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp214 custom_action_config_(custom_action_config), in INJECT()
281 custom_action_config_.CustomActionServers(instance_.id()); in Commands()
318 const CustomActionConfigProvider& custom_action_config_; member in cuttlefish::__anon74cb93000111::WebRtcServer