Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/src/
H A Doperation_queue.cpp55 opList.clear(); in Stop()
67 if (opList.size() >= maxCount) { in Push()
69 opList.pop_back(); in Push()
71 opList.push_front(op); in Push()
80 if (opList.empty()) { in Pop()
83 std::function<void()> op = opList.back(); in Pop()
84 opList.pop_back(); in Pop()
/base/print/print_fwk/services/print_service/include/
H A Doperation_queue.h37 std::list<std::function<void()>> opList; member in OHOS::Print::OperationQueue

Completed in 2 milliseconds