Home
last modified time | relevance | path

Searched refs:ReportOperation (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1219 RINOK(_opCallback->ReportOperation( in OpenFile()
1992 RINOK(opCallback->ReportOperation( in Update()
2004 RINOK(opCallback->ReportOperation( in Update()
2042 RINOK(opCallback->ReportOperation( in Update()
2495 …RINOK(opCallback->ReportOperation(NEventIndexType::kNoIndex, (UInt32)(Int32)-1, NUpdateNotifyOp::k… in Update()
/external/lzma/CPP/7zip/Archive/
DIArchive.h451 STDMETHOD(ReportOperation)(UInt32 indexType, UInt32 index, UInt32 notifyOp) x; \
DXzHandler.cpp1174 RINOK(opCallback->ReportOperation(NEventIndexType::kInArcIndex, 0, NUpdateNotifyOp::kReplicate)) in UpdateItems()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp581 STDMETHODIMP CArchiveUpdateCallback::ReportOperation(UInt32 indexType, UInt32 index, UInt32 op) in ReportOperation() function in CArchiveUpdateCallback