class DownloadManagerTest
Defined at line 31 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc
Public Methods
void DownloadManagerTest ()
Defined at line 33 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc
void ~DownloadManagerTest ()
Defined at line 34 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc
size_t succeeded ()
Defined at line 36 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc
size_t failed ()
Defined at line 38 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc
DownloadManager * DownloadManager ()
Defined at line 40 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 46 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc
void MakeServersUnreachable ()
Defined at line 65 of file ../../src/developer/debug/zxdb/client/download_manager_unittest.cc