Home
last modified time | relevance | path

Searched refs:MMI_HILOG_ANRDETECTI (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dclient_msg_handler.cpp394 MMI_HILOG_ANRDETECTI("Client pid:%{public}d eventId:%{public}d", pid, eventId); in OnAnr()
410 MMI_HILOG_ANRDETECTI("Client pid:%{public}d windowId:%{public}d", pid, windowId); in NotifyWindowStateError()
H A Dinput_manager_impl.cpp1662 MMI_HILOG_ANRDETECTI("ANR noticed pid:%{public}d eventId:%{public}d", pid, eventId); in OnAnr()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_log.h387 #define MMI_HILOG_ANRDETECTI(fmt, ...) do { \ macro