Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h137 void HandleWmsDisconnected(int32_t userId, int32_t screenId);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1467 … isConnected ? HandleWmsConnected(userId, screenId) : HandleWmsDisconnected(userId, screenId); in InitWmsConnectionMonitor()
1726 void InputMethodSystemAbility::HandleWmsDisconnected(int32_t userId, int32_t screenId) in HandleWmsDisconnected() function in OHOS::MiscServices::InputMethodSystemAbility