Home
last modified time | relevance | path

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

/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() argument
248 proxy.onBytesReceived = channelProxy->onBytesReceived; in InitSoftBusChannelModule()
249 proxy.onChannelOpened = channelProxy->onChannelOpened; in InitSoftBusChannelModule()
250 proxy.onChannelClosed = channelProxy->onChannelClosed; in InitSoftBusChannelModule()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp699 auto channelProxy = std::make_shared<InputDataChannelProxy>(object); in SetInputDataChannel() local
700 if (channelProxy == nullptr) { in SetInputDataChannel()
705 dataChannelProxy_ = channelProxy; in SetInputDataChannel()
718 std::shared_ptr<InputControlChannelProxy> channelProxy = std::make_shared<InputControlChannelProxy>(object); in SetInputControlChannel() local
719 if (channelProxy == nullptr) { in SetInputControlChannel()
720 IMSA_HILOGD("channelProxy is nullptr!"); in SetInputControlChannel()
723 controlChannel_ = channelProxy; in SetInputControlChannel()
1106 auto channelProxy = std::make_shared<InputDataChannelProxy>(channel); in OnClientInactive() local
1107 if (channelProxy == nullptr) { in OnClientInactive()
1115 panels_.ForEach([this, &channelProxy](cons in OnClientInactive()
1244 NotifyPanelStatusInfo( const PanelStatusInfo &info, std::shared_ptr<InputDataChannelProxy> &channelProxy) NotifyPanelStatusInfo() argument
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h161 void NotifyPanelStatusInfo(const PanelStatusInfo &info, std::shared_ptr<InputDataChannelProxy> &channelProxy);
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp284 sptr<InputDataChannelProxy> channelProxy = new InputDataChannelProxy(channelObject); in HWTEST_F() local

Completed in 5 milliseconds