Home
last modified time | relevance | path

Searched refs:onSectionComplete (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstateListener.aidl80 void onSectionComplete(@utf8InCpp String name, int status, int size, int durationMs); in onSectionComplete() method
/frameworks/native/cmds/dumpstate/
DDumpstateSectionReporter.cpp36 listener_->onSectionComplete(title_, status_, size_, (int32_t)elapsed.count()); in ~DumpstateSectionReporter()
/frameworks/base/core/java/android/os/
DBugreportManager.java251 public void onSectionComplete(String title, int status, int size, int durationMs) in onSectionComplete() method in BugreportManager.DumpstateListener
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java311 public void onSectionComplete(String title, int status, int size, int durationMs) in onSectionComplete() method in BugreportManagerServiceImpl.DumpstateListener
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp110 binder::Status onSectionComplete(const ::std::string& name, int32_t status, int32_t size_bytes, in onSectionComplete() function in android::os::dumpstate::DumpstateListener
Ddumpstate_test.cpp67 MOCK_METHOD4(onSectionComplete, binder::Status(const ::std::string& name, int32_t status,
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java2005 public void onSectionComplete(String title, int status, int size, int durationMs) in onSectionComplete() method in BugreportProgressService.DumpstateListener