Home
last modified time | relevance | path

Searched refs:allow_partial_updates (Results 1 – 6 of 6) sorted by relevance

/trusted-services/components/service/fwu/test/fwu_dut_factory/sim/
A Dfwu_dut_factory.cpp17 fwu_dut *fwu_dut_factory::create(unsigned int num_locations, bool allow_partial_updates) in create() argument
19 return new sim_fwu_dut(num_locations, FWU_METADATA_VERSION, allow_partial_updates); in create()
/trusted-services/components/service/fwu/test/fwu_dut_factory/remote/
A Dfwu_dut_factory.cpp17 fwu_dut *fwu_dut_factory::create(unsigned int num_locations, bool allow_partial_updates) in create() argument
21 (void)allow_partial_updates; in create()
/trusted-services/components/service/fwu/test/fwu_dut_factory/remote_sim/
A Dfwu_dut_factory.cpp22 fwu_dut *fwu_dut_factory::create(unsigned int num_locations, bool allow_partial_updates) in create() argument
28 new sim_fwu_dut(num_locations, FWU_METADATA_VERSION, allow_partial_updates); in create()
/trusted-services/components/service/fwu/test/fwu_dut_factory/
A Dfwu_dut_factory.h28 static fwu_dut *create(unsigned int num_locations, bool allow_partial_updates = false);
/trusted-services/components/service/fwu/test/fwu_dut/sim/
A Dsim_fwu_dut.h47 bool allow_partial_updates = false);
89 void construct_installers(unsigned int num_locations, bool allow_partial_updates);
A Dsim_fwu_dut.cpp28 bool allow_partial_updates) in sim_fwu_dut() argument
54 construct_installers(num_locations, allow_partial_updates); in sim_fwu_dut()
310 void sim_fwu_dut::construct_installers(unsigned int num_locations, bool allow_partial_updates) in construct_installers() argument
333 if (allow_partial_updates) { in construct_installers()

Completed in 14 milliseconds