Lines Matching full:userid
78 std::string GetDumpInfo(int32_t userId);
79 std::shared_ptr<ImeNativeCfg> GetImeToStart(int32_t userId);
81 int32_t userId, const std::string &bundleName, const std::string &extName = "");
82 std::shared_ptr<Property> GetCurrentInputMethod(int32_t userId);
83 std::shared_ptr<SubProperty> GetCurrentSubtype(int32_t userId);
84 …std::shared_ptr<ImeInfo> GetImeInfo(int32_t userId, const std::string &bundleName, const std::stri…
85 std::shared_ptr<ImeInfo> GetDefaultImeInfo(int32_t userId);
90 bool GetImeAppId(int32_t userId, const std::string &bundleName, std::string &appId);
91 bool GetImeVersionCode(int32_t userId, const std::string &bundleName, uint32_t &versionCode);
92 …int32_t GetDefaultInputMethod(const int32_t userId, std::shared_ptr<Property> &prop, bool isBrief …
93 int32_t GetInputMethodConfig(const int32_t userId, AppExecFwk::ElementName &inputMethodConfig);
94 …int32_t ListInputMethod(int32_t userId, InputMethodStatus status, std::vector<Property> &props, bo…
95 …int32_t ListInputMethodSubtype(int32_t userId, const std::string &bundleName, std::vector<SubPrope…
96 int32_t ListCurrentInputMethodSubtype(int32_t userId, std::vector<SubProperty> &subProps);
97 …int32_t GetSwitchInfoBySwitchCount(SwitchInfo &switchInfo, int32_t userId, bool enableOn, uint32_t…
103 int32_t QueryFullImeInfo(int32_t userId, std::vector<FullImeInfo> &imeInfos);
104 int32_t GetFullImeInfo(int32_t userId, const std::string &bundleName, FullImeInfo &imeInfo);
105 bool IsInputMethod(int32_t userId, const std::string &bundleName);
106 bool IsRunningIme(int32_t userId, const std::string &bundleName);
107 std::vector<std::string> GetRunningIme(int32_t userId);
108 bool IsDefaultImeSet(int32_t userId);
116 const AppExecFwk::ExtensionAbilityInfo &extension, ImeTargetString target, int32_t userId);
118 const int32_t userId);
119 …bool GetBundleInfoByBundleName(int32_t userId, const std::string &bundleName, AppExecFwk::BundleIn…
120 … std::shared_ptr<ImeInfo> GetImeInfoFromCache(const int32_t userId, const std::string &bundleName,
123 const int32_t userId, const std::string &bundleName, const std::string &subName);
124 int32_t GetExtInfosByBundleName(const int32_t userId, const std::string &bundleName,
127 …bool IsImeInstalled(const int32_t userId, const std::string &bundleName, const std::string &extNam…
128 std::vector<InputMethodInfo> ListInputMethodInfo(const int32_t userId);
129 int32_t ListInputMethod(const int32_t userId, std::vector<Property> &props);
130 … int32_t ListEnabledInputMethod(const int32_t userId, std::vector<Property> &props, bool enableOn);
131 …int32_t ListDisabledInputMethod(const int32_t userId, std::vector<Property> &props, bool enableOn);
132 int32_t ListInputMethodSubtype(const int32_t userId,
134 …int32_t ListInputMethodSubtype(const int32_t userId, const OHOS::AppExecFwk::ExtensionAbilityInfo …
136 int32_t GetSubProperty(int32_t userId, const std::string &subName,
138 int32_t GetSubProperty(int32_t userId, const std::string &subName,
143 …bool QueryImeExtInfos(const int32_t userId, std::vector<OHOS::AppExecFwk::ExtensionAbilityInfo> &i…
146 …int32_t userId, const std::vector<OHOS::AppExecFwk::ExtensionAbilityInfo> &extInfos, FullImeInfo &…