Searched refs:logInstance_ (Results 1 – 4 of 4) sorted by relevance
259 std::unique_ptr<DebugLogger> DebugLogger::logInstance_; member in OHOS::Developtools::NativeDaemon::DebugLogger263 if (logInstance_ == nullptr) { in GetInstance()264 logInstance_ = std::make_unique<DebugLogger>(); in GetInstance()266 return logInstance_.get(); in GetInstance()
283 std::unique_ptr<DebugLogger> DebugLogger::logInstance_; member in OHOS::Developtools::HiPerf::DebugLogger287 if (logInstance_ == nullptr) { in GetInstance()288 logInstance_ = std::make_unique<DebugLogger>(); in GetInstance()290 return logInstance_.get(); in GetInstance()
128 static std::unique_ptr<DebugLogger> logInstance_; variable
113 static std::unique_ptr<DebugLogger> logInstance_; variable