Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp419 statusMonitorThread = std::thread(&VendorManager::StatusMonitorProcess, this); in StartStatusMonitor()
431 if (statusMonitorThread.joinable()) { in StopStatusMonitor()
432 statusMonitorThread.join(); in StopStatusMonitor()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h106 std::thread statusMonitorThread; variable