Searched refs:channelObject (Results 1 – 5 of 5) sorted by relevance
51 sptr<IRemoteObject> channelObject = inputControlChannel->AsObject(); in InitInputControlChannel() local52 if (!channelObject) { in InitInputControlChannel()56 data.WriteRemoteObject(channelObject); in InitInputControlChannel()
215 sptr<IRemoteObject> channelObject = data->ReadRemoteObject(); in OnInitInputControlChannel() local216 if (channelObject == nullptr) { in OnInitInputControlChannel()223 SetInputControlChannel(channelObject); in OnInitInputControlChannel()231 sptr<IRemoteObject> channelObject = nullptr; in OnShowKeyboard() local234 if (!ITypesUtil::Unmarshal(*data, channelObject, isShowKeyboard, subProperty)) { in OnShowKeyboard()238 if (channelObject == nullptr) { in OnShowKeyboard()242 SetInputDataChannel(channelObject); in OnShowKeyboard()
56 sptr<IRemoteObject> channelObject = data.ReadRemoteObject(); in OnRemoteRequest() local57 if (!channelObject) { in OnRemoteRequest()60 … sptr<IInputControlChannel> inputControlChannel = new InputControlChannelProxy(channelObject); in OnRemoteRequest()
52 auto channelObject = data.ReadRemoteObject(); in PrepareInputOnRemote() local53 if (channelObject == nullptr) { in PrepareInputOnRemote()65 iface_cast<IInputDataChannel>(channelObject), attribute); in PrepareInputOnRemote()
268 sptr<IRemoteObject> channelObject = data.ReadRemoteObject(); variable271 sptr<InputDataChannelProxy> channelProxy = new InputDataChannelProxy(channelObject);