Lines Matching refs:service_string
610 bool empty_command, const std::string& service_string) { in RemoteShell() argument
613 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) { in RemoteShell()
624 int fd = adb_connect(service_string, &error); in RemoteShell()
780 std::string service_string = ShellServiceString(use_shell_protocol, shell_type_arg, command); in adb_shell() local
782 service_string); in adb_shell()
805 std::string service_string = "abb:" + android::base::Join(args, ABB_ARG_DELIMETER); in adb_abb() local
807 D("abb -e 0x%x [%*.s]\n", escape_char, static_cast<int>(service_string.size()), in adb_abb()
808 service_string.data()); in adb_abb()
811 service_string); in adb_abb()
1181 std::string service_string = ShellServiceString(use_shell_protocol, "", command); in send_shell_command() local
1183 fd.reset(adb_connect(service_string, &error)); in send_shell_command()