Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup.cpp149 string pendingMsg = "Received an empty ability. You must missed the init proc"; in VerifyAndGetAction() local
150 BExcepUltils::BAssert(abilityInfo, BError::Codes::EXT_INVAL_ARG, pendingMsg); in VerifyAndGetAction()
155pendingMsg = string("Want must specify a valid action instead of ").append(to_string(extActionInt)… in VerifyAndGetAction()
156 throw BError(BError::Codes::EXT_INVAL_ARG, pendingMsg); in VerifyAndGetAction()