Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h847 void SetAgent(sptr<IRemoteObject> &agentObject);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp996 SetAgent(agentObject); in OnInputReady()
1309 void InputMethodController::SetAgent(sptr<IRemoteObject> &agentObject) in SetAgent() function in OHOS::MiscServices::InputMethodController
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp167 imc_->SetAgent(agent); in GetIMCAttachIMA()