Home
last modified time | relevance | path

Searched refs:APPLICATION_RESULT_ID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_common.cpp51 return IsAssignedEvent(domain, stringId, APPLICATION_RESULT_ID); in IsApplicationEvent()
73 case APPLICATION_RESULT_ID: in IsAssignedEvent()
100 return result.GetId() == APPLICATION_RESULT_ID; in IsApplicationResult()
H A Dfreeze_common.h34 static const int APPLICATION_RESULT_ID = 0; variable