Searched refs:watchParams (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | db_helper.cpp | 31 void DBHelper::GetResultMap(const struct WatchParams& watchParams, const FreezeResult& result, in GetResultMap() argument 43 if (result.GetSamePackage() == "true" && (watchParams.packageName != packageName || watchParams.pid != pid)) { in GetResultMap() 45 "%{public}lu", watchParams.packageName.c_str(), packageName.c_str(), watchParams.pid, pid); in GetResultMap() 75 const struct WatchParams& watchParams, const FreezeResult& result) in SelectEventFromDB() 101 GetResultMap(watchParams, result, set, resultMap); in SelectEventFromDB() 74 SelectEventFromDB(unsigned long long start, unsigned long long end, std::vector<WatchPoint>& list, const struct WatchParams& watchParams, const FreezeResult& result) SelectEventFromDB() argument
|
H A D | db_helper.h | 38 void GetResultMap(const struct WatchParams& watchParams, const FreezeResult& result, 41 const struct WatchParams& watchParams, const FreezeResult& result);
|
Completed in 2 milliseconds