/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_texteditor_proxy_capi.cpp | 26 IMSA_HILOGE("proxy is nullptr"); in OH_TextEditorProxy_Destroy() 36 IMSA_HILOGE("proxy is nullptr"); in OH_TextEditorProxy_SetGetTextConfigFunc() 41 IMSA_HILOGE("getTextConfigFunc is nullptr"); in OH_TextEditorProxy_SetGetTextConfigFunc() 52 IMSA_HILOGE("proxy is nullptr"); in OH_TextEditorProxy_SetInsertTextFunc() 57 IMSA_HILOGE("insertTextFunc is nullptr"); in OH_TextEditorProxy_SetInsertTextFunc() 68 IMSA_HILOGE("proxy is nullptr"); in OH_TextEditorProxy_SetDeleteForwardFunc() 73 IMSA_HILOGE("deleteForwardFunc is nullptr"); in OH_TextEditorProxy_SetDeleteForwardFunc() 85 IMSA_HILOGE("proxy is nullptr"); in OH_TextEditorProxy_SetDeleteBackwardFunc() 90 IMSA_HILOGE("deleteBackwardFunc is nullptr"); in OH_TextEditorProxy_SetDeleteBackwardFunc() 102 IMSA_HILOGE("prox in OH_TextEditorProxy_SetSendKeyboardStatusFunc() [all...] |
H A D | inputmethod_private_command_capi.cpp | 28 IMSA_HILOGE("command is nullptr"); in OH_PrivateCommand_Destroy() 36 IMSA_HILOGE("command is nullptr"); in OH_PrivateCommand_SetKey() 40 IMSA_HILOGE("key is nullptr"); in OH_PrivateCommand_SetKey() 49 IMSA_HILOGE("command is nullptr"); in OH_PrivateCommand_SetBoolValue() 58 IMSA_HILOGE("command is nullptr"); in OH_PrivateCommand_SetIntValue() 68 IMSA_HILOGE("command is nullptr"); in OH_PrivateCommand_SetStrValue() 72 IMSA_HILOGE("value is nullptr"); in OH_PrivateCommand_SetStrValue() 82 IMSA_HILOGE("command is nullptr"); in OH_PrivateCommand_GetKey() 86 IMSA_HILOGE("key is nullptr"); in OH_PrivateCommand_GetKey() 90 IMSA_HILOGE("keyLengt in OH_PrivateCommand_GetKey() [all...] |
H A D | inputmethod_text_config_capi.cpp | 28 IMSA_HILOGE("config is nullptr"); in OH_TextConfig_Destroy() 37 IMSA_HILOGE("config is nullptr"); in OH_TextConfig_SetInputType() 47 IMSA_HILOGE("config is nullptr"); in OH_TextConfig_SetEnterKeyType() 57 IMSA_HILOGE("config is nullptr"); in OH_TextConfig_SetPreviewTextSupport() 67 IMSA_HILOGE("config is nullptr"); in OH_TextConfig_SetSelection() 77 IMSA_HILOGE("config is nullptr"); in OH_TextConfig_SetWindowId() 88 IMSA_HILOGE("config is nullptr"); in OH_TextConfig_GetInputType() 92 IMSA_HILOGE("inputType is nullptr"); in OH_TextConfig_GetInputType() 103 IMSA_HILOGE("config is nullptr"); in OH_TextConfig_GetEnterKeyType() 107 IMSA_HILOGE("enterKeyTyp in OH_TextConfig_GetEnterKeyType() [all...] |
H A D | native_text_changed_listener.cpp | 24 IMSA_HILOGE("textEditor_ is nullptr"); in InsertText() 29 IMSA_HILOGE("insertTextFunc is nullptr"); in InsertText() 39 IMSA_HILOGE("textEditor_ is nullptr"); in DeleteForward() 44 IMSA_HILOGE("deleteForwardFunc is nullptr"); in DeleteForward() 54 IMSA_HILOGE("textEditor_ is nullptr"); in DeleteBackward() 59 IMSA_HILOGE("deleteBackwardFunc is nullptr"); in DeleteBackward() 69 IMSA_HILOGE("textEditor_ is nullptr"); in SendKeyboardStatus() 74 IMSA_HILOGE("sendKeyboardStatusFunc is nullptr"); in SendKeyboardStatus() 84 IMSA_HILOGE("textEditor_ is nullptr"); in SendFunctionKey() 89 IMSA_HILOGE("sendEnterKeyFun in SendFunctionKey() [all...] |
H A D | inputmethod_text_avoid_info_capi.cpp | 28 IMSA_HILOGE("info is nullptr"); in OH_TextAvoidInfo_Destroy() 36 IMSA_HILOGE("info is nullptr"); in OH_TextAvoidInfo_SetPositionY() 45 IMSA_HILOGE("info is nullptr"); in OH_TextAvoidInfo_SetHeight() 54 IMSA_HILOGE("info is nullptr"); in OH_TextAvoidInfo_GetPositionY() 58 IMSA_HILOGE("positionY is nullptr"); in OH_TextAvoidInfo_GetPositionY() 67 IMSA_HILOGE("info is nullptr"); in OH_TextAvoidInfo_GetHeight() 71 IMSA_HILOGE("height is nullptr"); in OH_TextAvoidInfo_GetHeight()
|
H A D | inputmethod_inputmethod_proxy_capi.cpp | 26 IMSA_HILOGE("invalid state, errCode=%{public}d", errCode); in OH_InputMethodProxy_ShowKeyboard() 35 IMSA_HILOGE("invalid state, errCode=%{public}d", errCode); in OH_InputMethodProxy_HideKeyboard() 45 IMSA_HILOGE("invalid state, errCode=%{public}d", errCode); in OH_InputMethodProxy_NotifySelectionChange() 49 IMSA_HILOGE("text is nullptr"); in OH_InputMethodProxy_NotifySelectionChange() 54 IMSA_HILOGE("text length is too long length=%{public}zu", length); in OH_InputMethodProxy_NotifySelectionChange() 65 IMSA_HILOGE("invalid state, errCode=%{public}d", errCode); in OH_InputMethodProxy_NotifyConfigurationChange() 79 IMSA_HILOGE("invalid state, errCode=%{public}d", errCode); in OH_InputMethodProxy_NotifyCursorUpdate() 83 IMSA_HILOGE("cursorInfo is nullptr"); in OH_InputMethodProxy_NotifyCursorUpdate() 95 IMSA_HILOGE("invalid state, errCode=%{public}d", errCode); in OH_InputMethodProxy_SendPrivateCommand() 99 IMSA_HILOGE("privateComman in OH_InputMethodProxy_SendPrivateCommand() [all...] |
H A D | inputmethod_controller_capi.cpp | 42 IMSA_HILOGE("inputMethodProxy is nullptr"); in IsValidInputMethodProxy() 47 IMSA_HILOGE("g_inputMethodProxy is nullptr"); in IsValidInputMethodProxy() 52 IMSA_HILOGE("g_inputMethodProxy is not equal to inputMethodProxy"); in IsValidInputMethodProxy() 57 IMSA_HILOGE("g_inputMethodProxy is not attached"); in IsValidInputMethodProxy() 77 IMSA_HILOGE("new NativeTextChangedListener failed"); in GetInputMethodProxy() 83 IMSA_HILOGE("new InputMethod_InputMethodProxy failed"); in GetInputMethodProxy() 92 IMSA_HILOGE(#member " is nullptr"); \ 99 IMSA_HILOGE("textEditor is nullptr"); in IsValidTextEditorProxy() 151 IMSA_HILOGE("invalid parameter"); in OH_InputMethodController_Attach() 201 IMSA_HILOGE("inputMethodProx in OH_InputMethodController_Detach() [all...] |
/base/inputmethod/imf/common/src/ |
H A D | itypes_util.cpp | 127 IMSA_HILOGE("write Property to message parcel failed."); in Marshalling() 136 IMSA_HILOGE("read Property from message parcel failed."); in Unmarshalling() 146 IMSA_HILOGE("write SubProperty to message parcel failed."); in Marshalling() 156 IMSA_HILOGE("read SubProperty from message parcel failed."); in Unmarshalling() 165 IMSA_HILOGE("write InputAttribute to message parcel failed."); in Marshalling() 174 IMSA_HILOGE("read InputAttribute from message parcel failed."); in Unmarshalling() 183 IMSA_HILOGE("write InputAttribute to message parcel failed."); in Marshalling() 187 IMSA_HILOGE("write CursorInfo to message parcel failed."); in Marshalling() 192 IMSA_HILOGE("write TextSelection to message parcel failed."); in Marshalling() 196 IMSA_HILOGE("writ in Marshalling() [all...] |
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_controller.cpp | 69 IMSA_HILOGE("failed to create InputMethodController!"); in GetInstance() 85 IMSA_HILOGE("proxy is nullptr!"); in RestoreListenEventFlag() 98 IMSA_HILOGE("proxy is nullptr!"); in UpdateListenEventFlag() 121 IMSA_HILOGE("failed to create client!"); in Initialize() 126 IMSA_HILOGE("failed to new channel!"); in Initialize() 147 IMSA_HILOGE("system ability manager is nullptr!"); in GetSystemAbilityProxy() 152 IMSA_HILOGE("system ability is nullptr!"); in GetSystemAbilityProxy() 158 IMSA_HILOGE("create death recipient failed!"); in GetSystemAbilityProxy() 164 IMSA_HILOGE("failed to add death recipient!"); in GetSystemAbilityProxy() 264 IMSA_HILOGE("no in ShowTextInput() [all...] |
H A D | ime_system_channel.cpp | 47 IMSA_HILOGE("failed to create ImeSystemCmdChannel!"); in GetInstance() 65 IMSA_HILOGE("system ability manager is nullptr!"); in GetSystemAbilityProxy() 70 IMSA_HILOGE("system ability is nullptr!"); in GetSystemAbilityProxy() 76 IMSA_HILOGE("create death recipient failed!"); in GetSystemAbilityProxy() 82 IMSA_HILOGE("failed to add death recipient!"); in GetSystemAbilityProxy() 118 IMSA_HILOGE("channel is nullptr!"); in RunConnectSystemCmd() 125 IMSA_HILOGE("proxy is nullptr!"); in RunConnectSystemCmd() 135 IMSA_HILOGE("failed to connect system cmd!"); in RunConnectSystemCmd() 146 IMSA_HILOGE("agentObject is nullptr!"); in OnConnectCmdReady() 159 IMSA_HILOGE("creat in OnConnectCmdReady() [all...] |
H A D | system_cmd_channel_proxy.cpp | 52 IMSA_HILOGE("write interface token failed!"); in SendRequest() 56 IMSA_HILOGE("write data failed!"); in SendRequest() 61 IMSA_HILOGE("remote is nullptr!"); in SendRequest() 66 IMSA_HILOGE("send request failed, code: %{public}d, ret: %{public}d!", code, ret); in SendRequest() 70 IMSA_HILOGE("reply parcel error!"); in SendRequest()
|
H A D | keyevent_consumer_proxy.cpp | 65 IMSA_HILOGE("write interface token failed!"); in SendRequest() 69 IMSA_HILOGE("write data failed!"); in SendRequest() 74 IMSA_HILOGE("KeyEventConsumerProxy remote is nullptr!"); in SendRequest() 79 IMSA_HILOGE("send request failed, code: %{public}d ret %{public}d!", code, ret); in SendRequest() 87 IMSA_HILOGE("reply error, ret: %{public}d", ret); in SendRequest() 91 IMSA_HILOGE("reply parcel error!"); in SendRequest()
|
H A D | input_client_proxy.cpp | 65 IMSA_HILOGE("write interface token failed!"); 69 IMSA_HILOGE("write data failed!"); 74 IMSA_HILOGE("remote is nullptr!"); 79 IMSA_HILOGE("send request failed, code: %{public}d, ret: %{public}d!", code, ret); 84 IMSA_HILOGE("reply error, ret: %{public}d!", ret); 88 IMSA_HILOGE("reply parcel error!");
|
H A D | keyevent_consumer_stub.cpp | 41 IMSA_HILOGE("KeyEventConsumerStub descriptor error!"); in OnRemoteRequest() 45 IMSA_HILOGE("code error, code = %{public}u, callingPid: %{public}d, callingUid: %{public}d.", code, in OnRemoteRequest() 56 IMSA_HILOGE("failed to read message parcel!"); in OnKeyEventResultOnRemote() 62 IMSA_HILOGE("callback is nullptr, isConsumed: %{public}d!", isConsumed); in OnKeyEventResultOnRemote()
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_ability.cpp | 65 IMSA_HILOGE("instance is nullptr!"); in GetInstance() 84 IMSA_HILOGE("systemAbilityManager is nullptr!"); in GetImsaProxy() 89 IMSA_HILOGE("systemAbility is nullptr!"); in GetImsaProxy() 95 IMSA_HILOGE("failed to new death recipient!"); in GetImsaProxy() 101 IMSA_HILOGE("failed to add death recipient!"); in GetImsaProxy() 119 IMSA_HILOGE("imsa proxy is nullptr!"); in SetCoreAndAgent() 124 IMSA_HILOGE("set failed, ret: %{public}d!", ret); in SetCoreAndAgent() 137 IMSA_HILOGE("imsa proxy is nullptr!"); in InitConnect() 142 IMSA_HILOGE("set failed, ret: %{public}d!", ret); in InitConnect() 153 IMSA_HILOGE("ims in UnRegisteredProxyIme() [all...] |
H A D | input_method_panel.cpp | 68 IMSA_HILOGE("create window failed, permission denied, %{public}d!", wmError); in CreatePanel() 72 IMSA_HILOGE("create window failed: %{public}d!", wmError); in CreatePanel() 104 IMSA_HILOGE("window is nullptr!"); in SetPanelProperties() 113 IMSA_HILOGE("surfaceNode is nullptr!"); in SetPanelProperties() 121 IMSA_HILOGE("surfaceNo is nullptr!"); in SetPanelProperties() 131 IMSA_HILOGE("failed to set window gravity, wmError is %{public}d, start destroy window!", wmError); in SetPanelProperties() 139 IMSA_HILOGE("SetWindowGravity failed, wmError is %{public}d, start destroy window!", ret); in SetPanelProperties() 149 IMSA_HILOGE("InputMethodPanel, hide panel failed, ret: %{public}d!", ret); in DestroyPanel() 152 IMSA_HILOGE("window_ is nullptr!"); in DestroyPanel() 203 IMSA_HILOGE("windo in Resize() [all...] |
H A D | task_manager.cpp | 46 IMSA_HILOGE("task is NULL!"); in PostTask() 71 IMSA_HILOGE("curTask_ is NULL or not runing, pend failed!"); in Pend() 75 IMSA_HILOGE("curTask_ is NULL or not runing, pend failed!"); in Pend() 91 IMSA_HILOGE("Pend ActionWait failed, ret=%{public}d", ret); in WaitExec() 98 IMSA_HILOGE("Pend Action failed, ret=%{public}d", ret); in WaitExec() 112 IMSA_HILOGE("task is NULL!"); in OnNewTask() 130 IMSA_HILOGE("task type %{public}d unknown!", srcType); in OnNewTask() 169 IMSA_HILOGE("Unexpected OnTask result %{public}d", state); in ProcessNextInnerTask() 264 IMSA_HILOGE("Unexpected Execute result %{public}u", state); in ExecuteCurrentTask()
|
/base/inputmethod/imf/services/file/src/ |
H A D | file_operator.cpp | 31 IMSA_HILOGE("%{public}s mkdir failed, errno:%{public}d!", path.c_str(), errno); in Create() 46 IMSA_HILOGE("%{public}s open fail!", path.c_str()); in Read() 61 IMSA_HILOGE("%{public}s open fail, errno: %{public}d", path.c_str(), errno); in Write() 66 IMSA_HILOGE("%{public}s write fail, ret: %{public}zd, errno: %{public}d", path.c_str(), ret, errno); in Write() 77 IMSA_HILOGE("key is empty!"); in Read() 82 IMSA_HILOGE("%{public}s cfgFiles is nullptr!", path.c_str()); in Read() 105 IMSA_HILOGE("%{public}s read failed!", path.c_str()); in Read() 126 IMSA_HILOGE("failed to get realpath!"); in GetRealPath()
|
/base/inputmethod/imf/services/adapter/os_account_adapter/src/ |
H A D | os_account_adapter.cpp | 28 IMSA_HILOGE("IsOsAccountForeground failed, userId:%{public}d.", userId); in IsOsAccountForeground() 38 IMSA_HILOGE("QueryActiveOsAccountIds failed."); in QueryActiveOsAccountIds() 48 IMSA_HILOGE("get foreground userId failed!"); in GetForegroundOsAccountLocalId() 58 IMSA_HILOGE("GetOsAccountLocalIdFromUid failed, uid:%{public}d", uid); in GetOsAccountLocalIdFromUid()
|
/base/inputmethod/imf/services/src/ |
H A D | input_method_system_ability.cpp | 84 IMSA_HILOGE("start sysevent timer failed!"); in OnStart() 97 IMSA_HILOGE("init failed. try again 10s later!"); in OnStart() 178 IMSA_HILOGE("InputMethodSystemAbility already init!"); in InitServiceHandler() 214 IMSA_HILOGE("failed, try again 10s later!"); in SubscribeCommonEvent() 227 IMSA_HILOGE("%{public}d session is nullptr!", userId); in PrepareInput() 236 IMSA_HILOGE("client or channel is nullptr!"); in GenerateClientInfo() 241 IMSA_HILOGE("failed to new deathRecipient!"); in GenerateClientInfo() 258 IMSA_HILOGE("client is nullptr!"); in ReleaseInput() 264 IMSA_HILOGE("%{public}d session is nullptr!", userId); in ReleaseInput() 279 IMSA_HILOGE(" in StartInput() [all...] |
H A D | input_method_system_ability_stub.cpp | 46 IMSA_HILOGE("%{public}s descriptor failed!", __func__); in OnRemoteRequest() 65 IMSA_HILOGE("code error, code = %{public}u, callingPid: %{public}d, callingUid: %{public}d.", code, in OnRemoteRequest() 76 IMSA_HILOGE("read clientInfo failed!"); in StartInputOnRemote() 108 IMSA_HILOGE("clientObject is nullptr!"); in ShowInputOnRemote() 119 IMSA_HILOGE("clientObject is nullptr!"); in HideInputOnRemote() 130 IMSA_HILOGE("clientObject is nullptr!"); in ReleaseInputOnRemote() 157 IMSA_HILOGE("coreObject is nullptr!"); in SetCoreAndAgentOnRemote() 162 IMSA_HILOGE("agentObject is nullptr!"); in SetCoreAndAgentOnRemote() 175 IMSA_HILOGE("read isBrief failed!"); in GetDefaultInputMethodOnRemote() 194 IMSA_HILOGE("unmarsha in EnableImeOnRemote() [all...] |
H A D | im_common_event_manager.cpp | 77 IMSA_HILOGE("SubscribeEvent abilityManager is nullptr!"); in SubscribeEvent() 85 IMSA_HILOGE("SubscribeEvent listener is nullptr!"); in SubscribeEvent() 90 IMSA_HILOGE("SubscribeEvent SubscribeSystemAbility failed. ret: %{public}d", ret); in SubscribeEvent() 101 IMSA_HILOGE("SubscribeKeyboardEvent abilityManager is nullptr!"); in SubscribeKeyboardEvent() 110 IMSA_HILOGE("listener is nullptr!"); in SubscribeKeyboardEvent() 115 IMSA_HILOGE("failed to SubscribeSystemAbility, ret: %{public}d!", ret); in SubscribeKeyboardEvent() 126 IMSA_HILOGE("abilityManager is nullptr!"); in SubscribeWindowManagerService() 135 IMSA_HILOGE("failed to create listener!"); in SubscribeWindowManagerService() 140 IMSA_HILOGE("subscribe system ability failed, ret: %{public}d", ret); in SubscribeWindowManagerService() 150 IMSA_HILOGE("abilityManage in SubscribeMemMgrService() [all...] |
/base/inputmethod/imf/frameworks/kits/extension/src/ |
H A D | js_inputmethod_extension.cpp | 69 IMSA_HILOGE("workContext is nullptr!"); in AttachInputMethodExtensionContext() 107 IMSA_HILOGE("failed to get srcPath!"); in Init() 119 IMSA_HILOGE("failed to get jsObj_!"); in Init() 125 IMSA_HILOGE("failed to get JsInputMethodExtension object!"); in Init() 139 IMSA_HILOGE("failed to get SaMgr!"); in ListenWindowManager() 146 IMSA_HILOGE("failed to create display listener!"); in ListenWindowManager() 152 IMSA_HILOGE("failed to create status change listener!"); in ListenWindowManager() 158 IMSA_HILOGE("failed to subscribe system ability, ret: %{public}d!", ret); in ListenWindowManager() 168 IMSA_HILOGE("context is invalid!"); in OnConfigurationUpdated() 193 IMSA_HILOGE("contex in ConfigurationUpdated() [all...] |
H A D | inputmethod_extension_context.cpp | 33 IMSA_HILOGE("InputMethodExtensionContext::StartAbility failed: %{public}d", err); in StartAbility() 46 IMSA_HILOGE("InputMethodExtensionContext::StartAbility failed: %{public}d", err); in StartAbility() 67 IMSA_HILOGE("InputMethodExtensionContext::StartAbilityWithAccount failed: %{public}d!", err); in StartAbilityWithAccount() 80 IMSA_HILOGE("InputMethodContext::StartAbilityWithAccount is failed %{public}d!", err); in StartAbilityWithAccount() 100 IMSA_HILOGE("%{public}s end DisconnectAbility error, ret: %{public}d!", __func__, ret); in DisconnectAbility() 111 IMSA_HILOGE("InputMethodExtensionContext::TerminateAbility failed: %{public}d!", err); in TerminateAbility() 121 IMSA_HILOGE("info is nullptr!"); in GetAbilityInfoType()
|
/base/inputmethod/imf/services/adapter/settings_data_provider/common/src/ |
H A D | settings_data_utils.cpp | 50 IMSA_HILOGE("instance is nullptr!"); in GetInstance() 63 IMSA_HILOGE("observer is nullptr!"); in CreateAndRegisterObserver() 72 IMSA_HILOGE("observer is nullptr!"); in RegisterObserver() 79 IMSA_HILOGE("helper is nullptr!"); in RegisterObserver() 108 IMSA_HILOGE("remoteObk is nullptr!"); in CreateDataShareHelper() 114 IMSA_HILOGE("create helper failed, uri: %{public}s!", SETTING_URI_PROXY); in CreateDataShareHelper() 127 IMSA_HILOGE("release data share helper failed."); in ReleaseDataShareHelper() 144 IMSA_HILOGE("helper is nullptr."); in GetStringValue() 154 IMSA_HILOGE("resultSet is nullptr."); in GetStringValue() 171 IMSA_HILOGE("faile in GetStringValue() [all...] |