Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 28) sorted by relevance

12

/trusted-services/docs/services/uml/
A DUpdateAgentClassDiagram.puml25 +commit()
78 +commit()
A DFwStoreClassDiagram.puml73 +commit()
/trusted-services/docs/project/
A Dcontributing.rst30 - Avoid long commit series. If you do have a long series, consider whether some
32 - Make sure your commit messages are in the proper format. Please keep the 50/72 rule (for details …
37 …h multiple commits, you should make all documentation changes (and nothing else) in the last commit
38 of the series. Otherwise, include the documentation changes within the single commit.
58 - Ensure that each commit in the series has at least one ``Signed-off-by:`` line, using your real n…
60commit, they must also add their own ``Signed-off-by:`` line. By adding this line the contributor …
64 - Ensure that each commit also has a unique ``Change-Id:`` line. If you have cloned the repository …
65 commit-msg hook`" clone method, this should already be the case.
86 - If the changes are not based on a sufficiently-recent commit, or if they cannot be automatically …
90 …during integration, the merge commit will be removed from the ``integration`` branch and the :ref:…
[all …]
A Dreleases.rst7 Due to the :ref:`Version Control` policy implemented, each commit on the "main" branch has a source…
/trusted-services/components/service/fwu/test/ref_scenarios/
A Doversize_image_tests.cpp84 status = m_fwu_client->commit(stream_handle, false); in TEST()
170 status = m_fwu_client->commit(stream_handle, false); in TEST()
221 status = m_fwu_client->commit(stream_handle, false); in TEST()
237 status = m_fwu_client->commit(stream_handle, false); in TEST()
253 status = m_fwu_client->commit(stream_handle, false); in TEST()
A Dinvalid_behaviour_tests.cpp85 status = m_fwu_client->commit(stream_handle, false); in TEST()
137 status = m_fwu_client->commit(stream_handle1, false); in TEST()
139 status = m_fwu_client->commit(stream_handle2, false); in TEST()
205 status = m_fwu_client->commit(stream_handle, false); in TEST()
A Drollback_tests.cpp86 status = m_fwu_client->commit(stream_handle, false); in TEST()
151 status = m_fwu_client->commit(stream_handle, false); in TEST()
223 status = m_fwu_client->commit(stream_handle, false); in TEST()
A Dupdate_fmp_tests.cpp107 status = client->commit(stream_handle, false); in set_image()
140 status = client->commit(stream_handle, false); in parse_img_directory()
154 status = client->commit(stream_handle, false); in parse_img_directory()
A Dupdate_scenario_tests.cpp119 status = m_fwu_client->commit(stream_handle, false); in TEST()
205 status = m_fwu_client->commit(stream_handle, true); in TEST()
220 status = m_fwu_client->commit(stream_handle, false); in TEST()
A Dpower_failure_tests.cpp119 status = m_fwu_client->commit(stream_handle, false); in TEST()
166 status = m_fwu_client->commit(stream_handle, false); in TEST()
A Dimage_directory_tests.cpp115 status = m_fwu_client->commit(stream_handles[stream_index], false); in TEST()
/trusted-services/components/service/fwu/test/metadata_fetcher/client/
A Dclient_metadata_fetcher.cpp52 m_fwu_client->commit(stream_handle, false); in fetch()
/trusted-services/components/service/fwu/common/
A Dupdate_agent_interface.c76 if (!update_agent->interface->commit) in update_agent_commit()
79 return update_agent->interface->commit(update_agent->context, handle, accepted, in update_agent_commit()
A Dupdate_agent_interface.h137 …int (*commit)(void *context, uint32_t handle, bool accepted, uint32_t max_atomic_len, uint32_t *pr… member
/trusted-services/components/service/fwu/test/fwu_client/direct/
A Ddirect_fwu_client.cpp63 ADD_FUNC_IF_PRESENT(commit, FWU_FUNC_ID_COMMIT); in discover()
104 int direct_fwu_client::commit(uint32_t handle, bool accepted) in commit() function in direct_fwu_client
A Ddirect_fwu_client.h42 int commit(uint32_t handle, bool accepted);
/trusted-services/components/service/fwu/test/fwu_client/
A Dfwu_client.h53 virtual int commit(uint32_t handle, bool accepted) = 0;
/trusted-services/components/service/fwu/installer/
A Dinstaller.c89 assert(installer->interface->commit); in installer_commit()
91 int status = installer->interface->commit(installer->context); in installer_commit()
A Dinstaller.h81 int (*commit)(void *context); member
/trusted-services/components/service/fwu/test/fwu_client/remote/
A Dremote_fwu_client.h41 int commit(uint32_t handle, bool accepted);
/trusted-services/
A Dreadme.rst12 `Developer Certificate of Origin (DCO)`_ and commit messages shall follow
/trusted-services/components/service/fwu/agent/
A Dupdate_agent.c277 static int commit(void *context, uint32_t handle, bool accepted, uint32_t max_atomic_len, in commit() function
317 .commit = commit,
/trusted-services/components/service/fwu/test/image_directory_checker/
A Dimage_directory_checker.cpp63 status = fwu_client->commit(stream_handle, false); in fetch_image_directory()
/trusted-services/components/service/fwu/psa_fwu_m/agent/
A Dpsa_fwu_m_update_agent.c518 static int commit(void *context, uint32_t handle, bool accepted, uint32_t max_atomic_len, in commit() function
603 .commit = commit,
/trusted-services/docs/services/fwu/
A Dpsa-fwu-m.rst121 The commit call closes the image handle. The client can also mark the image as accepted on commit a…

Completed in 68 milliseconds

12