Lines Matching refs:name
151 * @param name The string formatted by 'bundleName/abilityName'.
155 Accessibility::RetError EnableAbility(const std::string &name, const uint32_t capabilities);
159 * @param name The string formatted by 'bundleName/abilityName'.
162 Accessibility::RetError DisableAbility(const std::string &name);
207 * @brief Set the name of the accessibility ability to be opened by the short key
208 * @param name name The string formatted by 'bundleName/abilityName'
211 Accessibility::RetError SetShortkeyTarget(const std::string &name);
214 * @brief Set the name of the multi accessibility ability to be opened by the short key
215 * @param name name The vector string formatted by 'bundleName/abilityName'
218 Accessibility::RetError SetShortkeyMultiTarget(const std::vector<std::string> &name);
347 * @brief Get the name of the accessibility ability to be opened by the short key
348 * @param name(out) The string formatted by 'bundleName/abilityName'
351 Accessibility::RetError GetShortkeyTarget(std::string &name) const;
354 * @brief Get the name of the multi accessibility ability to be opened by the short key
355 * @param name(out) The vector string formatted by 'bundleName/abilityName'
358 Accessibility::RetError GetShortkeyMultiTarget(std::vector<std::string> &name) const;