Home
last modified time | relevance | path

Searched refs:GetMsg (Results 1 – 5 of 5) sorted by relevance

/base/powermgr/battery_manager/frameworks/napi/
Dsystem_battery.h47 inline std::string GetMsg() const in GetMsg() function
Dsystem_battery.cpp155 std::string msg = error_.GetMsg(); in FailCallback()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp131 oss << FreezeCommon::EVENT_MSG << FreezeCommon::COLON << watchPoint.GetMsg() << std::endl; in DumpEventInfo()
148 std::string msg = watchPoint.GetMsg(); in MergeEventLog()
221 body << FreezeCommon::EVENT_MSG << "=" << node.GetMsg() << std::endl; in MergeEventLog()
Dwatch_point.h73 std::string GetMsg() const;
Dwatch_point.cpp170 std::string WatchPoint::GetMsg() const in GetMsg() function in OHOS::HiviewDFX::WatchPoint