Home
last modified time | relevance | path

Searched refs:agentObject (Results 1 - 7 of 7) sorted by relevance

/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
H A Dperusersession_fuzzer.cpp103 sptr<IRemoteObject> agentObject = nullptr; in FuzzPerUserSession() local
105 userSessions->OnStartInput(clientInfo, agentObject); in FuzzPerUserSession()
107 userSessions->OnStartInput(clientInfo, agentObject); in FuzzPerUserSession()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp143 void ImeSystemCmdChannel::OnConnectCmdReady(const sptr<IRemoteObject> &agentObject) in OnConnectCmdReady() argument
145 if (agentObject == nullptr) { in OnConnectCmdReady()
146 IMSA_HILOGE("agentObject is nullptr!"); in OnConnectCmdReady()
155 systemAgent_ = new (std::nothrow) InputMethodAgentProxy(agentObject); in OnConnectCmdReady()
165 if (!agentObject->AddDeathRecipient(agentDeathRecipient_)) { in OnConnectCmdReady()
H A Dinput_method_controller.cpp997 void InputMethodController::OnInputReady(sptr<IRemoteObject> agentObject) in OnInputReady() argument
1002 if (agentObject == nullptr) { in OnInputReady()
1003 IMSA_HILOGE("agentObject is nullptr!"); in OnInputReady()
1006 SetAgent(agentObject); in OnInputReady()
1319 void InputMethodController::SetAgent(sptr<IRemoteObject> &agentObject) in SetAgent() argument
1322 if (agent_ != nullptr && agentObject_.GetRefPtr() == agentObject.GetRefPtr()) { in SetAgent()
1326 agent_ = std::make_shared<InputMethodAgentProxy>(agentObject); in SetAgent()
1327 agentObject_ = agentObject; in SetAgent()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h88 void OnConnectCmdReady(const sptr<IRemoteObject> &agentObject);
H A Dinput_method_controller.h528 void OnInputReady(sptr<IRemoteObject> agentObject);
846 void SetAgent(sptr<IRemoteObject> &agentObject);
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp160 auto agentObject = data.ReadRemoteObject(); in SetCoreAndAgentOnRemote() local
161 if (agentObject == nullptr) { in SetCoreAndAgentOnRemote()
162 IMSA_HILOGE("agentObject is nullptr!"); in SetCoreAndAgentOnRemote()
165 int32_t ret = SetCoreAndAgent(iface_cast<IInputMethodCore>(coreObject), agentObject); in SetCoreAndAgentOnRemote()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp1584 sptr<IRemoteObject> agentObject = nullptr; in HWTEST_F() local
1585 inputMethodController_->OnInputReady(agentObject); in HWTEST_F()

Completed in 10 milliseconds