Searched refs:update_agent_commit (Results 1 – 6 of 6) sorted by relevance
| /trusted-services/components/app/fwu-tool/app/ |
| A D | fwu_app.cpp | 129 status = update_agent_commit(m_update_agent, stream_handle, false, 0, in update_image() 189 status = update_agent_commit(m_update_agent, stream_handle, false, 0, &progress, in read_object()
|
| /trusted-services/components/service/fwu/psa_fwu_m/agent/test/ |
| A D | test_psa_fwu_m_update_agent.cpp | 256 update_agent_commit(agent, handle, true, 0, &progress, &total_work)); in TEST() 261 update_agent_commit(agent, handle, true, 0, &progress, &total_work)); in TEST() 280 update_agent_commit(agent, handle, true, 0, &progress, &total_work)); in TEST() 285 update_agent_commit(agent, handle, true, 0, &progress, &total_work)); in TEST() 559 LONGS_EQUAL(FWU_STATUS_UNKNOWN, update_agent_commit(agent, 0, false, 0, &progress, in TEST() 561 LONGS_EQUAL(FWU_STATUS_UNKNOWN, update_agent_commit(agent, 0xffffffff, false, 0, &progress, in TEST() 570 LONGS_EQUAL(FWU_STATUS_SUCCESS, update_agent_commit(agent, handle, false, 0, &progress, in TEST() 579 LONGS_EQUAL(FWU_STATUS_SUCCESS, update_agent_commit(agent, handle, false, 0, &progress, in TEST()
|
| /trusted-services/components/service/fwu/common/ |
| A D | update_agent_interface.h | 203 int update_agent_commit(struct update_agent *update_agent, uint32_t handle, bool accepted,
|
| A D | update_agent_interface.c | 73 int update_agent_commit(struct update_agent *update_agent, uint32_t handle, bool accepted, in update_agent_commit() function
|
| /trusted-services/components/service/fwu/test/fwu_client/direct/ |
| A D | direct_fwu_client.cpp | 109 return update_agent_commit(*m_update_agent, handle, accepted, 0, &progress, &total_work); in commit()
|
| /trusted-services/components/service/fwu/provider/ |
| A D | fwu_provider.c | 258 req->service_status = update_agent_commit(this_instance->update_agent, handle, in commit_handler()
|
Completed in 23 milliseconds