Searched refs:BindClientWithIme (Results 1 - 2 of 2) sorted by relevance
/base/inputmethod/imf/services/src/ |
H A D | peruser_session.cpp | 565 int32_t ret = BindClientWithIme(std::make_shared<InputClientInfo>(infoTemp), imeType, true); in OnStartInput() 579 int32_t PerUserSession::BindClientWithIme(const std::shared_ptr<InputClientInfo> &clientInfo, ImeType type, in BindClientWithIme() function in OHOS::MiscServices::PerUserSession 688 BindClientWithIme(clientInfo, imeType); in OnSetCoreAndAgent() 707 BindClientWithIme(clientInfo, imeType); in OnRegisterProxyIme() 711 BindClientWithIme(clientInfo, imeType); in OnRegisterProxyIme() 738 return BindClientWithIme(std::make_shared<InputClientInfo>(infoTemp), ImeType::IME); in OnUnRegisteredProxyIme()
|
/base/inputmethod/imf/services/include/ |
H A D | peruser_session.h | 201 int32_t BindClientWithIme(const std::shared_ptr<InputClientInfo> &clientInfo, ImeType type,
|
Completed in 4 milliseconds