Searched refs:WatchParams (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | db_helper.h | 31 struct WatchParams { struct in OHOS::HiviewDFX::DBHelper 38 void GetResultMap(const struct WatchParams& watchParams, const FreezeResult& result, 41 const struct WatchParams& watchParams, const FreezeResult& result);
|
H A D | db_helper.cpp | 31 void DBHelper::GetResultMap(const struct WatchParams& watchParams, const FreezeResult& result, in GetResultMap() 75 const struct WatchParams& watchParams, const FreezeResult& result) in SelectEventFromDB()
|
H A D | resolver.cpp | 61 DBHelper::WatchParams params = {pid, packageName}; in ResolveEvent()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_unittest.cpp | 823 DBHelper::WatchParams params = {watchPoint.GetPid(), watchPoint.GetPackageName()}; in HWTEST_F() 857 DBHelper::WatchParams params = {watchPoint.GetPid(), watchPoint.GetPackageName()}; in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 742 DBHelper::WatchParams params = {pid, packageName}; in GetFailedDumpStackMsg()
|
Completed in 5 milliseconds