Searched refs:imeType (Results 1 - 1 of 1) sorted by relevance
/base/inputmethod/imf/services/src/ |
H A D | peruser_session.cpp | 564 auto imeType = IsProxyImeEnable() ? ImeType::PROXY_IME : ImeType::IME; in OnStartInput() local 565 int32_t ret = BindClientWithIme(std::make_shared<InputClientInfo>(infoTemp), imeType, true); in OnStartInput() 570 auto data = GetReadyImeData(imeType); in OnStartInput() 586 IMSA_HILOGD("imeType: %{public}d, isShowKeyboard: %{public}d, isBindFromClient: %{public}d.", type, in BindClientWithIme() 684 auto imeType = ImeType::IME; in OnSetCoreAndAgent() local 687 if (clientInfo != nullptr && IsImeStartInBind(clientInfo->bindImeType, imeType)) { in OnSetCoreAndAgent() 688 BindClientWithIme(clientInfo, imeType); in OnSetCoreAndAgent() 698 auto imeType = ImeType::PROXY_IME; in OnRegisterProxyIme() local 699 auto ret = AddImeData(imeType, core, agent, IPCSkeleton::GetCallingPid()); in OnRegisterProxyIme() 706 if (IsProxyImeStartInBind(clientInfo->bindImeType, imeType)) { in OnRegisterProxyIme() [all...] |
Completed in 4 milliseconds