Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_actor.h53 pendingCmds_.Halt(); in StopActor()
60 pendingCmds_.Push(std::move(pcmd)); in Recv()
64 DfsuThreadSafeQueue<VirtualCmd<Ctx>> pendingCmds_; member in OHOS::Storage::DistributedFile::DfsuActor
77 pendingCmds_.Push(std::move(cmd)); in DelayRetry()
82 pendingCmds_.PushFront(std::move(cmd)); in Retry()
91 pendingCmds_.Push(std::move(startCmd)); in StartCtx()
98 pendingCmds_.Push(std::move(cmd)); in StopCtx()
104 pendingCmds_.ForEach([&result](const std::unique_ptr<VirtualCmd<Ctx>> &item) { in IsExistStopTask()
153 currentCmd = pendingCmds_.WaitAndPop(); in Main()

Completed in 1 milliseconds