Home
last modified time | relevance | path

Searched refs:fwu_client (Results 1 – 25 of 27) sorted by relevance

12

/trusted-services/components/service/fwu/test/metadata_fetcher/client/
A Dclient_metadata_fetcher.h25 explicit client_metadata_fetcher(fwu_client *fwu_client);
34 fwu_client *m_fwu_client;
A Dclient_metadata_fetcher.cpp15 client_metadata_fetcher::client_metadata_fetcher(fwu_client *fwu_client) in client_metadata_fetcher() argument
17 , m_fwu_client(fwu_client) in client_metadata_fetcher()
43 status = m_fwu_client->open(&uuid, fwu_client::op_type::READ, &stream_handle); in fetch()
/trusted-services/components/service/fwu/test/fwu_dut/proxy/
A Dproxy_fwu_dut.cpp51 fwu_client *fwu_client = new remote_fwu_client; in create_metadata_checker() local
52 metadata_fetcher *metadata_fetcher = new client_metadata_fetcher(fwu_client); in create_metadata_checker()
57 fwu_client *proxy_fwu_dut::create_fwu_client(void) in create_fwu_client()
A Dproxy_fwu_dut.h38 fwu_client *create_fwu_client(void);
/trusted-services/components/service/fwu/test/image_directory_checker/
A Dimage_directory_checker.cpp28 int image_directory_checker::fetch_image_directory(fwu_client *fwu_client) in fetch_image_directory() argument
37 status = fwu_client->open(&uuid, fwu_client::op_type::READ, &stream_handle); in fetch_image_directory()
48 status = fwu_client->read_stream(stream_handle, &m_buf[m_total_read_len], in fetch_image_directory()
63 status = fwu_client->commit(stream_handle, false); in fetch_image_directory()
A Dimage_directory_checker.h26 int fetch_image_directory(fwu_client *fwu_client);
/trusted-services/components/service/fwu/test/fwu_client/
A Dfwu_client.h20 class fwu_client {
27 fwu_client() in fwu_client() function
31 virtual ~fwu_client() in ~fwu_client()
/trusted-services/components/service/fwu/test/ref_scenarios/
A Doversize_image_tests.cpp49 fwu_client *m_fwu_client; in TEST_GROUP()
76 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
120 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
162 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
213 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
229 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
245 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
A Dinvalid_behaviour_tests.cpp41 fwu_client *m_fwu_client; in TEST_GROUP()
67 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
120 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle1); in TEST()
124 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle2); in TEST()
194 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
241 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
A Dupdate_fmp_tests.cpp44 explicit fmp(fwu_client *m_fwu_client) in fmp()
100 status = client->open(uuid, fwu_client::op_type::WRITE, &stream_handle); in set_image()
130 status = client->open(&uuid, fwu_client::op_type::READ, &stream_handle); in parse_img_directory()
142 status = client->open(&uuid, fwu_client::op_type::READ, &stream_handle); in parse_img_directory()
188 fwu_client *client;
221 fwu_client *m_fwu_client; in TEST_GROUP()
A Dpower_failure_tests.cpp43 fwu_client *m_fwu_client; in TEST_GROUP()
84 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
109 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
156 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
A Drollback_tests.cpp42 fwu_client *m_fwu_client; in TEST_GROUP()
75 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
140 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
212 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
A Dupdate_scenario_tests.cpp40 fwu_client *m_fwu_client; in TEST_GROUP()
108 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
194 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
210 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
A Dimage_directory_tests.cpp38 fwu_client *m_fwu_client; in TEST_GROUP()
94 status = m_fwu_client->open(&uuid, fwu_client::op_type::WRITE, &stream_handle); in TEST()
/trusted-services/components/service/fwu/test/fwu_dut/
A Dfwu_dut.h79 virtual fwu_client *create_fwu_client(void) = 0;
/trusted-services/components/service/fwu/test/service/
A Dfwu_service_tests.cpp48 fwu_client *m_fwu_client; in TEST_GROUP()
/trusted-services/components/service/fwu/test/fwu_client/direct/
A Ddirect_fwu_client.h20 class direct_fwu_client : public fwu_client {
A Ddirect_fwu_client.cpp15 : fwu_client() in direct_fwu_client()
/trusted-services/components/service/fwu/test/fwu_dut/sim/
A Dsim_fwu_dut.h57 fwu_client *create_fwu_client(void);
A Dsim_fwu_dut.cpp157 fwu_client *sim_fwu_dut::create_fwu_client(void) in create_fwu_client()
/trusted-services/components/service/fwu/test/fwu_client/remote/
A Dremote_fwu_client.h19 class remote_fwu_client : public fwu_client {
/trusted-services/deployments/ts-fw-test/
A Dts-fw-test.cmake37 "components/service/fwu/test/fwu_client/remote"
/trusted-services/deployments/ts-service-test/
A Dts-service-test.cmake74 "components/service/fwu/test/fwu_client/remote"
/trusted-services/deployments/ts-service-test/linux-pc/
A DCMakeLists.txt110 "components/service/fwu/test/fwu_client/direct"
/trusted-services/docs/services/fwu/
A Dfwu-service-description.rst500 * - *fwu_client*
502 - components/service/fwu/test/fwu_client
504 - An fwu_client that calls Update Agent interface functions directly.
505 - components/service/fwu/test/fwu_client/direct
507 - An fwu_client that makes RPC call requests to invoke Update Agent operations. Call
509 - components/service/fwu/test/fwu_client/remote

Completed in 52 milliseconds

12