Home
last modified time | relevance | path

Searched defs:channelObject (Results 1 – 4 of 4) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_ability_exception_test.cpp274 sptr<InputDataChannelStub> channelObject = new InputDataChannelStub(); variable
308 sptr<InputDataChannelStub> channelObject = new InputDataChannelStub(); variable
Dinput_method_ability_test.cpp296 sptr<IRemoteObject> channelObject = data.ReadRemoteObject(); variable
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_core_stub.cpp89 sptr<IRemoteObject> channelObject = data.ReadRemoteObject(); in InitInputControlChannelOnRemote() local
136 sptr<IRemoteObject> channelObject = nullptr; in OnConnectSystemCmdOnRemote() local
Dinput_method_ability.cpp261 sptr<IRemoteObject> channelObject = data->ReadRemoteObject(); in OnInitInputControlChannel() local
340 int32_t InputMethodAbility::StopInput(const sptr<IRemoteObject> &channelObject) in StopInput()