Home
last modified time | relevance | path

Searched refs:COLON (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp43 static constexpr const char* const COLON = ":"; member
157 oss << std::string(EVENT_DOMAIN) << std::string(COLON) << watchPoint.GetDomain() << std::endl; in DumpEventInfo()
158 oss << std::string(EVENT_STRINGID) << std::string(COLON) << watchPoint.GetStringId() << std::endl; in DumpEventInfo()
159 oss << std::string(EVENT_TIMESTAMP) << std::string(COLON) << in DumpEventInfo()
162 oss << FreezeCommon::EVENT_PID << std::string(COLON) << watchPoint.GetPid() << std::endl; in DumpEventInfo()
163 oss << FreezeCommon::EVENT_UID << std::string(COLON) << watchPoint.GetUid() << std::endl; in DumpEventInfo()
164 oss << FreezeCommon::EVENT_PACKAGE_NAME << std::string(COLON) << watchPoint.GetPackageName() << std::endl; in DumpEventInfo()
165 oss << FreezeCommon::EVENT_PROCESS_NAME << std::string(COLON) << watchPoint.GetProcessName() << std::endl; in DumpEventInfo()

Completed in 1 milliseconds