Searched refs:COLON (Results 1 – 2 of 2) sorted by relevance
122 oss << FreezeCommon::EVENT_DOMAIN << FreezeCommon::COLON << watchPoint.GetDomain() << std::endl; in DumpEventInfo()123 …oss << FreezeCommon::EVENT_STRINGID << FreezeCommon::COLON << watchPoint.GetStringId() << std::end… in DumpEventInfo()124 oss << FreezeCommon::EVENT_TIMESTAMP << FreezeCommon::COLON << in DumpEventInfo()127 oss << FreezeCommon::EVENT_PID << FreezeCommon::COLON << watchPoint.GetPid() << std::endl; in DumpEventInfo()128 oss << FreezeCommon::EVENT_UID << FreezeCommon::COLON << watchPoint.GetUid() << std::endl; in DumpEventInfo()129 …oss << FreezeCommon::EVENT_PACKAGE_NAME << FreezeCommon::COLON << watchPoint.GetPackageName() << s… in DumpEventInfo()130 …oss << FreezeCommon::EVENT_PROCESS_NAME << FreezeCommon::COLON << watchPoint.GetProcessName() << s… in DumpEventInfo()131 oss << FreezeCommon::EVENT_MSG << FreezeCommon::COLON << watchPoint.GetMsg() << std::endl; in DumpEventInfo()
35 static const inline std::string COLON = ":"; variable