Searched refs:bindImeType (Results 1 - 3 of 3) sorted by relevance
/base/inputmethod/imf/services/src/ |
H A D | peruser_session.cpp | 125 auto bindImeType = ImeType::NONE; in RemoveClientInfo() local 127 { { UpdateFlag::BINDIMETYPE, bindImeType }, { UpdateFlag::ISSHOWKEYBOARD, isShowKeyboard } }); in RemoveClientInfo() 161 info->bindImeType = std::get<ImeType>(updateInfo.second); in UpdateClientInfo() 190 auto data = GetReadyImeData(clientInfo->bindImeType); in HideKeyboard() 192 IMSA_HILOGE("ime: %{public}d is not exist!", clientInfo->bindImeType); in HideKeyboard() 214 auto data = GetReadyImeData(clientInfo->bindImeType); in ShowKeyboard() 216 IMSA_HILOGE("ime: %{public}d is not exist!", clientInfo->bindImeType); in ShowKeyboard() 242 StopImeInput(clientInfo->bindImeType, clientInfo->channel); in OnClientDied() 249 StopImeInput(clientInfo->bindImeType, clientInfo->channel); in OnClientDied() 285 if (clientInfo != nullptr && clientInfo->bindImeType in OnImeDied() 1161 IsImeStartInBind(ImeType bindImeType, ImeType startImeType) IsImeStartInBind() argument 1166 IsProxyImeStartInBind(ImeType bindImeType, ImeType startImeType) IsProxyImeStartInBind() argument 1171 IsProxyImeStartInImeBind(ImeType bindImeType, ImeType startImeType) IsProxyImeStartInImeBind() argument 1176 IsImeBindChanged(ImeType bindImeType) IsImeBindChanged() argument [all...] |
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_client_info.h | 43 ImeType bindImeType{ ImeType::NONE }; // type of the ime client bind
|
/base/inputmethod/imf/services/include/ |
H A D | peruser_session.h | 222 bool IsImeStartInBind(ImeType bindImeType, ImeType startImeType); 223 bool IsProxyImeStartInBind(ImeType bindImeType, ImeType startImeType); 224 bool IsProxyImeStartInImeBind(ImeType bindImeType, ImeType startImeType); 225 bool IsImeBindChanged(ImeType bindImeType);
|
Completed in 3 milliseconds