Home
last modified time | relevance | path

Searched refs:SetInputDataChannel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_exception_test.cpp275 inputMethodAbility_->SetInputDataChannel(channelObject->AsObject());
309 inputMethodAbility_->SetInputDataChannel(channelObject->AsObject());
H A Dinput_method_ability_test.cpp170 inputMethodAbility_->SetInputDataChannel(channel->AsObject()); in GetIMCAttachIMA()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h133 void SetInputDataChannel(const sptr<IRemoteObject> &object);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp279 SetInputDataChannel(clientInfo.channel); in StartInput()
776 void InputMethodAbility::SetInputDataChannel(const sptr<IRemoteObject> &object) in SetInputDataChannel() function in OHOS::MiscServices::InputMethodAbility