Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1340 auto removedUser = printUserMap_.find(userId); in CancelUserPrintJobs() local
1341 if (removedUser == printUserMap_.end()) { in CancelUserPrintJobs()
1346 if (removedUser->second == nullptr) { in CancelUserPrintJobs()
1350 for (auto jobIt: removedUser->second->queuedJobList_) { in CancelUserPrintJobs()

Completed in 7 milliseconds