#include "adb.h"
#include <string>
#include <android-base/macros.h>
Go to the source code of this file.
◆ InstallStatus
| Enumerator |
|---|
| INSTALL_STATUS_OK | |
| INSTALL_STATUS_INTERNAL_ERROR | |
| INSTALL_STATUS_CANNOT_BIND | |
| INSTALL_STATUS_CANNOT_REBIND | |
| INSTALL_STATUS_LISTENER_NOT_FOUND | |
◆ format_listeners()
| std::string format_listeners |
( |
| ) |
|
◆ install_listener()
| InstallStatus install_listener |
( |
const std::string & |
local_name, |
|
|
const char * |
connect_to, |
|
|
atransport * |
transport, |
|
|
int |
flags, |
|
|
int * |
resolved_tcp_port, |
|
|
std::string * |
error |
|
) |
| |
◆ remove_all_listeners()
| void remove_all_listeners |
( |
| ) |
|
◆ remove_listener()
◆ INSTALL_LISTENER_DISABLED
| constexpr int INSTALL_LISTENER_DISABLED = 1 << 1 |
|
inlineconstexpr |
◆ INSTALL_LISTENER_NO_REBIND
| constexpr int INSTALL_LISTENER_NO_REBIND = 1 << 0 |
|
inlineconstexpr |
◆ kSmartSocketConnectTo
| constexpr const char* kSmartSocketConnectTo = "*smartsocket*" |
|
inlineconstexpr |