Home
last modified time | relevance | path

Searched refs:BeforeApply (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_software_update/public/pw_software_update/
Dbundled_update_backend.h81 virtual Status BeforeApply() { return OkStatus(); } in BeforeApply() function
/external/pigweed/pw_software_update/
Dbundled_update_service.cc331 if (const Status status = backend_.BeforeApply(); !status.ok()) { in DoApply()
Dbundled_update_service_pwpb.cc318 if (const Status status = backend_.BeforeApply(); !status.ok()) { in DoApply()