Searched refs:proxy_fwu_dut (Results 1 – 6 of 6) sorted by relevance
14 proxy_fwu_dut::proxy_fwu_dut(unsigned int num_locations, unsigned int metadata_version, in proxy_fwu_dut() function in proxy_fwu_dut22 proxy_fwu_dut::~proxy_fwu_dut() in ~proxy_fwu_dut()28 void proxy_fwu_dut::boot(bool from_active_bank) in boot()34 void proxy_fwu_dut::shutdown(void) in shutdown()40 struct boot_info proxy_fwu_dut::get_boot_info(void) const in get_boot_info()46 metadata_checker *proxy_fwu_dut::create_metadata_checker(bool is_primary) const in create_metadata_checker()57 fwu_client *proxy_fwu_dut::create_fwu_client(void) in create_fwu_client()
18 class proxy_fwu_dut : public fwu_dut {27 proxy_fwu_dut(unsigned int num_locations, unsigned int metadata_version,30 ~proxy_fwu_dut();
12 "${CMAKE_CURRENT_LIST_DIR}/proxy_fwu_dut.cpp"
24 return new proxy_fwu_dut(num_locations, FWU_METADATA_VERSION, NULL); in create()
35 return new proxy_fwu_dut(num_locations, FWU_METADATA_VERSION, sim_dut); in create()
496 * - *proxy_fwu_dut*
Completed in 22 milliseconds