Searched refs:BundledUpdateService (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_software_update/ |
D | bundled_update_service.cc | 63 Status BundledUpdateService::GetStatus(const pw_protobuf_Empty&, in GetStatus() 69 Status BundledUpdateService::Start( in Start() 133 Status BundledUpdateService::SetTransferred(const pw_protobuf_Empty&, in SetTransferred() 155 void BundledUpdateService::DoVerify() { in DoVerify() 208 Status BundledUpdateService::Verify(const pw_protobuf_Empty&, in Verify() 262 Status BundledUpdateService::Apply(const pw_protobuf_Empty&, in Apply() 316 void BundledUpdateService::DoApply() { in DoApply() 421 Status BundledUpdateService::Abort(const pw_protobuf_Empty&, in Abort() 447 Status BundledUpdateService::Reset(const pw_protobuf_Empty&, in Reset() 481 void BundledUpdateService::NotifyTransferSucceeded() { in NotifyTransferSucceeded() [all …]
|
D | bundled_update_service_pwpb.cc | 61 Status BundledUpdateService::GetStatus(const pw::protobuf::Empty::Message&, in GetStatus() 67 Status BundledUpdateService::Start(const StartRequest::Message& request, in Start() 122 Status BundledUpdateService::SetTransferred( in SetTransferred() 145 void BundledUpdateService::DoVerify() { in DoVerify() 196 Status BundledUpdateService::Verify(const pw::protobuf::Empty::Message&, in Verify() 250 Status BundledUpdateService::Apply(const pw::protobuf::Empty::Message&, in Apply() 304 void BundledUpdateService::DoApply() { in DoApply() 407 Status BundledUpdateService::Abort(const pw::protobuf::Empty::Message&, in Abort() 431 Status BundledUpdateService::Reset(const pw::protobuf::Empty::Message&, in Reset() 467 void BundledUpdateService::NotifyTransferSucceeded() { in NotifyTransferSucceeded() [all …]
|
D | bundled_update_service_test.cc | 19 TEST(BundledUpdateService, Compiles) {} in TEST() argument
|
/external/pigweed/pw_software_update/public/pw_software_update/ |
D | bundled_update_service.h | 30 class BundledUpdateService 31 : public pw_rpc::nanopb::BundledUpdate::Service<BundledUpdateService> { 33 BundledUpdateService(UpdateBundleAccessor& bundle, in BundledUpdateService() function
|
D | bundled_update_service_pwpb.h | 31 class BundledUpdateService 32 : public pw_rpc::pwpb::BundledUpdate::Service<BundledUpdateService> { 36 BundledUpdateService(UpdateBundleAccessor& bundle, in BundledUpdateService() function
|