Searched refs:OnSwitchInput (Results 1 – 7 of 7) sorted by relevance
95 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
41 int32_t InputClientProxy::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput() function in OHOS::MiscServices::InputClientProxy
43 virtual int32_t OnSwitchInput(const Property &property, const SubProperty &subProperty) = 0;
39 int32_t OnSwitchInput(const Property &property, const SubProperty &subProperty) override;
41 int32_t OnSwitchInput(const Property &property, const SubProperty &subProperty) override;
74 mClient->OnSwitchInput(property, subProperty); in TestOnSwitchInput()
836 int32_t ret = clientInfo->client->OnSwitchInput(property, subProperty); in NotifyImeChangeToClients()