| /trusted-services/docs/services/uml/ |
| A D | UpdateAgentClassDiagram.puml | 25 +commit() 78 +commit()
|
| A D | FwStoreClassDiagram.puml | 73 +commit()
|
| /trusted-services/docs/project/ |
| A D | contributing.rst | 30 - 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… 60 …commit, 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 D | releases.rst | 7 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 D | oversize_image_tests.cpp | 84 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 D | invalid_behaviour_tests.cpp | 85 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 D | rollback_tests.cpp | 86 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 D | update_fmp_tests.cpp | 107 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 D | update_scenario_tests.cpp | 119 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 D | power_failure_tests.cpp | 119 status = m_fwu_client->commit(stream_handle, false); in TEST() 166 status = m_fwu_client->commit(stream_handle, false); in TEST()
|
| A D | image_directory_tests.cpp | 115 status = m_fwu_client->commit(stream_handles[stream_index], false); in TEST()
|
| /trusted-services/components/service/fwu/test/metadata_fetcher/client/ |
| A D | client_metadata_fetcher.cpp | 52 m_fwu_client->commit(stream_handle, false); in fetch()
|
| /trusted-services/components/service/fwu/common/ |
| A D | update_agent_interface.c | 76 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 D | update_agent_interface.h | 137 …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 D | direct_fwu_client.cpp | 63 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 D | direct_fwu_client.h | 42 int commit(uint32_t handle, bool accepted);
|
| /trusted-services/components/service/fwu/test/fwu_client/ |
| A D | fwu_client.h | 53 virtual int commit(uint32_t handle, bool accepted) = 0;
|
| /trusted-services/components/service/fwu/installer/ |
| A D | installer.c | 89 assert(installer->interface->commit); in installer_commit() 91 int status = installer->interface->commit(installer->context); in installer_commit()
|
| A D | installer.h | 81 int (*commit)(void *context); member
|
| /trusted-services/components/service/fwu/test/fwu_client/remote/ |
| A D | remote_fwu_client.h | 41 int commit(uint32_t handle, bool accepted);
|
| /trusted-services/ |
| A D | readme.rst | 12 `Developer Certificate of Origin (DCO)`_ and commit messages shall follow
|
| /trusted-services/components/service/fwu/agent/ |
| A D | update_agent.c | 277 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 D | image_directory_checker.cpp | 63 status = fwu_client->commit(stream_handle, false); in fetch_image_directory()
|
| /trusted-services/components/service/fwu/psa_fwu_m/agent/ |
| A D | psa_fwu_m_update_agent.c | 518 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 D | psa-fwu-m.rst | 121 The commit call closes the image handle. The client can also mark the image as accepted on commit a…
|