Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_actor.h112 bool ExceptionHandler(const DfsuException &e, std::unique_ptr<VirtualCmd<Ctx>> &currentCmd) in ExceptionHandler() argument
118 const CmdOptions &op = currentCmd->option_; in ExceptionHandler()
127 … std::async(std::launch::async, &DfsuActor<Ctx>::DelayRetry, this, std::move(currentCmd))); in ExceptionHandler()
132 Retry(std::move(currentCmd)); in ExceptionHandler()
150 std::unique_ptr<VirtualCmd<Ctx>> currentCmd; in Main() local
153 currentCmd = pendingCmds_.WaitAndPop(); in Main()
154 (*currentCmd)(ctx_); in Main()
155 currentCmd.release(); in Main()
158 if (ExceptionHandler(e, currentCmd)) { in Main()