Home
last modified time | relevance | path

Searched refs:hidumperMutex_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/common/include/
H A Dinputmethod_dump.h41 mutable std::mutex hidumperMutex_; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/
H A Ddump_helper.h78 mutable std::mutex hidumperMutex_; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp323 std::lock_guard<std::mutex> lock(hidumperMutex_); in AddErrorInfo()