Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.h29 class CCallbackConsoleBase
55 CCallbackConsoleBase(): in CCallbackConsoleBase() function
93 class CUpdateCallbackConsole: public IUpdateCallbackUI2, public CCallbackConsoleBase
DUpdateCallbackConsole.cpp179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError()
198 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError) in ScanError_Base()
208 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError) in OpenFileError_Base()
224 HRESULT CCallbackConsoleBase::ReadingFileError_Base(const FString &path, DWORD systemError) in ReadingFileError_Base()
466 HRESULT CCallbackConsoleBase::PrintProgress(const wchar_t *name, const char *command, bool showInLo… in PrintProgress()
DHashCon.h10 class CHashCallbackConsole: public IHashCallbackUI, public CCallbackConsoleBase
DMain.cpp245 static int WarningsCheck(HRESULT result, const CCallbackConsoleBase &callback, in WarningsCheck()