| /trusted-services/components/service/fwu/test/ref_scenarios/ |
| A D | invalid_behaviour_tests.cpp | 58 status = m_fwu_client->end_staging(); in TEST() 128 status = m_fwu_client->end_staging(); in TEST() 158 status = m_fwu_client->end_staging(); in TEST() 211 status = m_fwu_client->end_staging(); in TEST() 233 status = m_fwu_client->end_staging(); in TEST()
|
| A D | oversize_image_tests.cpp | 87 status = m_fwu_client->end_staging(); in TEST() 177 status = m_fwu_client->end_staging(); in TEST() 260 status = m_fwu_client->end_staging(); in TEST()
|
| A D | rollback_tests.cpp | 89 status = m_fwu_client->end_staging(); in TEST() 154 status = m_fwu_client->end_staging(); in TEST() 226 status = m_fwu_client->end_staging(); in TEST()
|
| A D | update_scenario_tests.cpp | 122 status = m_fwu_client->end_staging(); in TEST() 226 status = m_fwu_client->end_staging(); in TEST()
|
| A D | power_failure_tests.cpp | 170 status = m_fwu_client->end_staging(); in TEST()
|
| A D | update_fmp_tests.cpp | 279 status = m_fwu_client->end_staging(); in TEST()
|
| /trusted-services/components/service/fwu/psa_fwu_m/agent/test/ |
| A D | test_psa_fwu_m_update_agent.cpp | 36 void end_staging() { in TEST_GROUP() 201 end_staging(); in TEST() 235 end_staging(); in TEST() 288 end_staging(); in TEST() 593 end_staging(); in TEST() 600 end_staging(); in TEST() 607 end_staging(); in TEST() 614 end_staging(); in TEST() 624 end_staging(); in TEST() 641 end_staging(); in TEST() [all …]
|
| /trusted-services/components/service/fwu/common/ |
| A D | update_agent_interface.c | 31 if (!update_agent->interface->end_staging) in update_agent_end_staging() 34 return update_agent->interface->end_staging(update_agent->context); in update_agent_end_staging()
|
| A D | update_agent_interface.h | 67 int (*end_staging)(void *context); member
|
| /trusted-services/components/service/fwu/test/fwu_client/direct/ |
| A D | direct_fwu_client.cpp | 58 ADD_FUNC_IF_PRESENT(end_staging, FWU_FUNC_ID_END_STAGING); in discover() 79 int direct_fwu_client::end_staging(void) in end_staging() function in direct_fwu_client
|
| A D | direct_fwu_client.h | 32 int end_staging(void);
|
| /trusted-services/components/service/fwu/test/fwu_client/ |
| A D | fwu_client.h | 43 virtual int end_staging(void) = 0;
|
| /trusted-services/components/service/fwu/test/fwu_client/remote/ |
| A D | remote_fwu_client.h | 31 int end_staging(void);
|
| A D | remote_fwu_client.cpp | 253 int remote_fwu_client::end_staging(void) in end_staging() function in remote_fwu_client
|
| /trusted-services/docs/services/uml/ |
| A D | UpdateAgentClassDiagram.puml | 20 +end_staging()
|
| /trusted-services/components/service/fwu/agent/ |
| A D | update_agent.c | 89 static int end_staging(void *context) in end_staging() function 312 .end_staging = end_staging,
|
| /trusted-services/components/service/fwu/psa_fwu_m/agent/ |
| A D | psa_fwu_m_update_agent.c | 352 static int end_staging(void *context) in end_staging() function 598 .end_staging = end_staging,
|
| /trusted-services/components/service/fwu/provider/ |
| A D | fwu_provider.c | 85 ADD_FUNC_IF_PRESENT(end_staging, FWU_FUNC_ID_END_STAGING); in generate_function_presence()
|
| /trusted-services/docs/services/fwu/ |
| A D | fwu-service-description.rst | 501 - Presents FWU methods (begin_staging, end_staging etc.) for use by test cases.
|