Lines Matching refs:WatchPoint

22 WatchPoint::WatchPoint()
27 WatchPoint::WatchPoint(const WatchPoint::Builder& builder)
45 WatchPoint::Builder::Builder()
50 WatchPoint::Builder::~Builder() {}
52 WatchPoint::Builder& WatchPoint::Builder::InitSeq(long seq)
58 WatchPoint::Builder& WatchPoint::Builder::InitTimestamp(unsigned long long timestamp)
64 WatchPoint::Builder& WatchPoint::Builder::InitPid(long pid)
70 WatchPoint::Builder& WatchPoint::Builder::InitUid(long uid)
76 WatchPoint::Builder& WatchPoint::Builder::InitTid(long tid)
82 WatchPoint::Builder& WatchPoint::Builder::InitDomain(const std::string& domain)
88 WatchPoint::Builder& WatchPoint::Builder::InitStringId(const std::string& stringId)
94 WatchPoint::Builder& WatchPoint::Builder::InitMsg(const std::string& msg)
100 WatchPoint::Builder& WatchPoint::Builder::InitProcessName(const std::string& processName)
106 WatchPoint::Builder& WatchPoint::Builder::InitPackageName(const std::string& packageName)
112 WatchPoint::Builder& WatchPoint::Builder::InitForeGround(const std::string& foreGround)
118 WatchPoint::Builder& WatchPoint::Builder::InitLogPath(const std::string& logPath)
124 WatchPoint::Builder& WatchPoint::Builder::InitHitraceTime(const std::string& hitraceTime)
130 WatchPoint::Builder& WatchPoint::Builder::InitSysrqTime(const std::string& sysrqTime)
136 WatchPoint WatchPoint::Builder::Build() const
138 WatchPoint watchPoint = WatchPoint(*this);
142 long WatchPoint::GetSeq() const
147 unsigned long long WatchPoint::GetTimestamp() const
152 long WatchPoint::GetPid() const
157 long WatchPoint::GetUid() const
162 long WatchPoint::GetTid() const
167 std::string WatchPoint::GetDomain() const
172 std::string WatchPoint::GetStringId() const
177 std::string WatchPoint::GetMsg() const
182 std::string WatchPoint::GetPackageName() const
187 std::string WatchPoint::GetProcessName() const
192 std::string WatchPoint::GetForeGround() const
197 std::string WatchPoint::GetLogPath() const
202 std::string WatchPoint::GetHitraceTime() const
207 std::string WatchPoint::GetSysrqTime() const
212 void WatchPoint::SetLogPath(const std::string& logPath)
217 void WatchPoint::SetSeq(long seq)
222 bool WatchPoint::operator<(const WatchPoint& node) const
230 bool WatchPoint::operator==(const WatchPoint& node) const