AdbClient | lldb_private::platform_android::AdbClient::SyncService | friend |
executeCommand(const std::function< Status()> &cmd) | lldb_private::platform_android::AdbClient::SyncService | private |
internalPullFile(const FileSpec &remote_file, const FileSpec &local_file) | lldb_private::platform_android::AdbClient::SyncService | private |
internalPushFile(const FileSpec &local_file, const FileSpec &remote_file) | lldb_private::platform_android::AdbClient::SyncService | private |
internalStat(const FileSpec &remote_file, uint32_t &mode, uint32_t &size, uint32_t &mtime) | lldb_private::platform_android::AdbClient::SyncService | private |
IsConnected() const | lldb_private::platform_android::AdbClient::SyncService | |
m_conn | lldb_private::platform_android::AdbClient::SyncService | private |
PullFile(const FileSpec &remote_file, const FileSpec &local_file) | lldb_private::platform_android::AdbClient::SyncService | virtual |
PullFileChunk(std::vector< char > &buffer, bool &eof) | lldb_private::platform_android::AdbClient::SyncService | private |
PushFile(const FileSpec &local_file, const FileSpec &remote_file) | lldb_private::platform_android::AdbClient::SyncService | |
ReadAllBytes(void *buffer, size_t size) | lldb_private::platform_android::AdbClient::SyncService | private |
ReadSyncHeader(std::string &response_id, uint32_t &data_len) | lldb_private::platform_android::AdbClient::SyncService | private |
SendSyncRequest(const char *request_id, const uint32_t data_len, const void *data) | lldb_private::platform_android::AdbClient::SyncService | private |
Stat(const FileSpec &remote_file, uint32_t &mode, uint32_t &size, uint32_t &mtime) | lldb_private::platform_android::AdbClient::SyncService | virtual |
SyncService(std::unique_ptr< Connection > &&conn) | lldb_private::platform_android::AdbClient::SyncService | explicitprotected |
~SyncService() | lldb_private::platform_android::AdbClient::SyncService | virtual |