Home
last modified time | relevance | path

Searched refs:CmdImportance (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_actor.h90 startCmd->UpdateOption({.importance_ = CmdImportance::SUBVITAL, .tryTimes_ = retryTimes_}); in StartCtx()
97 cmd->UpdateOption({.importance_ = CmdImportance::VITAL, .tryTimes_ = 1}); in StopCtx()
105 if (item->option_.importance_ == CmdImportance::VITAL) { in IsExistStopTask()
124 if (op.importance_ == CmdImportance::TRIVIAL) { in ExceptionHandler()
135 if (op.importance_ == CmdImportance::VITAL) { in ExceptionHandler()
138 if (op.importance_ == CmdImportance::NORMAL) { in ExceptionHandler()
H A Ddfsu_cmd.h26 enum class CmdImportance { class
39 CmdImportance importance_ { CmdImportance::TRIVIAL };

Completed in 1 milliseconds