Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_wlan_group.cpp241 std::lock_guard<std::mutex> lock(uuidMapMutex); in QueryBsUniPrinterIdByUuidPrinterId()
250 std::lock_guard<std::mutex> lock(uuidMapMutex); in UpdateMappedPrinterId()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_wlan_group.h54 std::mutex uuidMapMutex; variable