Searched refs:usb_ip_socket_name (Results 1 – 3 of 3) sorted by relevance
60 config->usb_ip_socket_name()}; in main()61 vadb::usbip::Server usbip_{config->usb_ip_socket_name(), adb_.Pool()}; in main()
172 std::string usb_ip_socket_name() const;173 void set_usb_ip_socket_name(const std::string& usb_ip_socket_name);
439 std::string CuttlefishConfig::usb_ip_socket_name() const { in usb_ip_socket_name() function in vsoc::CuttlefishConfig443 const std::string& usb_ip_socket_name) { in set_usb_ip_socket_name() argument444 (*dictionary_)[kUsbIpSocketName] = usb_ip_socket_name; in set_usb_ip_socket_name()