Lines Matching refs:service_string
624 bool empty_command, const std::string& service_string) { in RemoteShell() argument
627 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) { in RemoteShell()
638 int fd = adb_connect(service_string, &error); in RemoteShell()
789 std::string service_string = ShellServiceString(use_shell_protocol, shell_type_arg, command); in adb_shell() local
791 service_string); in adb_shell()
809 std::string service_string = "abb:" + android::base::Join(args, ABB_ARG_DELIMETER); in adb_abb() local
811 D("abb -e 0x%x [%*.s]\n", escape_char, static_cast<int>(service_string.size()), in adb_abb()
812 service_string.data()); in adb_abb()
815 service_string); in adb_abb()
1131 std::string service_string = ShellServiceString(use_shell_protocol, "", command); in send_shell_command() local
1133 fd.reset(adb_connect(service_string, &error)); in send_shell_command()