Home
last modified time | relevance | path

Searched defs:channelProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp780 auto channelProxy = std::make_shared<InputDataChannelProxy>(object); in SetInputDataChannel() local
799 …std::shared_ptr<InputControlChannelProxy> channelProxy = std::make_shared<InputControlChannelProxy… in SetInputControlChannel() local
1191 auto channelProxy = std::make_shared<InputDataChannelProxy>(channel); in OnClientInactive() local
1330 const PanelStatusInfo &info, std::shared_ptr<InputDataChannelProxy> &channelProxy) in NotifyPanelStatusInfo()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c233 int32_t InitSoftBusChannelModule(ChannelProxy *channelProxy) in InitSoftBusChannelModule()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp299 sptr<InputDataChannelProxy> channelProxy = new InputDataChannelProxy(channelObject); variable