Lines Matching refs:userId

77     std::string GetDumpInfo(int32_t userId);
78 std::shared_ptr<ImeNativeCfg> GetImeToStart(int32_t userId);
80 int32_t userId, const std::string &bundleName, const std::string &extName = "");
81 std::shared_ptr<Property> GetCurrentInputMethod(int32_t userId);
82 std::shared_ptr<SubProperty> GetCurrentSubtype(int32_t userId);
83 std::shared_ptr<ImeInfo> GetImeInfo(int32_t userId, const std::string &bundleName, const std::string &subName);
84 std::shared_ptr<ImeInfo> GetDefaultImeInfo(int32_t userId);
88 bool GetImeAppId(int32_t userId, const std::string &bundleName, std::string &appId);
89 bool GetImeVersionCode(int32_t userId, const std::string &bundleName, uint32_t &versionCode);
90 int32_t GetDefaultInputMethod(const int32_t userId, std::shared_ptr<Property> &prop, bool isBrief = false);
91 int32_t GetInputMethodConfig(const int32_t userId, AppExecFwk::ElementName &inputMethodConfig);
92 int32_t ListInputMethod(int32_t userId, InputMethodStatus status, std::vector<Property> &props, bool enableOn);
93 int32_t ListInputMethodSubtype(int32_t userId, const std::string &bundleName, std::vector<SubProperty> &subProps);
94 int32_t ListCurrentInputMethodSubtype(int32_t userId, std::vector<SubProperty> &subProps);
95 int32_t GetSwitchInfoBySwitchCount(SwitchInfo &switchInfo, int32_t userId, bool enableOn, uint32_t cacheCount);
101 int32_t QueryFullImeInfo(int32_t userId, std::vector<FullImeInfo> &imeInfos);
102 int32_t GetFullImeInfo(int32_t userId, const std::string &bundleName, FullImeInfo &imeInfo);
103 bool IsInputMethod(int32_t userId, const std::string &bundleName);
104 bool IsRunningIme(int32_t userId, const std::string &bundleName);
105 std::vector<std::string> GetRunningIme(int32_t userId);
106 bool IsDefaultImeSet(int32_t userId);
114 const AppExecFwk::ExtensionAbilityInfo &extension, ImeTargetString target, int32_t userId);
117 const int32_t userId);
118 bool GetBundleInfoByBundleName(int32_t userId, const std::string &bundleName, AppExecFwk::BundleInfo &bundleInfo);
119 std::shared_ptr<ImeInfo> GetImeInfoFromCache(const int32_t userId, const std::string &bundleName,
122 const int32_t userId, const std::string &bundleName, const std::string &subName);
123 int32_t GetExtInfosByBundleName(const int32_t userId, const std::string &bundleName,
126 bool IsImeInstalled(const int32_t userId, const std::string &bundleName, const std::string &extName);
127 std::vector<InputMethodInfo> ListInputMethodInfo(const int32_t userId);
128 int32_t ListInputMethod(const int32_t userId, std::vector<Property> &props);
129 int32_t ListEnabledInputMethod(const int32_t userId, std::vector<Property> &props, bool enableOn);
130 int32_t ListDisabledInputMethod(const int32_t userId, std::vector<Property> &props, bool enableOn);
131 int32_t ListInputMethodSubtype(const int32_t userId,
133 int32_t ListInputMethodSubtype(const int32_t userId, const OHOS::AppExecFwk::ExtensionAbilityInfo &extInfo,
135 int32_t GetSubProperty(int32_t userId, const std::string &subName,
137 int32_t GetSubProperty(int32_t userId, const std::string &subName,
142 bool QueryImeExtInfos(const int32_t userId, std::vector<OHOS::AppExecFwk::ExtensionAbilityInfo> &infos);
145 int32_t userId, const std::vector<OHOS::AppExecFwk::ExtensionAbilityInfo> &extInfos, FullImeInfo &imeInfo);