Searched refs:reportEventPkgCallBackLock_ (Results 1 – 2 of 2) sorted by relevance
52 reportEventPkgCallBackLock_.lock(); in Init()54 reportEventPkgCallBackLock_.unlock(); in Init()113 std::lock_guard<std::mutex> guard(reportEventPkgCallBackLock_); in ReportEventPkg()914 std::lock_guard<std::mutex> guard(reportEventPkgCallBackLock_); in RegisterReportCallback()927 std::lock_guard<std::mutex> guard(reportEventPkgCallBackLock_); in UnregisterReportCallback()
143 std::mutex reportEventPkgCallBackLock_; variable