Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp64 case ROLLBACK: in Init()
261 return ROLLBACK; in GetClearType()
269 return ROLLBACK; in GetClearType()
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/
H A Dbusiness_sub_type.h24 ROLLBACK = 3, enumerator
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/
H A Dupgrade_action.h24 static constexpr const char *ROLLBACK = "rollback"; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dbase_transaction.h53 const std::string ROLLBACK = "ROLLBACK"; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dbase_transaction.cpp77 …std::string retStr = this->id == 0 ? ROLLBACK : ROLLBACK_TO + " " + TRANS_STR + std::to_string(thi… in GetRollbackStr()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/include/
H A Dbackup_manager.h35 ROLLBACK, enumerator
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp169 DECLARE_ENUM_PROPERTY(BusinessSubType::ROLLBACK) in DefineBusinessSubType()
230 DECLARE_STRING_PROPERTY(UpgradeAction::ROLLBACK) in DefineUpgradeAction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dbackup_manager.h43 ROLLBACK, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp383 return (tmpFile >= rawFile) ? ROLLBACK : CLEAN_TMP; in GetClearType()
400 case ROLLBACK: in ClearResidueFile()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp382 if (upgradeInfo.businessType.subType == BusinessSubType::ROLLBACK) { in ParseBusinessType()