class DownloadManagerTest

Defined at line 33 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc

Public Methods

void DownloadManagerTest ()

Defined at line 35 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc

void ~DownloadManagerTest ()

Defined at line 43 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc

size_t succeeded ()

Defined at line 45 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc

size_t failed ()

Defined at line 47 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc

DownloadManager * DownloadManager ()

Defined at line 49 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc

void InjectModulesToProcess (const std::map<std::string, std::pair<uint64_t, fxl::RefPtr<ModuleSymbols>>> & mods)

Notably, this is different from |RemoteAPITest::InjectModule| by explicitly

*not* injecting the modules into the system symbols cache. Instead this

class's |OnFetch| method will insert the newly "downloaded" modules into

SystemSymbols.

Defined at line 55 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc

void MakeServersUnreachable ()

Defined at line 74 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc