Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_core_proxy.cpp51 sptr<IRemoteObject> channelObject = inputControlChannel->AsObject(); in InitInputControlChannel() local
52 if (!channelObject) { in InitInputControlChannel()
56 data.WriteRemoteObject(channelObject); in InitInputControlChannel()
Dinput_method_ability.cpp215 sptr<IRemoteObject> channelObject = data->ReadRemoteObject(); in OnInitInputControlChannel() local
216 if (channelObject == nullptr) { in OnInitInputControlChannel()
223 SetInputControlChannel(channelObject); in OnInitInputControlChannel()
231 sptr<IRemoteObject> channelObject = nullptr; in OnShowKeyboard() local
234 if (!ITypesUtil::Unmarshal(*data, channelObject, isShowKeyboard, subProperty)) { in OnShowKeyboard()
238 if (channelObject == nullptr) { in OnShowKeyboard()
242 SetInputDataChannel(channelObject); in OnShowKeyboard()
Dinput_method_core_stub.cpp56 sptr<IRemoteObject> channelObject = data.ReadRemoteObject(); in OnRemoteRequest() local
57 if (!channelObject) { in OnRemoteRequest()
60 … sptr<IInputControlChannel> inputControlChannel = new InputControlChannelProxy(channelObject); in OnRemoteRequest()
/base/inputmethod/imf/services/src/
Dinput_method_system_ability_stub.cpp52 auto channelObject = data.ReadRemoteObject(); in PrepareInputOnRemote() local
53 if (channelObject == nullptr) { in PrepareInputOnRemote()
65 iface_cast<IInputDataChannel>(channelObject), attribute); in PrepareInputOnRemote()
/base/inputmethod/imf/unitest/src/
Dinput_method_ability_test.cpp268 sptr<IRemoteObject> channelObject = data.ReadRemoteObject(); variable
271 sptr<InputDataChannelProxy> channelProxy = new InputDataChannelProxy(channelObject);