Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/src/
Dinput_method_system_ability_stub.cpp124 auto agentObject = data.ReadRemoteObject(); in SetCoreAndAgentOnRemote() local
125 if (agentObject == nullptr) { in SetCoreAndAgentOnRemote()
129 …CoreAndAgent(iface_cast<IInputMethodCore>(coreObject), iface_cast<IInputMethodAgent>(agentObject)); in SetCoreAndAgentOnRemote()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp1011 void InputMethodController::OnInputReady(sptr<IRemoteObject> agentObject) in OnInputReady() argument
1015 if (agentObject == nullptr) { in OnInputReady()
1019 if (agentObject_ != nullptr && agentObject_.GetRefPtr() == agentObject.GetRefPtr()) { in OnInputReady()
1023 std::shared_ptr<IInputMethodAgent> agent = std::make_shared<InputMethodAgentProxy>(agentObject); in OnInputReady()
1027 agentObject_ = agentObject; in OnInputReady()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h430 IMF_API void OnInputReady(sptr<IRemoteObject> agentObject);