• Home
  • Raw
  • Download

Lines Matching refs:InputMethodSystemAbility

44 REGISTER_SYSTEM_ABILITY_BY_ID(InputMethodSystemAbility, INPUT_METHOD_SYSTEM_ABILITY_ID, true);
51 std::shared_ptr<AppExecFwk::EventHandler> InputMethodSystemAbility::serviceHandler_;
53 InputMethodSystemAbility::InputMethodSystemAbility(int32_t systemAbilityId, bool runOnCreate) in InputMethodSystemAbility() function in OHOS::MiscServices::InputMethodSystemAbility
58 InputMethodSystemAbility::InputMethodSystemAbility() : state_(ServiceRunningState::STATE_NOT_START) in InputMethodSystemAbility() function in OHOS::MiscServices::InputMethodSystemAbility
62 InputMethodSystemAbility::~InputMethodSystemAbility() in ~InputMethodSystemAbility()
71 void InputMethodSystemAbility::OnStart() in OnStart()
93 std::bind(&InputMethodSystemAbility::DumpAllMethod, this, std::placeholders::_1)); in OnStart()
98 int InputMethodSystemAbility::Dump(int fd, const std::vector<std::u16string> &args) in Dump()
109 void InputMethodSystemAbility::DumpAllMethod(int fd) in DumpAllMethod()
131 int32_t InputMethodSystemAbility::Init() in Init()
155 void InputMethodSystemAbility::OnStop() in OnStop()
162 void InputMethodSystemAbility::InitServiceHandler() in InitServiceHandler()
179 void InputMethodSystemAbility::Initialize() in Initialize()
188 void InputMethodSystemAbility::StartUserIdListener() in StartUserIdListener()
202 bool InputMethodSystemAbility::StartInputService(const std::string &imeId) in StartInputService()
207 void InputMethodSystemAbility::StopInputService(const std::string &imeId) in StopInputService()
213 int32_t InputMethodSystemAbility::PrepareInput(InputClientInfo &clientInfo) in PrepareInput()
228 int32_t InputMethodSystemAbility::GenerateClientInfo(InputClientInfo &clientInfo) in GenerateClientInfo()
245 int32_t InputMethodSystemAbility::ReleaseInput(sptr<IInputClient> client) in ReleaseInput()
254 int32_t InputMethodSystemAbility::StartInput(sptr<IInputClient> client, bool isShowKeyboard, bool a… in StartInput()
269 int32_t InputMethodSystemAbility::StopInput(sptr<IInputClient> client) in StopInput()
284 int32_t InputMethodSystemAbility::StopInputSession() in StopInputSession()
295 int32_t InputMethodSystemAbility::SetCoreAndAgent(sptr<IInputMethodCore> core, sptr<IInputMethodAge… in SetCoreAndAgent()
313 int32_t InputMethodSystemAbility::HideCurrentInput() in HideCurrentInput()
329 int32_t InputMethodSystemAbility::ShowCurrentInput() in ShowCurrentInput()
346 int32_t InputMethodSystemAbility::PanelStatusChange(const InputWindowStatus &status, const InputWin… in PanelStatusChange()
360 int32_t InputMethodSystemAbility::UpdateListenEventFlag(InputClientInfo &clientInfo, EventType even… in UpdateListenEventFlag()
375 int32_t InputMethodSystemAbility::DisplayOptionalInputMethod() in DisplayOptionalInputMethod()
384 int32_t InputMethodSystemAbility::SwitchInputMethod(const std::string &bundleName, const std::strin… in SwitchInputMethod()
391 int32_t InputMethodSystemAbility::OnSwitchInputMethod(const SwitchInfo &switchInfo, bool isCheckPer… in OnSwitchInputMethod()
431 bool InputMethodSystemAbility::IsNeedSwitch(const std::string &bundleName, const std::string &subNa… in IsNeedSwitch()
444 int32_t InputMethodSystemAbility::Switch(const std::string &bundleName, const ImeInfo &info) in Switch()
451 int32_t InputMethodSystemAbility::SwitchExtension(const ImeInfo &info) in SwitchExtension()
467 int32_t InputMethodSystemAbility::SwitchSubType(const ImeInfo &info) in SwitchSubType()
480 int32_t InputMethodSystemAbility::HideCurrentInputDeprecated() in HideCurrentInputDeprecated()
491 int32_t InputMethodSystemAbility::ShowCurrentInputDeprecated() in ShowCurrentInputDeprecated()
502 int32_t InputMethodSystemAbility::DisplayOptionalInputMethodDeprecated() in DisplayOptionalInputMethodDeprecated()
507 std::shared_ptr<Property> InputMethodSystemAbility::GetCurrentInputMethod() in GetCurrentInputMethod()
512 std::shared_ptr<SubProperty> InputMethodSystemAbility::GetCurrentInputMethodSubtype() in GetCurrentInputMethodSubtype()
517 int32_t InputMethodSystemAbility::ListInputMethod(InputMethodStatus status, std::vector<Property> &… in ListInputMethod()
522 int32_t InputMethodSystemAbility::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype()
527 int32_t InputMethodSystemAbility::ListInputMethodSubtype( in ListInputMethodSubtype()
537 void InputMethodSystemAbility::WorkThread() in WorkThread()
581 int32_t InputMethodSystemAbility::OnUserStarted(const Message *msg) in OnUserStarted()
610 int32_t InputMethodSystemAbility::OnUserRemoved(const Message *msg) in OnUserRemoved()
630 int32_t InputMethodSystemAbility::OnPackageRemoved(const Message *msg) in OnPackageRemoved()
662 int32_t InputMethodSystemAbility::OnDisplayOptionalInputMethod() in OnDisplayOptionalInputMethod()
677 int32_t InputMethodSystemAbility::SwitchByCombinationKey(uint32_t state) in SwitchByCombinationKey()
696 int32_t InputMethodSystemAbility::SwitchMode() in SwitchMode()
717 int32_t InputMethodSystemAbility::SwitchLanguage() in SwitchLanguage()
741 int32_t InputMethodSystemAbility::SwitchType() in SwitchType()
760 int32_t InputMethodSystemAbility::InitKeyEventMonitor() in InitKeyEventMonitor()
768 bool InputMethodSystemAbility::InitFocusChangeMonitor() in InitFocusChangeMonitor()
777 bool InputMethodSystemAbility::CheckBrokerTokenID(AccessTokenID tokenId) in CheckBrokerTokenID()