Home
last modified time | relevance | path

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

/external/pigweed/pw_software_update/public/pw_software_update/
Dbundled_update_backend.h48 virtual Status BeforeUpdateStart() { return OkStatus(); } in BeforeUpdateStart() function
/external/pigweed/pw_software_update/
Dbundled_update_service.cc94 if (const Status status = backend_.BeforeUpdateStart(); !status.ok()) { in Start()
Dbundled_update_service_pwpb.cc92 if (const Status status = backend_.BeforeUpdateStart(); !status.ok()) { in Start()