Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp699 imc->agentObject_ = data.ReadRemoteObject();
704 EXPECT_NE(imc->agentObject_, nullptr);
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h857 sptr<IRemoteObject> agentObject_ = nullptr; variable
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp1004 agentObject_ = nullptr; in OnInputStop()
1312 if (agent_ != nullptr && agentObject_.GetRefPtr() == agentObject.GetRefPtr()) { in SetAgent()
1317 agentObject_ = agentObject; in SetAgent()