Lines Matching refs:ime

315             // if need to switch ime, no need to hide panel first.
451 IMSA_HILOGE("not current ime, userId:%{public}d", userId);
512 IMSA_HILOGE("not current ime!");
571 IMSA_HILOGE("not default ime!");
600 IMSA_HILOGE("failed to get default ime!");
679 IMSA_HILOGE("Check enable ime value failed!");
841 IMSA_HILOGE("failed to inform ime to switch subtype, ret: %{public}d!", ret);
1128 // Switch to the default ime
1129 IMSA_HILOGI("user[%{public}d] ime: %{public}s is uninstalled.", userId, packageName.c_str());
1183 IMSA_HILOGI("switch ime.");
1225 // 0 means current swich ime task count.
1227 IMSA_HILOGI("already has switch ime task.");
1258 IMSA_HILOGE("current ime is abnormal!");
1262 IMSA_HILOGD("the switching operation is handed over to ime.");
1287 IMSA_HILOGE("current ime is abnormal!");
1291 IMSA_HILOGD("the switching operation is handed over to ime.");
1324 IMSA_HILOGE("get next SwitchInfo failed, stop switching ime.");
1421 IMSA_HILOGI("register enable ime observer, ret: %{public}d.", ret);
1468 IMSA_HILOGD("current ime mode not changed.");
1471 IMSA_HILOGI("ime: %{public}s securityMode change to: %{public}d.", currentIme->bundleName.c_str(),
1572 IMSA_HILOGE("not current ime!");
1584 IMSA_HILOGE("failed to get default ime!");
1673 // scb in background died, stop ime
1793 return imeData != nullptr && bundleName == imeData->ime.first;
1803 ImeIdentification ime;
1804 int32_t ret = InputTypeManager::GetInstance().GetImeByInputType(type, ime);
1813 SwitchInfo switchInfo = { std::chrono::system_clock::now(), ime.bundleName, ime.subName };
1822 ImeIdentification ime;
1823 InputTypeManager::GetInstance().GetImeByInputType(InputType::SECURITY_INPUT, ime);
1829 needHide = currentImeCfg->bundleName == ime.bundleName;