| /trusted-services/components/service/fwu/test/metadata_fetcher/client/ |
| A D | client_metadata_fetcher.h | 25 explicit client_metadata_fetcher(fwu_client *fwu_client); 34 fwu_client *m_fwu_client;
|
| A D | client_metadata_fetcher.cpp | 15 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 D | proxy_fwu_dut.cpp | 51 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 D | proxy_fwu_dut.h | 38 fwu_client *create_fwu_client(void);
|
| /trusted-services/components/service/fwu/test/image_directory_checker/ |
| A D | image_directory_checker.cpp | 28 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 D | image_directory_checker.h | 26 int fetch_image_directory(fwu_client *fwu_client);
|
| /trusted-services/components/service/fwu/test/fwu_client/ |
| A D | fwu_client.h | 20 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 D | oversize_image_tests.cpp | 49 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 D | invalid_behaviour_tests.cpp | 41 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 D | update_fmp_tests.cpp | 44 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 D | power_failure_tests.cpp | 43 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 D | rollback_tests.cpp | 42 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 D | update_scenario_tests.cpp | 40 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 D | image_directory_tests.cpp | 38 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 D | fwu_dut.h | 79 virtual fwu_client *create_fwu_client(void) = 0;
|
| /trusted-services/components/service/fwu/test/service/ |
| A D | fwu_service_tests.cpp | 48 fwu_client *m_fwu_client; in TEST_GROUP()
|
| /trusted-services/components/service/fwu/test/fwu_client/direct/ |
| A D | direct_fwu_client.h | 20 class direct_fwu_client : public fwu_client {
|
| A D | direct_fwu_client.cpp | 15 : fwu_client() in direct_fwu_client()
|
| /trusted-services/components/service/fwu/test/fwu_dut/sim/ |
| A D | sim_fwu_dut.h | 57 fwu_client *create_fwu_client(void);
|
| A D | sim_fwu_dut.cpp | 157 fwu_client *sim_fwu_dut::create_fwu_client(void) in create_fwu_client()
|
| /trusted-services/components/service/fwu/test/fwu_client/remote/ |
| A D | remote_fwu_client.h | 19 class remote_fwu_client : public fwu_client {
|
| /trusted-services/deployments/ts-fw-test/ |
| A D | ts-fw-test.cmake | 37 "components/service/fwu/test/fwu_client/remote"
|
| /trusted-services/deployments/ts-service-test/ |
| A D | ts-service-test.cmake | 74 "components/service/fwu/test/fwu_client/remote"
|
| /trusted-services/deployments/ts-service-test/linux-pc/ |
| A D | CMakeLists.txt | 110 "components/service/fwu/test/fwu_client/direct"
|
| /trusted-services/docs/services/fwu/ |
| A D | fwu-service-description.rst | 500 * - *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
|