Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp1024 auto systemChannel = GetSystemCmdChannelProxy(); in NotifyPanelStatus() local
1025 if (systemChannel == nullptr) { in NotifyPanelStatus()
1029 return systemChannel->NotifyPanelStatus(sysPanelStatus); in NotifyPanelStatus()
1245 auto systemChannel = GetSystemCmdChannelProxy(); in SendPrivateCommand() local
1246 if (systemChannel == nullptr) { in SendPrivateCommand()
1250 return systemChannel->SendPrivateCommand(privateCommand); in SendPrivateCommand()