Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dhiview_adapter.h66 static std::mutex apiPerformanceMutex_; variable
H A Dhiview_adapter.cpp84 std::mutex HiViewAdapter::apiPerformanceMutex_; member in OHOS::DistributedDataDfx::HiViewAdapter
410 std::lock_guard<std::mutex> lock(apiPerformanceMutex_); in ReportApiPerformanceStatistic()
481 std::lock_guard<std::mutex> lock(apiPerformanceMutex_); in InvokeApiPerformance()