/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 75 MMI_HILOGD("Subscribe keyEvent filter success. keyCode:%{private}d", keyEvent->GetKeyCode()); in HandleKeyEvent() 77 MMI_HILOGD("Subscribe keyEvent filter success. keyCode:%{private}d", keyEvent->GetKeyCode()); in HandleKeyEvent() 122 MMI_HILOGD("keyOption->prekey:%{private}d", keyCode); in SubscribeKeyEvent() 296 MMI_HILOGD("keyOption->prekey:%{private}d", keyCode); in SubscribeHotkey() 370 MMI_HILOGD("Pre key not match"); in IsEqualKeyOption() 374 MMI_HILOGD("Final key not match"); in IsEqualKeyOption() 378 MMI_HILOGD("Is final key down not match"); in IsEqualKeyOption() 382 MMI_HILOGD("Final key down duration not match"); in IsEqualKeyOption() 386 MMI_HILOGD("Is final key up delay not match"); in IsEqualKeyOption() 389 MMI_HILOGD("Ke in IsEqualKeyOption() [all...] |
H A D | switch_subscriber_handler.cpp | 89 MMI_HILOGD("subscribeId:%{public}d, switchType:%{public}d", subscribeId, switchType); in SubscribeSwitchEvent() 99 MMI_HILOGD("subscribeId:%{public}d", subscribeId); in UnsubscribeSwitchEvent() 113 MMI_HILOGD("switchValue:%{public}d", switchEvent->GetSwitchValue()); in OnSubscribeSwitchEvent() 136 MMI_HILOGD("%{public}s", handled ? "true" : "false"); in OnSubscribeSwitchEvent() 137 MMI_HILOGD("SUPER_PRIVACY_SWITCH: %{public}s", OHOS::system::GetParameter(SUPER_PRIVACY_SWITCH, "").c_str()); in OnSubscribeSwitchEvent() 199 MMI_HILOGD("Session delete callback has already been initialized"); in InitSessionDeleteCallback()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | anr_manager.cpp | 58 MMI_HILOGD("pid:%{public}d, eventType:%{public}d, eventId:%{public}d", pid, eventType, eventId); in MarkProcessed() 72 MMI_HILOGD("Remove anr timer, anr type:%{public}d, eventId:%{public}d, timer id:%{public}d," in MarkProcessed() 118 MMI_HILOGD("Not application event, skip. pid:%{public}d, anr type:%{public}d", sess->GetPid(), type); in AddTimer() 122 MMI_HILOGD("Add timer failed, timer count reached the maximum number:%{public}d", MAX_TIMER_COUNT); in AddTimer() 151 MMI_HILOGD("Clear anr timer, type:%{public}d, timer id:%{public}d, count:%{public}d", in AddTimer() 158 MMI_HILOGD("Add anr timer success, anr type:%{public}d, eventId:%{public}d, timer id:%{public}d, count:%{public}d", in AddTimer() 169 MMI_HILOGD("Not application event, skip. pid:%{public}d, anr type:%{public}d", sess->GetPid(), type); in TriggerANR() 173 MMI_HILOGD("Application not responding. pid:%{public}d, anr type:%{public}d", sess->GetPid(), type); in TriggerANR() 176 MMI_HILOGD("Event dispatch normal"); in TriggerANR()
|
H A D | event_normalize_handler.cpp | 123 MMI_HILOGD("This touch event is canceled type:%{public}d", type); in HandleEvent() 209 MMI_HILOGD("This device does not support :%d", type); in HandleEvent() 346 MMI_HILOGD("The last repeat button, keyCode:%d", lastPressedKey); in HandleKeyboardEvent() 353 MMI_HILOGD("The same event reported by multi_device should be discarded"); in HandleKeyboardEvent() 374 MMI_HILOGD("keyCode:%{private}d, action:%{public}d", keyEvent->GetKeyCode(), keyEvent->GetKeyAction()); in HandleKeyboardEvent() 376 MMI_HILOGD("keyCode:%d, action:%{public}d", keyEvent->GetKeyCode(), keyEvent->GetKeyAction()); in HandleKeyboardEvent() 506 MMI_HILOGD("Handle mouse axis event"); in HandleTouchPadEvent() 515 MMI_HILOGD("This event is up remove this finger"); in HandleTouchPadEvent() 517 MMI_HILOGD("This event is final up"); in HandleTouchPadEvent() 526 MMI_HILOGD("Butto in HandleTouchPadEvent() [all...] |
H A D | input_event_handler.cpp | 92 MMI_HILOGD("Event reporting. id:%{public}" PRId64 ",tid:%{public}" PRId64 ",eventType:%{public}d," in OnEvent() 104 MMI_HILOGD("Event handling completed. id:%{public}" PRId64 ",endTime:%{public}" PRId64 in OnEvent() 141 MMI_HILOGD("Pointer edge dwt unlocked, coordX = %{public}f", touchpadEventDownAbsX_); in UpdateDwtTouchpadRecord() 146 MMI_HILOGD("Button edge dwt unlocked, coordX = %{public}f", touchpadEventDownAbsX_); in UpdateDwtTouchpadRecord() 151 MMI_HILOGD("Tap edge dwt unlocked, coordX = %{public}f", touchpadEventDownAbsX_); in UpdateDwtTouchpadRecord() 235 MMI_HILOGD("Touchpad event is palm"); in IsTouchpadMistouch() 274 MMI_HILOGD("The buttonPressed event is mistouch"); in IsTouchpadButtonMistouch() 281 MMI_HILOGD("The buttonReleased event is mistouch"); in IsTouchpadButtonMistouch() 306 MMI_HILOGD("Touchpad tap presse event is mistouch"); in IsTouchpadTapMistouch() 313 MMI_HILOGD("Touchpa in IsTouchpadTapMistouch() [all...] |
H A D | key_auto_repeat.cpp | 91 MMI_HILOGD("AutoRepeatSwitch:%{public}d, keyEvent flag:%{public}x", devConf.autoSwitch, keyEvent->GetFlag()); in SelectAutoRepeat() 149 MMI_HILOGD("The end keyboard autorepeat, keyCode:%{private}d", keyEvent_->GetKeyCode()); in SelectAutoRepeat() 151 MMI_HILOGD("The end keyboard autorepeat, keyCode:%d", keyEvent_->GetKeyCode()); in SelectAutoRepeat() 211 MMI_HILOGD("Open autorepeat:%{public}d", iter->second.autoSwitch); in GetAutoSwitch() 249 MMI_HILOGD("Set keyboard repeat delay:%{public}d", repeatDelayTime); in SetKeyboardRepeatDelay() 268 MMI_HILOGD("Successfully set keyboard repeat for rate:%{public}d", repeatRateTime); in SetKeyboardRepeatRate() 286 MMI_HILOGD("Get keyboard repeat delay:%{public}d", delay); in GetKeyboardRepeatDelay() 304 MMI_HILOGD("Get keyboard repeat rate:%{public}d", rate); in GetKeyboardRepeatRate()
|
/foundation/multimodalinput/input/service/display_state_manager/src/ |
H A D | display_event_monitor.cpp | 46 MMI_HILOGD("DisplyChangedReceiver register"); in DisplyChangedReceiver() 59 MMI_HILOGD("Received screen status:%{public}s", action.c_str()); in OnReceiveEvent() 78 MMI_HILOGD("Display screen off"); in JudgeAction() 87 MMI_HILOGD("Display screen locked"); in JudgeAction() 91 MMI_HILOGD("Display screen unlocked"); in JudgeAction() 119 MMI_HILOGD("Shield mode before screen off:%{public}d", shieldModeBeforeSreenOff_); in UpdateShieldStatusOnScreenOn() 134 MMI_HILOGD("Shield mode before screen off:%{public}d", shieldModeBeforeSreenOff_); in UpdateShieldStatusOnScreenOff()
|
/foundation/multimodalinput/input/service/interceptor/src/ |
H A D | event_interceptor_handler.cpp | 47 MMI_HILOGD("KeyEvent filter find a keyEvent from Original event keyCode:%{private}d", in HandleKeyEvent() 63 MMI_HILOGD("Interception is succeeded"); in HandlePointerEvent() 77 MMI_HILOGD("Interception is succeeded"); in HandleTouchEvent() 96 MMI_HILOGD("handlerType:%{public}d, eventType:%{public}d, deviceTags:%{public}d, priority:%{public}d", in AddInputHandler() 108 MMI_HILOGD("handlerType:%{public}d, eventType:%{public}d, deviceTags:%{public}d, priority:%{public}d", in RemoveInputHandler() 116 MMI_HILOGD("Handle KeyEvent"); in OnHandleEvent() 154 MMI_HILOGD("The callback on session deleted is registered successfully"); in InitSessionLostCallback() 206 MMI_HILOGD("Service send to client InputHandlerType:%{public}d", handlerType_); in SendToClient() 227 MMI_HILOGD("Key interceptors is empty"); in HandleEvent() 230 MMI_HILOGD("Ther in HandleEvent() [all...] |
/foundation/multimodalinput/input/service/key_event_normalize/src/ |
H A D | key_event_normalize.cpp | 59 MMI_HILOGD("The linux input keyCode:%{private}d", keyCode); in Normalize() 113 MMI_HILOGD("Set function key:%{public}d to state:%{public}d succeed", in HandleKeyAction() 150 MMI_HILOGD("Last shield mode:%{public}d, set shield mode:%{public}d, status:%{public}d", in SetShieldStatus() 155 MMI_HILOGD("Last shield mode equal with shield mode"); in SetShieldStatus() 160 MMI_HILOGD("Last shield mode unset"); in SetShieldStatus() 164 MMI_HILOGD("Shield mode:%{public}d is already false", shieldMode); in SetShieldStatus() 167 MMI_HILOGD("lastShieldMode_ unset"); in SetShieldStatus() 176 MMI_HILOGD("Last shield mode:%{public}d, set shield mode:%{public}d, status:%{public}d", in SetShieldStatus() 190 MMI_HILOGD("Last shield mode:%{public}d, get shield mode:%{public}d, status:%{public}d", in GetShieldStatus()
|
/foundation/multimodalinput/input/test/fuzztest/registerdevListener_fuzzer/ |
H A D | registerdevListener_fuzzer.cpp | 32 MMI_HILOGD("Add device success"); 36 MMI_HILOGD("Remove device success"); 45 MMI_HILOGD("RegisterDevListenerFuzzTest"); in RegisterDevListenerFuzzTest()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | scene_board_judgement.cpp | 41 MMI_HILOGD("Resample algorithm switch is not inited"); in IsResampleEnabled() 44 MMI_HILOGD("isResampleEnabled is set to %{public}d", isResampleEnabled); in IsResampleEnabled() 62 MMI_HILOGD("canonicalize failed. path:%{private}s", filePath); in InitWithConfigFile()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touchpad_transform_processor.cpp | 92 MMI_HILOGD("The pointer action is %{public}d", pointerEvent_->GetPointerAction()); in OnEventTouchPadDown() 129 MMI_HILOGD("Can't find the pointer item data, seatSlot:%{public}d, errCode:%{public}d", in OnEventTouchPadMotion() 144 MMI_HILOGD("Tool type is palm"); in OnEventTouchPadMotion() 147 MMI_HILOGD("The pointer action is %{public}d", pointerEvent_->GetPointerAction()); in OnEventTouchPadMotion() 246 MMI_HILOGD("Pointer event dispatcher of server:"); in OnEvent() 276 MMI_HILOGD("toolType is MT_TOOL_PALM"); in GetTouchPadToolType() 290 MMI_HILOGD("The btn tool type is %{public}d", item.second); in GetTouchPadToolType() 294 MMI_HILOGD("Unknown Btn tool type, identified as finger"); in GetTouchPadToolType() 306 MMI_HILOGD("Touchpad swipe switch is false"); in SetTouchPadSwipeData() 334 MMI_HILOGD("Ther in SetTouchPadSwipeData() [all...] |
/foundation/multimodalinput/input/service/fingerprint_event_processor/src/ |
H A D | fingerprint_event_processor.cpp | 72 MMI_HILOGD("Not FingerprintEvent"); in IsFingerprintEvent() 83 MMI_HILOGD("Not FingerprintEvent event"); in IsFingerprintEvent() 101 MMI_HILOGD("Current keycode is not mistouch key, keycode is %{private}d", keyCode); in SetPowerAndVolumeKeyState() 106 MMI_HILOGD("Current keycode is %{private}d, keyaction is %{private}d", keyCode, keyAction); in SetPowerAndVolumeKeyState() 121 MMI_HILOGD("Smart key screen state is %{public}d", type); in SetScreenState() 132 MMI_HILOGD("Unknown event type, touchType:%{public}d", type); in SetScreenState() 147 MMI_HILOGD("screenMissTouchFlag_ : %{private}d, screen : %{private}d, cancel : %{private}d", flag, screen, screen); in ChangeScreenMissTouchFlag() 176 MMI_HILOGD("screenMissTouchFlag_ is %{public}d", flag); in CheckScreenMisTouchState() 186 MMI_HILOGD("keycode : %{private}d, state : %{public}d", key, value.first); in CheckKeyMisTouchState() 198 MMI_HILOGD("Don in CheckKeyMisTouchState() [all...] |
/foundation/multimodalinput/input/service/permission_helper/src/ |
H A D | permission_helper.cpp | 33 MMI_HILOGD("Verify system App"); in VerifySystemApp() 36 MMI_HILOGD("Token type is %{public}d", static_cast<int32_t>(tokenType)); in VerifySystemApp() 39 MMI_HILOGD("Called tokenType is native, verify success"); in VerifySystemApp() 90 MMI_HILOGD("Check interceptor permission success permission:%{public}s", permissionCode.c_str()); in CheckHapPermission() 121 MMI_HILOGD("Check permission( %{public}s) permission success", permissionCode.c_str()); in CheckHapPermission() 158 MMI_HILOGD("Token type is %{public}d", static_cast<int32_t>(tokenType)); in RequestFromShell()
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 160 MMI_HILOGD("Inject keyCode:%{private}d, action:%{public}d", keyEvent->GetKeyCode(), keyEvent->GetKeyAction()); in OnInjectKeyEvent() 162 MMI_HILOGD("Inject keyCode:%d, action:%{public}d", keyEvent->GetKeyCode(), keyEvent->GetKeyAction()); in OnInjectKeyEvent() 173 MMI_HILOGD("Get the function key:%{public}d status as %{public}s", funcKey, state ? "open" : "close"); in OnGetFunctionKeyState() 195 MMI_HILOGD("Update function key:%{public}d succeed", funcKey); in OnSetFunctionKeyState() 353 MMI_HILOGD("Cursor move to (x:%{public}.2f, y:%{public}.2f, DisplayId:%{public}d)", in AccelerateMotion() 356 MMI_HILOGD("Cursor move to (x:%.2f, y:%.2f, DisplayId:%d)", in AccelerateMotion() 467 MMI_HILOGD("TargetWindowId:%{public}d %{public}d", pointerEvent->GetTargetWindowId(), targetWindowId); in FixTargetWindowId() 470 MMI_HILOGD("Down event or targetWindowId less 0 is not need fix window id"); in FixTargetWindowId() 649 MMI_HILOGD("handlerType:%{public}d", handlerType); in OnAddInputHandler() 671 MMI_HILOGD("OnRemoveInputHandle in OnRemoveInputHandler() [all...] |
H A D | authorize_helper.cpp | 67 MMI_HILOGD("Already initialized, no need to initialize again"); in Init() 80 MMI_HILOGD("Cancel process is inconsistent with authorize, cancel pid:%{public}d, authorize pid:%{public}d", in OnClientDeath() 122 MMI_HILOGD("A process enters the authorization select state %{public}d", state_); in AddAuthorizeProcess() 134 MMI_HILOGD("A process will be authorized, authorize pid:%{public}d", pid_); in AddAuthorizeProcess()
|
/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 62 MMI_HILOGD("Monitor is succeeded"); in HandlePointerEvent() 76 MMI_HILOGD("Monitor is succeeded"); in HandleTouchEvent() 83 MMI_HILOGD("Knuckle event, skip"); in HandleTouchEvent() 175 MMI_HILOGD("Handle KeyEvent"); in OnHandleEvent() 178 MMI_HILOGD("This event has been tagged as not to be monitored"); in OnHandleEvent() 181 MMI_HILOGD("Key event was consumed"); in OnHandleEvent() 194 MMI_HILOGD("This event has been tagged as not to be monitored"); in OnHandleEvent() 197 MMI_HILOGD("Pointer event was monitor"); in OnHandleEvent() 201 MMI_HILOGD("Interception and monitor failed"); in OnHandleEvent() 217 MMI_HILOGD("Th in InitSessionLostCallback() [all...] |
/foundation/multimodalinput/input/test/fuzztest/addmonitor_fuzzer/ |
H A D | addmonitor_fuzzer.cpp | 31 MMI_HILOGD("Report pointer event success"); 39 MMI_HILOGD("Add monitor success"); in AddMonitorFuzzTeset() 45 MMI_HILOGD("Add monitor success"); in AddMonitorFuzzTeset()
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 111 MMI_HILOGD("PreKeys size:%{public}zu", preKeys.size()); in GetHotkeyEventInfo() 123 MMI_HILOGD("PreKeys:%{private}d", item); in GetHotkeyEventInfo() 145 MMI_HILOGD("FinalKey:%{private}d", finalKey); in GetHotkeyEventInfo() 151 MMI_HILOGD("IsFinalKeyDown:%{private}d,", (isFinalKeyDown == true ? 1 : 0)); in GetHotkeyEventInfo() 160 MMI_HILOGD("IsRepeat field is default"); in GetHotkeyEventInfo() 164 MMI_HILOGD("IsRepeat:%{public}s", (isRepeat ? "true" : "false")); in GetHotkeyEventInfo() 197 MMI_HILOGD("PreKeys size:%{public}zu", preKeys.size()); in GetEventInfoAPI9() 203 MMI_HILOGD("preKeys:%{private}d", item); in GetEventInfoAPI9() 219 MMI_HILOGD("FinalKey:%{private}d", finalKey); in GetEventInfoAPI9() 228 MMI_HILOGD("IsFinalKeyDow in GetEventInfoAPI9() [all...] |
H A D | js_register_util.cpp | 45 MMI_HILOGD("%{public}s=%{public}d", name.c_str(), value); in SetNamedProperty() 53 MMI_HILOGD("%{public}s=%{public}s", name.c_str(), value.c_str()); in SetNamedProperty() 65 MMI_HILOGD("Can not find %{public}s property", name.c_str()); in GetNamedPropertyBool() 78 MMI_HILOGD("%{public}s=%{public}d", name.c_str(), ret); in GetNamedPropertyBool() 88 MMI_HILOGD("Can not find %{public}s property", name.c_str()); in GetNamedPropertyInt32() 107 MMI_HILOGD("%{public}s=%{public}d", name.c_str(), ret); in GetNamedPropertyInt32() 133 MMI_HILOGD("Get int array number:%{public}d", value); in GetPreKeys() 178 MMI_HILOGD("Callback has deleted, size:%{public}zu", info.size()); in DelEventCallbackRef() 189 MMI_HILOGD("Callback has deleted, size:%{public}zu", info.size()); in DelEventCallbackRef() 191 MMI_HILOGD("Callbac in DelEventCallbackRef() [all...] |
/foundation/multimodalinput/input/test/fuzztest/getallsystemhotkeys_fuzzer/ |
H A D | getallsystemhotkeys_fuzzer.cpp | 32 MMI_HILOGD("Get all system hot key success"); in GetAllSystemHotkeysFuzzTest() 34 MMI_HILOGD("Get all system hot key failed"); in GetAllSystemHotkeysFuzzTest()
|
/foundation/multimodalinput/input/service/app_state_manager/src/ |
H A D | app_state_observer.cpp | 35 MMI_HILOGD("Process state change app name:%{public}s, uid:%{public}d, state:%{public}d", in OnProcessStateChanged() 67 MMI_HILOGD("GetForegroundApplications success"); in GetForegroundApplicationInfo() 77 MMI_HILOGD("foregroundAppData_.size():%{public}zu", foregroundAppData_.size()); in GetForegroundAppData() 85 MMI_HILOGD("foregroundAppData_.size():%{public}zu", foregroundAppData_.size()); in SetForegroundAppData()
|
/foundation/multimodalinput/input/service/crown_transform_processor/test/src/ |
H A D | crown_transform_processor_test.cpp | 69 MMI_HILOGD("Device node name: %{public}s", vCrown_.GetDevPath().c_str()); in SetupCrown() 136 MMI_HILOGD("Pointer device: %{public}s", name.c_str()); in HWTEST_F() 157 MMI_HILOGD("Pointer device: %{public}s", name.c_str()); in HWTEST_F() 178 MMI_HILOGD("Pointer device: %{public}s", name.c_str()); in HWTEST_F() 201 MMI_HILOGD("Pointer device: %{public}s", name.c_str()); in HWTEST_F() 236 MMI_HILOGD("Pointer device: %{public}s", name.c_str()); in HWTEST_F()
|
/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_session.cpp | 107 MMI_HILOGD("Enter fd_:%{public}d", fd_); in Close() 185 MMI_HILOGD("Delete events, anr type:%{public}d, id:%{public}d, pid:%{public}d", type, id, pid_); in DelEvents() 198 MMI_HILOGD("Delete event, anr type:%{public}d, id:%{public}d, timerId:%{public}d", type, item.id, item.timerId); in DelEvents() 203 MMI_HILOGD("Can not find event:%{public}d pid:%{public}d type:%{public}d", id, pid_, type); in DelEvents() 212 MMI_HILOGD("First event, anr type:%{public}d, id:%{public}d, timerId:%{public}d, pid: %{public}d", in DelEvents() 232 MMI_HILOGD("Current events is empty"); in GetEarliestEventTime()
|
/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/src/ |
H A D | hardware_cursor_pointer_manager.cpp | 82 MMI_HILOGD("SetPosition, x:%{private}d, y:%{private}d", x, y); in SetPosition() 94 MMI_HILOGD("EnableStats, enable:%{public}d", enable); in EnableStats() 107 MMI_HILOGD("Get hardware cursor stats, frameCount:%{private}d, vsyncCount:%{private}d", frameCount, vsyncCount); in GetCursorStats()
|