Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
Dperuser_session.h121 …int AddClient(sptr<IRemoteObject> inputClient, const InputClientInfo &clientInfo, ClientAddEvent e…
/base/inputmethod/imf/services/src/
Dperuser_session.cpp53 int PerUserSession::AddClient(sptr<IRemoteObject> inputClient, const InputClientInfo &clientInfo, C… in AddClient() function in OHOS::MiscServices::PerUserSession
299 return AddClient(clientInfo.client->AsObject(), clientInfo, PREPARE_INPUT); in OnPrepareInput()
670 auto ret = AddClient(remoteClient, clientInfo, START_LISTENING); in OnUpdateListenEventFlag()