Home
last modified time | relevance | path

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

/trusted-services/components/app/fwu-tool/app/
A Dfwu_app.cpp129 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 Dtest_psa_fwu_m_update_agent.cpp256 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 Dupdate_agent_interface.h203 int update_agent_commit(struct update_agent *update_agent, uint32_t handle, bool accepted,
A Dupdate_agent_interface.c73 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 Ddirect_fwu_client.cpp109 return update_agent_commit(*m_update_agent, handle, accepted, 0, &progress, &total_work); in commit()
/trusted-services/components/service/fwu/provider/
A Dfwu_provider.c258 req->service_status = update_agent_commit(this_instance->update_agent, handle, in commit_handler()

Completed in 23 milliseconds