Home
last modified time | relevance | path

Searched refs:dataChannelProxy_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h114 std::shared_ptr<InputDataChannelProxy> dataChannelProxy_ = nullptr; variable
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_exception_test.cpp50 inputMethodAbility_->dataChannelProxy_ = nullptr; in ResetMemberVar()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp335 dataChannelProxy_ = nullptr; in ClearDataChannel()
786 dataChannelProxy_ = channelProxy; in SetInputDataChannel()
792 return dataChannelProxy_; in GetInputDataChannelProxy()