/foundation/multimodalinput/input/util/common/include/ |
H A D | define_multimodal.h | 50 MMI_HILOGE("%{public}s, (%{public}d), CHKPV(%{public}s) is null", \ 59 MMI_HILOGE("%{public}s, (%{public}d), CHKPF(%{public}s) is null", \ 68 MMI_HILOGE("%{public}s, (%{public}d), CHKPS(%{public}s) is null", \ 95 MMI_HILOGE("%{public}s, (%{public}d), CHKPR(%{public}s) is null, return value is %{public}d", \ 104 MMI_HILOGE("%{public}s, (%{public}d), CHKPP(%{public}s) is null, return value is null", \ 122 MMI_HILOGE("%{public}s, (%{public}d), CK(%{public}s), errCode:%{public}d", \ 144 MMI_HILOGE("CHKPV(%{public}s) is null", #cond); \ 152 MMI_HILOGE("(%{public}s less than 0, desc:%{public}s)", #cond, std::string(desc).c_str()); \ 160 MMI_HILOGE("CHKPF(%{public}s) is null", #cond); \ 168 MMI_HILOGE("arg [all...] |
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 35 MMI_HILOGE("jsonData is not object"); in GetBusinessId() 40 MMI_HILOGE("businessId is not string"); in GetBusinessId() 51 MMI_HILOGE("jsonData is not object"); in GetPreKeys() 56 MMI_HILOGE("preKey number must be array"); in GetPreKeys() 61 MMI_HILOGE("preKeySize number must less and equal four"); in GetPreKeys() 67 MMI_HILOGE("preKeyJson is not number"); in GetPreKeys() 71 MMI_HILOGE("preKeyJson must be number and bigger or equal than 0"); in GetPreKeys() 75 MMI_HILOGE("preKeyJson must be unduplicated"); in GetPreKeys() 85 MMI_HILOGE("jsonData is not object"); in GetTrigger() 90 MMI_HILOGE("trigge in GetTrigger() [all...] |
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 121 MMI_HILOGE("Get unexpect descriptor:%{public}s", Str16ToStr8(descriptor).c_str()); in OnRemoteRequest() 459 MMI_HILOGE("Unknown code:%{public}u, go switch default", code); in OnRemoteRequest() 471 MMI_HILOGE("Service is not running. pid:%{public}d, go switch default", pid); in StubHandleAllocSocketFd() 482 MMI_HILOGE("AllocSocketFd failed pid:%{public}d, go switch default", pid); in StubHandleAllocSocketFd() 490 MMI_HILOGE("Write file descriptor failed"); in StubHandleAllocSocketFd() 505 MMI_HILOGE("Verify system APP failed"); in StubAddInputEventFilter() 509 MMI_HILOGE("Filter permission check failed"); in StubAddInputEventFilter() 524 MMI_HILOGE("Call AddInputEventFilter failed:%{public}d", ret); in StubAddInputEventFilter() 535 MMI_HILOGE("Verify system APP failed"); in StubRemoveInputEventFilter() 539 MMI_HILOGE("Filte in StubRemoveInputEventFilter() [all...] |
H A D | multimodal_input_connect_proxy.cpp | 112 MMI_HILOGE("Failed to write descriptor"); in AllocSocketFd() 120 MMI_HILOGE("Failed to write programName"); in AllocSocketFd() 131 MMI_HILOGE("Send request failed, ret:%{public}d", ret); in AllocSocketFd() 136 MMI_HILOGE("Read file descriptor failed, fd:%{public}d", socketFd); in AllocSocketFd() 151 MMI_HILOGE("Failed to write descriptor"); in AddInputEventFilter() 155 MMI_HILOGE("Failed to write filter"); in AddInputEventFilter() 168 MMI_HILOGE("Send request message failed, ret:%{public}d", ret); in AddInputEventFilter() 179 MMI_HILOGE("Failed to write descriptor"); in RemoveInputEventFilter() 190 MMI_HILOGE("Send request message failed, ret:%{public}d", ret); in RemoveInputEventFilter() 201 MMI_HILOGE("Faile in SetMouseScrollRows() [all...] |
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_util.cpp | 35 MMI_HILOGE("The value is null"); in GetNamedPropertyBool() 42 MMI_HILOGE("The name is not bool"); in GetNamedPropertyBool() 55 MMI_HILOGE("Call napi_get_named_property failed"); in GetNamedPropertyInt32() 59 MMI_HILOGE("The value is null"); in GetNamedPropertyInt32() 67 MMI_HILOGE("Call napi_typeof failed"); in GetNamedPropertyInt32() 71 MMI_HILOGE("The value is not int32_t"); in GetNamedPropertyInt32() 78 MMI_HILOGE("NapiElement get int32 value failed"); in GetNamedPropertyInt32() 88 MMI_HILOGE("Call napi_get_named_property failed"); in GetNamedPropertyInt64() 92 MMI_HILOGE("The value is null"); in GetNamedPropertyInt64() 98 MMI_HILOGE("Cal in GetNamedPropertyInt64() [all...] |
H A D | js_register_module.cpp | 88 MMI_HILOGE("Get isPressed failed"); in GetInjectionEventDataNative() 92 MMI_HILOGE("Get keyDownDuration failed"); in GetInjectionEventDataNative() 95 MMI_HILOGE("keyDownDuration:%{public}d is less 0, can not process", keyDownDuration); in GetInjectionEventDataNative() 100 MMI_HILOGE("Get keyCode failed"); in GetInjectionEventDataNative() 104 MMI_HILOGE("keyCode is less 0, can not process"); in GetInjectionEventDataNative() 106 MMI_HILOGE("keyCode:%{private}d is less 0, can not process", keyCode); in GetInjectionEventDataNative() 127 MMI_HILOGE("Get isPressed failed"); 131 MMI_HILOGE("Get isIntercepted failed"); 136 MMI_HILOGE("Get keyDownDuration failed"); 139 MMI_HILOGE("keyDownDuratio [all...] |
/foundation/multimodalinput/input/util/napi/include/ |
H A D | util_napi.h | 28 MMI_HILOGE("%{public}s failed", std::string(desc).c_str()); \ 36 MMI_HILOGE("%{public}s failed", std::string(desc).c_str()); \ 44 MMI_HILOGE("%{public}s failed", std::string(desc).c_str()); \ 52 MMI_HILOGE("%{public}s failed", std::string(desc).c_str()); \ 60 MMI_HILOGE("%{public}s failed", std::string(desc).c_str()); \ 68 MMI_HILOGE("%{public}s failed", std::string(desc).c_str()); \ 77 MMI_HILOGE("%{public}s failed", std::string(desc).c_str()); \ 86 MMI_HILOGE("%{public}s failed", std::string(desc).c_str()); \ 96 MMI_HILOGE("%{public}s is nullptr, failed", std::string(desc).c_str()); \ 104 MMI_HILOGE(" [all...] |
/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | injection_event_dispatch.cpp | 76 MMI_HILOGE("Path is error"); in OnJson() 81 MMI_HILOGE("Read file failed"); in OnJson() 108 MMI_HILOGE("Invalid Input parameter"); in VerifyArgvs() 113 MMI_HILOGE("Parameter bound function not found"); in VerifyArgvs() 130 MMI_HILOGE("Inject function failed id:%{public}s", id.c_str()); in Run() 141 MMI_HILOGE("Event injection Unknown fuction id:%{public}s", funId.c_str()); in ExecuteFunction() 150 MMI_HILOGE("Inject function failed id:%{public}s", funId.c_str()); in ExecuteFunction() 166 MMI_HILOGE("The deviceNameText is empty"); in GetDeviceIndex() 181 MMI_HILOGE("The value entered is out of range, value:%{public}s", inputValue.c_str()); in CheckValue() 197 MMI_HILOGE("Th in CheckCode() [all...] |
H A D | input_parse.cpp | 47 MMI_HILOGE("The json is not object"); in GetJsonData() 63 MMI_HILOGE("The json is not object"); in GetJsonData() 78 MMI_HILOGE("The json is not object"); in GetJsonData() 82 MMI_HILOGE("The json is not data:%{public}s", key.c_str()); in GetJsonData() 87 MMI_HILOGE("The rawVal is not Array"); in GetJsonData() 103 MMI_HILOGE("The eventInfo is not array"); in ParseEvents() 112 MMI_HILOGE("The xPos is not number"); in ParseEvents() 119 MMI_HILOGE("The yPos is not number"); in ParseEvents() 132 MMI_HILOGE("The eventInfo is not object"); in ParseEventsObj() 156 MMI_HILOGE("Th in ParseData() [all...] |
H A D | manage_inject_device.cpp | 34 MMI_HILOGE("Input data from json file is empty"); in TransformJsonData() 42 MMI_HILOGE("Failed to get device:%{public}s node", deviceName.c_str()); in TransformJsonData() 56 MMI_HILOGE("Failed to read json file"); in TransformJsonData() 61 MMI_HILOGE("Failed to send event"); in TransformJsonData() 78 MMI_HILOGE("Device node:%{public}s is not exit", deviceNode.c_str()); in SendEventToDeviceNode() 83 MMI_HILOGE("Path is error, path:%{private}s", deviceNode.c_str()); in SendEventToDeviceNode() 88 MMI_HILOGE("Open device node:%{public}s failed", deviceNode.c_str()); in SendEventToDeviceNode() 93 MMI_HILOGE("Write event failed"); in SendEventToDeviceNode()
|
/foundation/multimodalinput/input/uinput/ |
H A D | virtual_device.cpp | 37 MMI_HILOGE("Failed to ioctl"); in DoIoctl() 64 MMI_HILOGE("Failed to open uinput"); in SetUp() 69 MMI_HILOGE("Error setting event type:%{public}u", item); in SetUp() 75 MMI_HILOGE("Error setting key:%{public}u", item); in SetUp() 81 MMI_HILOGE("Error setting property:%{public}u", item); in SetUp() 87 MMI_HILOGE("Error setting property:%{public}u", item); in SetUp() 93 MMI_HILOGE("Error setting rel:%{public}u", item); in SetUp() 105 MMI_HILOGE("Failed to copy deviceName"); in SetUpExt() 113 MMI_HILOGE("Unable to set input device info"); in SetUpExt() 117 MMI_HILOGE("Unabl in SetUpExt() [all...] |
H A D | hdf_device_event_manager.cpp | 39 MMI_HILOGE("The inputInterface_ is nullptr"); in ConnectHDFInit() 48 MMI_HILOGE("Get input device failed"); in ConnectHDFInit() 54 MMI_HILOGE("The callback_ is nullptr"); in ConnectHDFInit() 60 MMI_HILOGE("Open input device failed"); in ConnectHDFInit() 79 MMI_HILOGE("%{public}s, dlopen libmemmgrclient failed.", __func__); in main() 85 MMI_HILOGE("%{public}s, dlsym notify_process_status failed.", __func__); in main() 91 MMI_HILOGE("%{public}s, get device memory failed.", __func__); in main()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 106 MMI_HILOGE("GetDisplayBindInfo failed, ret:%{public}d", ret); in GetDisplayBindInfo() 118 MMI_HILOGE("GetDisplayBindInfo failed, ret:%{public}d", ret); in GetAllMmiSubscribedEvents() 129 MMI_HILOGE("SetDisplayBind failed, ret:%{public}d", ret); in SetDisplayBind() 150 MMI_HILOGE("Failed to initialize MMI client"); in UpdateDisplayInfo() 156 MMI_HILOGE("Failed to send display information to service"); in UpdateDisplayInfo() 168 MMI_HILOGE("Failed to initialize MMI client"); in UpdateWindowInfo() 172 MMI_HILOGE("Invalid window information"); in UpdateWindowInfo() 178 MMI_HILOGE("Failed to send window information to service"); in UpdateWindowInfo() 201 MMI_HILOGE("Hot areas check failed! defaultHotAreas:size:%{public}zu," in IsValiadWindowAreas() 229 MMI_HILOGE("SecCompEnhanc in SetEnhanceConfig() [all...] |
H A D | switch_event_input_subscribe_manager.cpp | 52 MMI_HILOGE("Switch type error"); in SubscribeSwitchEvent() 58 MMI_HILOGE("Client init failed"); in SubscribeSwitchEvent() 62 MMI_HILOGE("The subscribeId has reached the upper limit, cannot continue the subscription"); in SubscribeSwitchEvent() 70 MMI_HILOGE("Subscribing switch event failed, ret:%{public}d", ret); in SubscribeSwitchEvent() 83 MMI_HILOGE("The subscribe id is less than 0"); in UnsubscribeSwitchEvent() 89 MMI_HILOGE("Client init failed"); in UnsubscribeSwitchEvent() 93 MMI_HILOGE("The subscribeInfos is empty"); in UnsubscribeSwitchEvent() 100 MMI_HILOGE("Leave, unsubscribe switch event failed"); in UnsubscribeSwitchEvent() 116 MMI_HILOGE("Leave, the subscribe id is less than 0"); in OnSubscribeSwitchEventCallback() 143 MMI_HILOGE("Subscrib in OnConnected() [all...] |
H A D | key_event_input_subscribe_manager.cpp | 46 MMI_HILOGE("The subscribeId has reached the upper limit, cannot continue the subscription"); in SubscribeKeyEventInfo() 115 MMI_HILOGE("PreKeys number invalid"); in SubscribeKeyEvent() 120 MMI_HILOGE("Client init failed"); in SubscribeKeyEvent() 132 MMI_HILOGE("Subscribing key event failed"); in SubscribeKeyEvent() 152 MMI_HILOGE("Subscribe id is less than 0"); in UnsubscribeKeyEvent() 158 MMI_HILOGE("Client init failed"); in UnsubscribeKeyEvent() 162 MMI_HILOGE("Subscribe Infos is empty"); in UnsubscribeKeyEvent() 169 MMI_HILOGE("Leave, unsubscribe key event failed"); in UnsubscribeKeyEvent() 187 MMI_HILOGE("PreKeys number invalid"); in SubscribeHotkey() 192 MMI_HILOGE("Clien in SubscribeHotkey() [all...] |
H A D | input_device_impl.cpp | 43 MMI_HILOGE("Failed to register, listener event must be \"change\""); in RegisterDevListener() 48 MMI_HILOGE("Find change failed"); in RegisterDevListener() 58 MMI_HILOGE("Failed to register"); in RegisterDevListener() 78 MMI_HILOGE("Failed to cancel registration, listener event must be \"change\""); in UnregisterDevListener() 83 MMI_HILOGE("Find change failed"); in UnregisterDevListener() 111 MMI_HILOGE("Find change failed"); in OnDevListener() 132 MMI_HILOGE("GetInputDeviceIds failed"); in GetInputDeviceIds() 145 MMI_HILOGE("GetDevice failed"); in GetInputDevice() 158 MMI_HILOGE("SupportKeys failed"); in SupportKeys() 171 MMI_HILOGE("GetKeyboardTyp in GetKeyboardType() [all...] |
/foundation/multimodalinput/input/util/common/src/ |
H A D | util.cpp | 242 MMI_HILOGE("File is not find extension"); in CheckFileExtendName() 252 MMI_HILOGE("Get file size error"); in GetFileSize() 298 MMI_HILOGE("FilePath is empty"); in ReadProFile() 304 MMI_HILOGE("File path is error"); in ReadProFile() 308 MMI_HILOGE("File is not existent"); in ReadProFile() 312 MMI_HILOGE("Unable to parse files other than json format"); in ReadProFile() 317 MMI_HILOGE("The configuration file size is incorrect"); in ReadProFile() 336 MMI_HILOGE("Failed to open config file"); in ReadProConfigFile() 351 MMI_HILOGE("strcpy_s error"); in ReadProConfigFile() 361 MMI_HILOGE("Faile in ReadProConfigFile() [all...] |
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 111 MMI_HILOGE("Failed to wrap native instance"); in JsConstructor() 126 MMI_HILOGE("multimodal_input_device was not found"); in GetInstance() 155 MMI_HILOGE("Require two parameters"); in On() 160 MMI_HILOGE("First parameter type error"); in On() 170 MMI_HILOGE("Type is not change"); in On() 175 MMI_HILOGE("Second parameter type error"); in On() 194 MMI_HILOGE("Require two parameters"); in Off() 199 MMI_HILOGE("First parameter type error"); in Off() 209 MMI_HILOGE("Type is not change"); in Off() 222 MMI_HILOGE("Secon in Off() [all...] |
/foundation/multimodalinput/input/service/dfx/src/ |
H A D | dfx_hisysevent.cpp | 61 MMI_HILOGE("The realpath return nullptr"); in GetVendorInfo() 66 MMI_HILOGE("Unable to open file:%{public}s, error:%{public}d", nodePath.c_str(), errno); in GetVendorInfo() 95 MMI_HILOGE("HiviewDFX Write failed, ret:%{public}d", ret); in OnDeviceConnect() 108 MMI_HILOGE("HiviewDFX Write failed, ret:%{public}d", ret); in OnDeviceConnect() 122 MMI_HILOGE("HiviewDFX Write failed, ret:%{public}d", ret); in OnDeviceDisconnect() 137 MMI_HILOGE("HiviewDFX Write failed, ret:%{public}d", ret); in OnDeviceDisconnect() 156 MMI_HILOGE("HiviewDFX Write failed, ret:%{public}d", ret); in OnClientConnect() 169 MMI_HILOGE("HiviewDFX Write failed, ret:%{public}d", ret); in OnClientConnect() 190 MMI_HILOGE("HiviewDFX Write failed, ret:%{public}d", ret); in OnClientDisconnect() 200 MMI_HILOGE("HiviewDF in OnClientDisconnect() [all...] |
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 76 MMI_HILOGE("Non system applications use system API"); in ThrowError() 79 MMI_HILOGE("Shield api need ohos.permission.INPUT_CONTROL_DISPATCHING"); in ThrowError() 82 MMI_HILOGE("Dispatch control failed"); in ThrowError() 103 MMI_HILOGE("Get preKeys failed"); in GetHotkeyEventInfo() 107 MMI_HILOGE("PreKeys size invalid"); in GetHotkeyEventInfo() 117 MMI_HILOGE("PreKeys is not expect"); in GetHotkeyEventInfo() 127 MMI_HILOGE("GetNamedPropertyInt32 failed"); in GetHotkeyEventInfo() 132 MMI_HILOGE("FinalKey:%{private}d is less 0, can not process", finalKey); in GetHotkeyEventInfo() 138 MMI_HILOGE("FinalKey is not expect"); in GetHotkeyEventInfo() 189 MMI_HILOGE("Ge in GetEventInfoAPI9() [all...] |
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 62 MMI_HILOGE("Not found pid:%{public}d", pid); in GetClientFd() 73 MMI_HILOGE("Not found fd:%{public}d", fd); in GetClientPid() 82 MMI_HILOGE("The fd is less than 0"); in SendMsg() 87 MMI_HILOGE("The fd:%{public}d not found, The message was discarded. errCode:%{public}d", in SendMsg() 109 MMI_HILOGE("Call socketpair failed, errno:%{public}d", errno); in AddSocketPairInfo() 115 MMI_HILOGE("Call fcntl failed, errno:%{public}d", errno); in AddSocketPairInfo() 121 MMI_HILOGE("SetFdProperty failed"); in AddSocketPairInfo() 126 MMI_HILOGE("epoll_ctl EPOLL_CTL_ADD failed, errCode:%{public}d", EPOLL_MODIFY_FAIL); in AddSocketPairInfo() 131 MMI_HILOGE("make_shared fail. programName:%{public}s, pid:%{public}d, errCode:%{public}d", in AddSocketPairInfo() 137 MMI_HILOGE("AddSessio in AddSocketPairInfo() [all...] |
/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/ |
H A D | mmi_client.cpp | 92 MMI_HILOGE("Client startup failed"); in Start() 97 MMI_HILOGE("Start runner failed"); in Start() 126 MMI_HILOGE("Add fd listener failed"); in StartEventRunner() 131 MMI_HILOGE("Send reconnect event failed"); in StartEventRunner() 142 MMI_HILOGE("Invalid fd:%{public}d", fd); in AddFdListener() 150 MMI_HILOGE("Add fd listener failed,fd:%{public}d code:%{public}u str:%{public}s", fd, errCode, in AddFdListener() 167 MMI_HILOGE("Invalid fd:%{public}d", fd); in DelFdListener() 188 MMI_HILOGE("Invalid input param size. size:%{public}zu", size); in OnRecvMsg() 210 MMI_HILOGE("Post reconnect event failed"); in OnReconnect() 240 MMI_HILOGE("Delet in OnDisconnected() [all...] |
/foundation/multimodalinput/input/util/network/src/ |
H A D | stream_buffer.cpp | 49 MMI_HILOGE("Call memset_s fail"); in Clean() 58 MMI_HILOGE("The position in the calculation is not as expected. pos:%{public}d [0, %{public}d]", in SeekReadPos() 69 MMI_HILOGE("Not enough memory to read, errCode:%{public}d", MEM_NOT_ENOUGH); in Read() 99 MMI_HILOGE("Invalid input parameter buf=nullptr errCode:%{public}d", ERROR_NULL_POINTER); in Read() 104 MMI_HILOGE("Invalid input parameter size=%{public}zu errCode:%{public}d", size, PARAM_INPUT_INVALID); in Read() 109 MMI_HILOGE("Memory out of bounds on read... errCode:%{public}d", MEM_OUT_OF_BOUNDS); in Read() 115 MMI_HILOGE("Failed to call memcpy_sp. errCode:%{public}d", MEMCPY_SEC_FUN_FAIL); in Read() 130 MMI_HILOGE("Invalid input parameter buf=nullptr errCode:%{public}d", ERROR_NULL_POINTER); in Write() 135 MMI_HILOGE("Invalid input parameter size=%{public}zu errCode:%{public}d", size, PARAM_INPUT_INVALID); in Write() 140 MMI_HILOGE("Th in Write() [all...] |
/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_client.cpp | 39 MMI_HILOGE("Socket failed"); in ConnectTo() 50 MMI_HILOGE("Stream buffer size out of range"); in SendMsg() 54 MMI_HILOGE("The fd_ is less than 0"); in SendMsg() 70 MMI_HILOGE("Send return failed,error:%{public}d fd:%{public}d", errno, fd_); in SendMsg() 81 MMI_HILOGE("Send too many times:%{public}d/%{public}d,size:%{public}d/%{public}d fd:%{public}d", in SendMsg() 91 MMI_HILOGE("Read and write status is error"); in SendMsg() 103 MMI_HILOGE("Client is connected or started"); in StartClient()
|
/foundation/multimodalinput/input/common/anco/comm/src/ |
H A D | anco_channel_proxy.cpp | 39 MMI_HILOGE("Failed to write descriptor"); in SyncInputEvent() 43 MMI_HILOGE("Failed to marshal PointerEvent"); in SyncInputEvent() 53 MMI_HILOGE("SendRequest fail, error:%{public}d", ret); in SyncInputEvent() 66 MMI_HILOGE("Failed to write descriptor"); in SyncInputEvent() 70 MMI_HILOGE("Failed to marshal KeyEvent"); in SyncInputEvent() 80 MMI_HILOGE("SendRequest fail, error:%{public}d", ret); in SyncInputEvent() 93 MMI_HILOGE("Failed to write descriptor"); in UpdateWindowInfo() 97 MMI_HILOGE("Failed to marshal windows"); in UpdateWindowInfo() 107 MMI_HILOGE("SendRequest fail, error:%{public}d", ret); in UpdateWindowInfo()
|