Home
last modified time | relevance | path

Searched refs:inactiveClient (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp418 auto inactiveClient = GetInactiveClient(); in OnRequestHideInput() local
419 if (inactiveClient != nullptr) { in OnRequestHideInput()
420 RemoveClient(inactiveClient, false, true); in OnRequestHideInput()
802 auto inactiveClient = GetInactiveClient(); in ReplaceCurrentClient() local
803 if (inactiveClient != nullptr) { in ReplaceCurrentClient()
804 auto inactiveClientInfo = GetClientInfo(inactiveClient->AsObject()); in ReplaceCurrentClient()
807 RemoveClient(inactiveClient, false); in ReplaceCurrentClient()