Searched refs:commands_to_custom_action_servers_ (Results 1 – 2 of 2) sorted by relevance
112 commands_to_custom_action_servers_(commands_to_custom_action_servers), in ConnectionObserverImpl()328 } else if (commands_to_custom_action_servers_.find(command) != in OnControlMessage()329 commands_to_custom_action_servers_.end()) { in OnControlMessage()335 cuttlefish::WriteAll(commands_to_custom_action_servers_[command], in OnControlMessage()369 std::map<std::string, cuttlefish::SharedFD> commands_to_custom_action_servers_; member in cuttlefish::ConnectionObserverImpl388 commands_to_custom_action_servers_, in CreateObserver()398 commands_to_custom_action_servers_[command] = custom_action_server_fd; in AddCustomActionServer()
69 commands_to_custom_action_servers_; variable