Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/include/log/
H A Dlog.h95 ErrorCode(enum UpdaterErrorCode level) {} in ErrorCode()
99 std::ostream& OutputErrorCode(const std::string &path, int line, UpdaterErrorCode code);
/ohos5.0/base/update/updater/utils/include/
H A Derror_code.h19 enum UpdaterErrorCode { enum
/ohos5.0/base/update/updater/services/log/
H A Dlog.cpp161 std::ostream& ErrorCode::OutputErrorCode(const std::string &path, int line, UpdaterErrorCode code) in OutputErrorCode()