/foundation/multimodalinput/input/service/subscriber/src/ |
D | key_subscriber_handler.cpp | 41 MMI_HILOGD("Subscribe keyEvent filter success. keyCode:%{public}d", keyEvent->GetKeyCode()); in HandleKeyEvent() 85 MMI_HILOGD("keyOption->prekey:%{public}d", keyCode); in SubscribeKeyEvent() 87 MMI_HILOGD("subscribeId:%{public}d, keyOption->finalKey:%{public}d," in SubscribeKeyEvent() 100 MMI_HILOGD("subscribeId:%{public}d", subscribeId); in UnsubscribeKeyEvent() 115 MMI_HILOGD("Repeat KeyEvent, skip"); in OnSubscribeKeyEvent() 120 MMI_HILOGD("keyCode:%{public}d, keyAction:%{public}s", keyEvent->GetKeyCode(), in OnSubscribeKeyEvent() 123 MMI_HILOGD("Pressed KeyCode:%{public}d", keyCode); in OnSubscribeKeyEvent() 241 MMI_HILOGD("Timer callback"); in AddTimer() 253 MMI_HILOGD("Leave, add timer success, subscribeId:%{public}d," in AddTimer() 265 MMI_HILOGD("Leave, subscribeId:%{public}d, null timerId < 0", subscriber->id_); in ClearTimer() [all …]
|
D | switch_subscriber_handler.cpp | 66 …MMI_HILOGD("Subscribe switchEvent filter success. switchValue:%{public}d", switchEvent->GetSwitchV… in HandleSwitchEvent() 83 MMI_HILOGD("subscribeId:%{public}d", subscribeId); in SubscribeSwitchEvent() 93 MMI_HILOGD("subscribeId:%{public}d", subscribeId); in UnsubscribeSwitchEvent() 107 MMI_HILOGD("switchValue:%{public}d", switchEvent->GetSwitchValue()); in OnSubscribeSwitchEvent() 115 MMI_HILOGD("%{public}s", handled ? "true" : "false"); in OnSubscribeSwitchEvent() 175 MMI_HILOGD("Session delete callback has already been initialized"); in InitSessionDeleteCallback()
|
/foundation/multimodalinput/input/service/interceptor/src/ |
D | event_interceptor_handler.cpp | 40 MMI_HILOGD("KeyEvent filter find a keyEvent from Original event keyCode:%{public}d", in HandleKeyEvent() 56 MMI_HILOGD("Interception is succeeded"); in HandlePointerEvent() 70 MMI_HILOGD("Interception is succeeded"); in HandleTouchEvent() 89 …MMI_HILOGD("handlerType:%{public}d, eventType:%{public}d, deviceTags:%{public}d, priority:%{public… in AddInputHandler() 101 …MMI_HILOGD("handlerType:%{public}d, eventType:%{public}d, deviceTags:%{public}d, priority:%{public… in RemoveInputHandler() 109 MMI_HILOGD("Handle KeyEvent"); in OnHandleEvent() 142 MMI_HILOGD("The callback on session deleted is registered successfully"); in InitSessionLostCallback() 173 MMI_HILOGD("Service send to client InputHandlerType:%{public}d", handlerType_); in SendToClient() 194 MMI_HILOGD("Key interceptors is empty"); in HandleEvent() 197 MMI_HILOGD("There are currently:%{public}zu interceptors", interceptors_.size()); in HandleEvent() [all …]
|
/foundation/multimodalinput/input/service/monitor/src/ |
D | event_monitor_handler.cpp | 55 MMI_HILOGD("Monitor is succeeded"); in HandlePointerEvent() 69 MMI_HILOGD("Monitor is succeeded"); in HandleTouchEvent() 109 MMI_HILOGD("Handle KeyEvent"); in OnHandleEvent() 112 MMI_HILOGD("This event has been tagged as not to be monitored"); in OnHandleEvent() 115 MMI_HILOGD("Key event was consumed"); in OnHandleEvent() 128 MMI_HILOGD("This event has been tagged as not to be monitored"); in OnHandleEvent() 131 MMI_HILOGD("Pointer event was monitor"); in OnHandleEvent() 135 MMI_HILOGD("Interception and monitor failed"); in OnHandleEvent() 150 MMI_HILOGD("The callback on session deleted is registered successfully"); in InitSessionLostCallback() 182 …MMI_HILOGD("Service SendToClient InputHandlerType:%{public}d,TokenType:%{public}d, pid:%{public}d", in SendToClient() [all …]
|
/foundation/multimodalinput/input/service/event_handler/src/ |
D | anr_manager.cpp | 52 MMI_HILOGD("pid:%{public}d, eventType:%{public}d, eventId:%{public}d", pid, eventType, eventId); in MarkProcessed() 60 … MMI_HILOGD("Remove anr timer, anr type:%{public}d, eventId:%{public}d, timer id:%{public}d," in MarkProcessed() 90 …MMI_HILOGD("Not application event, skip. pid:%{public}d, anr type:%{public}d", sess->GetPid(), typ… in AddTimer() 94 …MMI_HILOGD("Add anr timer failed, anrtimer count reached the maximum number:%{public}d", MAX_ANR_T… in AddTimer() 122 … MMI_HILOGD("Clear anr timer, type:%{public}d, timer id:%{public}d, count:%{public}d", in AddTimer() 129 …MMI_HILOGD("Add anr timer success, anr type:%{public}d, eventId:%{public}d, timer id:%{public}d, c… in AddTimer() 140 …MMI_HILOGD("Not application event, skip. pid:%{public}d, anr type:%{public}d", sess->GetPid(), typ… in TriggerANR() 144 …MMI_HILOGD("Application not responding. pid:%{public}d, anr type:%{public}d", sess->GetPid(), type… in TriggerANR() 147 MMI_HILOGD("Event dispatch normal"); in TriggerANR() 156 MMI_HILOGD("The anrNoticedPid_ is invalid"); in OnSessionLost()
|
D | event_normalize_handler.cpp | 51 MMI_HILOGD("This touch event is canceled type:%{public}d", type); in HandleEvent() 233 MMI_HILOGD("The last repeat button, keyCode:%{public}d", lastPressedKey); in HandleKeyboardEvent() 237 MMI_HILOGD("The same event reported by multi_device should be discarded"); in HandleKeyboardEvent() 249 …MMI_HILOGD("keyCode:%{public}d, action:%{public}d", keyEvent->GetKeyCode(), keyEvent->GetKeyAction… in HandleKeyboardEvent() 295 MMI_HILOGD("ToolType is MT_TOOL_PALM"); in HandlePalmEvent() 315 MMI_HILOGD("Handle mouse axis event"); in HandleTouchPadEvent() 339 MMI_HILOGD("This touch pad event is up remove this finger"); in HandleGestureEvent() 341 MMI_HILOGD("This touch pad event is final finger up remove this finger"); in HandleGestureEvent() 378 MMI_HILOGD("This touch event is up remove this finger"); in ResetTouchUpEvent() 380 MMI_HILOGD("This touch event is final finger up remove this finger"); in ResetTouchUpEvent()
|
/foundation/multimodalinput/input/service/key_command/src/ |
D | key_command_handler.cpp | 653 … MMI_HILOGD("The keyEvent start launch an ability, keyCode:%{public}d", keyEvent->GetKeyCode()); in HandleKeyEvent() 678 MMI_HILOGD("current pointer event is knuckle"); in HandleTouchEvent() 725 MMI_HILOGD("Pointer tool type: %{public}d", toolType); in HandlePointerActionDownEvent() 739 MMI_HILOGD("Current touch event tool type: %{public}d", toolType); in HandlePointerActionDownEvent() 799 MMI_HILOGD("Two finger gesture is not active"); in HandleFingerGestureDownEvent() 823 MMI_HILOGD("Two finger gesture is not active"); in HandleFingerGestureUpEvent() 879 MMI_HILOGD("Single knuckle gesture not process"); in DoubleKnuckleGestureProcesser() 897 MMI_HILOGD("Knuckle gesture first down event"); in KnuckleGestureProcesser() 899 MMI_HILOGD("Knuckle gesture processor timer callback"); in KnuckleGestureProcesser() 909 MMI_HILOGD("Knuckle gesture second down event"); in KnuckleGestureProcesser() [all …]
|
/foundation/multimodalinput/input/service/window_manager/src/ |
D | pointer_drawing_manager.cpp | 74 MMI_HILOGD("Display:%{public}d,physicalX:%{public}d,physicalY:%{public}d,mouseStyle:%{public}d", in DrawPointer() 87 MMI_HILOGD("Pointer window move success"); in DrawPointer() 89 MMI_HILOGD("The lastMouseStyle is equal with mouseStyle"); in DrawPointer() 99 MMI_HILOGD("Leave, display:%{public}d,physicalX:%{public}d,physicalY:%{public}d", in DrawPointer() 112 MMI_HILOGD("Leave, display:%{public}d,physicalX:%{public}d,physicalY:%{public}d", in DrawPointer() 120 MMI_HILOGD("surfaceNode_ is nullptr"); in InitLayer() 131 MMI_HILOGD("Pointer window destroy success"); in InitLayer() 141 MMI_HILOGD("Pointer window destroy success"); in InitLayer() 158 MMI_HILOGD("Init layer success"); in InitLayer() 176 MMI_HILOGD("current pointer is not loading"); in DrawLoadingPointerStyle() [all …]
|
D | input_windows_manager.cpp | 95 MMI_HILOGD("find windowinfo by window id %{public}d", item.id); in GetClientFd() 103 MMI_HILOGD("get pid:%{public}d from idxPidMap", windowInfo->pid); in GetClientFd() 107 MMI_HILOGD("window info is null, so pointerEvent is dropped! return -1"); in GetClientFd() 115 MMI_HILOGD("touchscreen occurs, new pid:%{public}d", pid); in GetClientFd() 123 MMI_HILOGD("mouseevent occurs, update the pid:%{public}d", pid); in GetClientFd() 128 MMI_HILOGD("get clientFd by %{public}d", pid); in GetClientFd() 155 MMI_HILOGD("Target display is -1"); in GetDisplayId() 181 MMI_HILOGD("focusWindowId:%{public}d, pid:%{public}d", focusWindowId, windowInfo->pid); in GetPidAndUpdateTarget() 191 MMI_HILOGD("get windowID %{public}d", item.id); in GetWindowPid() 532 MMI_HILOGD("logicalInfo,width:%{public}d,height:%{public}d,focusWindowId:%{public}d", in PrintDisplayInfo() [all …]
|
/foundation/multimodalinput/input/service/display_state_manager/src/ |
D | display_event_monitor.cpp | 44 MMI_HILOGD("DisplyChangedReceiver register"); in DisplyChangedReceiver() 58 MMI_HILOGD("display screen on"); in OnReceiveEvent() 60 MMI_HILOGD("start enable fingersense"); in OnReceiveEvent() 64 MMI_HILOGD("display screen off"); in OnReceiveEvent()
|
/foundation/multimodalinput/input/service/permission_helper/src/ |
D | permission_helper.cpp | 35 MMI_HILOGD("verify system App"); in VerifySystemApp() 38 MMI_HILOGD("token type is %{public}d", static_cast<int32_t>(tokenType)); in VerifySystemApp() 43 MMI_HILOGD("called tokenType is native, verify success"); in VerifySystemApp() 62 MMI_HILOGD("Token type is native"); in CheckPermission() 102 MMI_HILOGD("Check hap permission success"); in CheckHapPermission() 114 MMI_HILOGD("Check monitor permission success"); in CheckMonitorPermission()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
D | input_manager_test.cpp | 166 MMI_HILOGD("Subscribe key event KEYCODE_POWER down trigger callback"); in __anonfe6f49330202() 179 MMI_HILOGD("Subscribe key event KEYCODE_POWER up trigger callback"); in __anonfe6f49330302() 209 MMI_HILOGD("Subscribe key event KEYCODE_VOLUME_UP down trigger callback"); in __anonfe6f49330402() 216 MMI_HILOGD("Subscribe key event KEYCODE_VOLUME_UP up trigger callback"); in __anonfe6f49330502() 222 MMI_HILOGD("Subscribe key event KEYCODE_VOLUME_UP down trigger callback"); in __anonfe6f49330602() 229 MMI_HILOGD("Subscribe key event KEYCODE_VOLUME_UP up trigger callback"); in __anonfe6f49330702() 259 MMI_HILOGD("Subscribe key event KEYCODE_POWER down trigger callback"); in __anonfe6f49330802() 292 …0, keyCodes, [](std::vector<bool> keystrokeAbility) { MMI_HILOGD("TestGetKeystrokeAbility_001 call… in __anonfe6f49330902() 294 MMI_HILOGD("Stop TestGetKeystrokeAbility_001"); 343 MMI_HILOGD("deviceIDtest:%{public}d-->KeyboardType:%{public}s", deviceIDtest, "None"); in GetKeyboardTypeCallback() [all …]
|
/foundation/multimodalinput/input/test/fuzztest/registerdevListener_fuzzer/ |
D | registerdevListener_fuzzer.cpp | 33 MMI_HILOGD("Add device success"); in OnDeviceAdded() 37 MMI_HILOGD("Remove device success"); in OnDeviceRemoved() 46 MMI_HILOGD("RegisterDevListenerFuzzTest"); in RegisterDevListenerFuzzTest()
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
D | js_register_module.cpp | 85 MMI_HILOGD("PreKeys size:%{public}zu", preKeys.size()); in GetEventInfoAPI9() 91 MMI_HILOGD("preKeys:%{public}d", item); in GetEventInfoAPI9() 107 MMI_HILOGD("FinalKey:%{public}d", finalKey); in GetEventInfoAPI9() 116 MMI_HILOGD("IsFinalKeyDown:%{public}d,map_key:%{public}s", in GetEventInfoAPI9() 132 MMI_HILOGD("FinalKeyDownDuration:%{public}d", finalKeyDownDuration); in GetEventInfoAPI9() 152 MMI_HILOGD("isFinalKeydown:%{public}d,keyAction:%{public}d", isFinalKeydown, keyAction); in IsMatchKeyAction() 175 … MMI_HILOGD("infoFinalKey:%{public}d,keyEventFinalKey:%{public}d", infoFinalKey, keyEventFinalKey); in MatchCombinationKeys() 178 MMI_HILOGD("Param invalid"); in MatchCombinationKeys() 202 MMI_HILOGD("kevEventSize:%{public}d,infoSize:%{public}d", count, infoSize); in MatchCombinationKeys() 227 MMI_HILOGD("list size:%{public}zu", list.size()); in SubKeyEventCallback() [all …]
|
D | js_register_util.cpp | 35 MMI_HILOGD("%{public}s=%{public}d", name.c_str(), value); in SetNamedProperty() 43 MMI_HILOGD("%{public}s=%{public}s", name.c_str(), value.c_str()); in SetNamedProperty() 62 MMI_HILOGD("%{public}s=%{public}d", name.c_str(), ret); in GetNamedPropertyBool() 85 MMI_HILOGD("%{public}s=%{public}d", name.c_str(), ret); in GetNamedPropertyInt32() 111 MMI_HILOGD("Get int array number:%{public}d", value); in GetPreKeys() 162 MMI_HILOGD("Callback has deleted, size:%{public}zu", info.size()); in DelEventCallbackRef() 180 MMI_HILOGD("Callback has deleted, size:%{public}zu", info.size()); in DelEventCallbackRef() 182 MMI_HILOGD("Callback size:%{public}zu", info.size()); in DelEventCallbackRef() 191 MMI_HILOGD("No callback in %{public}s", event->eventType.c_str()); in AddEventCallback() 232 …MMI_HILOGD("EventType:%{public}s, keyEventMonitorInfos:%{public}zu", event->eventType.c_str(), inf… in DelEventCallback() [all …]
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
D | anr_handler.cpp | 63 MMI_HILOGD("Processed event type:%{public}d, id:%{public}d, actionTime:%{public}" PRId64 ", " in SetLastProcessedEventId() 88 …MMI_HILOGD("Invalid or processed event type:%{public}d, lastEventId:%{public}d, lastReportId:%{pub… in GetLastProcessedEventId() 94 MMI_HILOGD("Processed event type:%{public}d, lastEventId:%{public}d, lastReportId:%{public}d", in GetLastProcessedEventId() 106 MMI_HILOGD("Processed event type:%{public}d, id:%{public}d", eventType, eventId); in MarkProcessed() 118 MMI_HILOGD("Event type:%{public}d, delayTime:%{public}" PRId64, eventType, delayTime); in SendEvent()
|
/foundation/multimodalinput/input/test/fuzztest/addmonitor_fuzzer/ |
D | addmonitor_fuzzer.cpp | 32 MMI_HILOGD("Report pointer event success"); in OnInputEvent() 40 MMI_HILOGD("Add monitor success"); in AddMonitorFuzzTeset() 46 MMI_HILOGD("Add monitor success"); in AddMonitorFuzzTeset()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
D | js_input_monitor_manager.cpp | 74 MMI_HILOGD("Found monitor"); in RemoveMonitor() 151 MMI_HILOGD("No monitor found"); in GetMonitor() 159 MMI_HILOGD("Env is already existent"); in AddEnv() 176 MMI_HILOGD("napi_wrap enter"); in AddEnv() 182 MMI_HILOGD("napi_wrap leave"); in AddEnv() 208 MMI_HILOGD("No env found"); in RemoveEnv() 235 MMI_HILOGD("No env found"); in IsExisting()
|
/foundation/multimodalinput/input/service/filter/src/ |
D | event_filter_handler.cpp | 34 MMI_HILOGD("Key event is filtered"); in HandleKeyEvent() 47 MMI_HILOGD("Pointer event is filtered"); in HandlePointerEvent() 60 MMI_HILOGD("Touch event is filtered"); in HandleTouchEvent() 116 MMI_HILOGD("Filter is empty"); in RemoveInputEventFilter() 175 MMI_HILOGD("Call HandleKeyEventFilter return true"); in HandleKeyEventFilter() 203 MMI_HILOGD("Call HandlePointerEvent return true"); in HandlePointerEventFilter()
|
/foundation/multimodalinput/input/test/fuzztest/setanrobserver_fuzzer/ |
D | setanrobserver_fuzzer.cpp | 34 MMI_HILOGD("Set anr success"); in OnAnr() 41 MMI_HILOGD("Set anr success"); in SetAnrObserverFuzzTest()
|
/foundation/multimodalinput/input/test/unittest/common/src/ |
D | event_util_test.cpp | 122 MMI_HILOGD("Consumer callback keyEvent is threadId:%{public}" PRIu64, threadId_); in OnInputEvent() 128 MMI_HILOGD("Consumer callback pointerEvent is threadId:%{public}" PRIu64, threadId_); in OnInputEvent() 148 MMI_HILOGD("Setting the Dump event, strEventDump_:%{public}s", eventDump.c_str()); in AddEventDump() 158 MMI_HILOGD("Waiting for an event to fire"); in GetEventDump() 161 MMI_HILOGD("Timeout"); in GetEventDump() 266 MMI_HILOGD("before:%{public}s", before.c_str()); in CompareDump() 269 MMI_HILOGD("after:%{public}s", after.c_str()); in CompareDump() 278 MMI_HILOGD("before:%{public}s", before.c_str()); in CompareDump() 281 MMI_HILOGD("after:%{public}s", after.c_str()); in CompareDump()
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
D | mouse_transform_processor.cpp | 109 MMI_HILOGD("Change coordinate: x:%{public}lf, y:%{public}lf, currentDisplayId_:%{public}d", in HandleMotionInner() 136 MMI_HILOGD("Current action:%{public}d", pointerEvent_->GetPointerAction()); in HandleButtonInner() 142 MMI_HILOGD("Failed to get touch pad switch flag, default is true."); in HandleButtonInner() 147 MMI_HILOGD("Touch pad is disable."); in HandleButtonInner() 209 MMI_HILOGD("Set mouse primary button:%{public}d", primaryButton); in HandleButtonValueInner() 216 MMI_HILOGD("buttonId does not switch."); in HandleButtonValueInner() 252 MMI_HILOGD("Set mouse scroll rows successfully, rows:%{public}d", rows); in SetMouseScrollRows() 269 MMI_HILOGD("Get mouse scroll rows successfully, rows:%{public}d", rows); in GetMouseScrollRows() 304 MMI_HILOGD("TouchPad axis event is disable."); in HandleAxisInner() 317 MMI_HILOGD("Axis update"); in HandleAxisInner() [all …]
|
/foundation/multimodalinput/input/util/socket/src/ |
D | uds_session.cpp | 96 MMI_HILOGD("Enter fd_:%{public}d.", fd_); in Close() 158 MMI_HILOGD("Delete events, anr type:%{public}d, id:%{public}d", type, id); in DelEvents() 171 …MMI_HILOGD("Delete event, anr type:%{public}d, id:%{public}d, timerId:%{public}d", type, item.id, … in DelEvents() 185 MMI_HILOGD("First event, anr type:%{public}d, id:%{public}d, timerId:%{public}d", type, in DelEvents() 205 MMI_HILOGD("Current events is empty"); in GetEarliestEventTime()
|
/foundation/multimodalinput/input/service/fingersense_wrapper/src/ |
D | fingersense_wrapper.cpp | 34 MMI_HILOGD("start release fingersense wrapper"); in ~FingersenseWrapper() 57 MMI_HILOGD("fingersense wrapper init success"); in InitFingerSenseWrapper()
|
/foundation/multimodalinput/input/service/touch_event_normalize/test/ |
D | transform_point_test.cpp | 50 MMI_HILOGD("Open device node: \'%{public}s\'.", node_.c_str()); in Context() 115 MMI_HILOGD("Send input event."); in SendEvent() 136 MMI_HILOGD("%{public}zu input events to send.", nevents); in SendEvents() 152 MMI_HILOGD("Execute command:%{public}s.", command.c_str()); in Execute() 164 MMI_HILOGD("Close phandle."); in Execute() 182 MMI_HILOGD("item:%{public}s.", item.c_str()); in GetInputDeviceNodes() 213 MMI_HILOGD("Setup virtual stylus."); in SetupVirtualStylus() 222 MMI_HILOGD("There are %{public}zu device nodes.", nodes.size()); in SetupVirtualStylus() 230 MMI_HILOGD("Node name : \'%{public}s\'.", cItr->second.c_str()); in SetupVirtualStylus()
|