Lines Matching refs:MountId
58 using MountId = int; variable
230 DataLoaderStub(IncrementalService& service, MountId id,
247 MountId id() const { return mId.load(std::memory_order_relaxed); } in id()
255 binder::Status onStatusChanged(MountId mount, int newStatus) final;
298 std::atomic<MountId> mId = kInvalidStorageId;
346 /*const*/ MountId mountId;
355 IncFsMount(std::string root, std::string metricsKey, MountId mountId, Control control, in IncFsMount()
400 using MountMap = std::unordered_map<MountId, IfsMountPtr>;
466 bool addTimedJob(TimedQueueWrapper& timedQueue, MountId id, Milliseconds after, Job what);
467 bool removeTimedJobs(TimedQueueWrapper& timedQueue, MountId id);
510 std::unordered_map<MountId, std::vector<Job>> mJobQueue;
511 MountId mPendingJobsMount = kInvalidStorageId;