Home
last modified time | relevance | path

Searched refs:logInstance_ (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Ddebug_logger.cpp259 std::unique_ptr<DebugLogger> DebugLogger::logInstance_; member in OHOS::Developtools::NativeDaemon::DebugLogger
263 if (logInstance_ == nullptr) { in GetInstance()
264 logInstance_ = std::make_unique<DebugLogger>(); in GetInstance()
266 return logInstance_.get(); in GetInstance()
/developtools/hiperf/src/
Ddebug_logger.cpp283 std::unique_ptr<DebugLogger> DebugLogger::logInstance_; member in OHOS::Developtools::HiPerf::DebugLogger
287 if (logInstance_ == nullptr) { in GetInstance()
288 logInstance_ = std::make_unique<DebugLogger>(); in GetInstance()
290 return logInstance_.get(); in GetInstance()
/developtools/hiperf/include/
Ddebug_logger.h128 static std::unique_ptr<DebugLogger> logInstance_; variable
/developtools/profiler/device/plugins/native_daemon/include/
Ddebug_logger.h113 static std::unique_ptr<DebugLogger> logInstance_; variable