Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp926 auto systemChannel = GetSystemCmdChannelProxy(); in NotifyPanelStatus() local
927 if (systemChannel == nullptr) { in NotifyPanelStatus()
931 return systemChannel->NotifyPanelStatus(sysPanelStatus); in NotifyPanelStatus()
1160 auto systemChannel = GetSystemCmdChannelProxy(); in SendPrivateCommand() local
1161 if (systemChannel == nullptr) { in SendPrivateCommand()
1165 return systemChannel->SendPrivateCommand(privateCommand); in SendPrivateCommand()

Completed in 2 milliseconds