Searched defs:BError (Results 1 - 1 of 1) sorted by relevance
/foundation/filemanagement/app_file_service/utils/include/b_error/ | ||
H A D | b_error.h | 45 class BError : public std::exception { class 200 explicit BError(Codes code = Codes::OK, DEFINE_SOURCE_LOCATION) : code_(code) in BError() function in OHOS::FileManagement::Backup::BError 214 BError(Codes code, const std::string_view &extraMsg, DEFINE_SOURCE_LOCATION) : code_(code) in BError() function in OHOS::FileManagement::Backup::BError 227 explicit BError(int stdErrno, DEFINE_SOURCE_LOCATION) : code_ {stdErrno} in BError() function in OHOS::FileManagement::Backup::BError |
Completed in 3 milliseconds