Searched refs:StopInputService (Results 1 – 11 of 11) sorted by relevance
52 virtual void StopInputService(std::string imeId) = 0;
42 void StopInputService(std::string imeId) override;
46 void StopInputService(std::string imeId) override;
65 StopInputService(Str16ToStr8(data.ReadString16())); in OnRemoteRequest()109 void InputMethodCoreStub::StopInputService(std::string imeId) in StopInputService() function in OHOS::MiscServices::InputMethodCoreStub
51 void InputMethodCoreProxy::StopInputService(std::string imeId) in StopInputService() function in OHOS::MiscServices::InputMethodCoreProxy
107 userSessions->StopInputService(str); in FuzzPerUserSession()
82 void StopInputService(std::string imeId);
99 void StopInputService(const std::string &imeId);
207 void InputMethodSystemAbility::StopInputService(const std::string &imeId) in StopInputService() function in OHOS::MiscServices::InputMethodSystemAbility210 userSession_->StopInputService(imeId); in StopInputService()454 StopInputService(currentIme); in SwitchExtension()596 StopInputService(currentIme); in OnUserStarted()
421 void PerUserSession::StopInputService(std::string imeId) in StopInputService() function in OHOS::MiscServices::PerUserSession431 core->StopInputService(imeId); in StopInputService()
202 userSession->StopInputService("test");