Home
last modified time | relevance | path

Searched refs:currentClient (Results 1 - 2 of 2) sorted by relevance

/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp182 int32_t PerUserSession::HideKeyboard(const sptr<IInputClient> &currentClient) in HideKeyboard() argument
185 auto clientInfo = GetClientInfo(currentClient->AsObject()); in HideKeyboard()
201 UpdateClientInfo(currentClient->AsObject(), { { UpdateFlag::ISSHOWKEYBOARD, isShowKeyboard } }); in HideKeyboard()
206 int32_t PerUserSession::ShowKeyboard(const sptr<IInputClient> &currentClient) in ShowKeyboard() argument
209 auto clientInfo = GetClientInfo(currentClient->AsObject()); in ShowKeyboard()
225 UpdateClientInfo(currentClient->AsObject(), { { UpdateFlag::ISSHOWKEYBOARD, isShowKeyboard } }); in ShowKeyboard()
395 auto currentClient = GetCurrentClient(); in OnRequestShowInput() local
396 if (currentClient != nullptr) { in OnRequestShowInput()
397 UpdateClientInfo(currentClient->AsObject(), { { UpdateFlag::ISSHOWKEYBOARD, true } }); in OnRequestShowInput()
422 auto currentClient in OnRequestHideInput() local
[all...]
/base/inputmethod/imf/services/include/
H A Dperuser_session.h208 int32_t HideKeyboard(const sptr<IInputClient> &currentClient);
209 int32_t ShowKeyboard(const sptr<IInputClient> &currentClient);

Completed in 3 milliseconds