Home
last modified time | relevance | path

Searched refs:OnSwitchInput (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_client_stub.cpp95 return reply.WriteInt32(OnSwitchInput(property, subProperty)) ? ErrorCode::NO_ERROR in OnSwitchInputOnRemote()
129 int32_t InputClientStub::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput() function in OHOS::MiscServices::InputClientStub
H A Dinput_client_proxy.cpp41 int32_t InputClientProxy::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput() function in OHOS::MiscServices::InputClientProxy
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Di_input_client.h43 virtual int32_t OnSwitchInput(const Property &property, const SubProperty &subProperty) = 0;
H A Dinput_client_proxy.h39 int32_t OnSwitchInput(const Property &property, const SubProperty &subProperty) override;
H A Dinput_client_stub.h41 int32_t OnSwitchInput(const Property &property, const SubProperty &subProperty) override;
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputclientstub_fuzzer/
H A Dinputclientstub_fuzzer.cpp74 mClient->OnSwitchInput(property, subProperty); in TestOnSwitchInput()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp836 int32_t ret = clientInfo->client->OnSwitchInput(property, subProperty); in NotifyImeChangeToClients()