Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_error/
Db_error_test.cpp309 BError::Codes result = be.GetRawCode();
327 BError::Codes result = be.GetRawCode();
345 BError::Codes result = be.GetRawCode();
363 BError::Codes result = be.GetRawCode();
381 BError::Codes result = be.GetRawCode();
399 BError::Codes result = be.GetRawCode();
/foundation/filemanagement/app_file_service/utils/src/b_error/
Db_error.cpp56 int code = static_cast<int>(GetRawCode()); in GetCode()
/foundation/filemanagement/app_file_service/utils/include/b_error/
Db_error.h118 Codes GetRawCode() const in GetRawCode() function