Home
last modified time | relevance | path

Searched refs:hintText (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h360 void SetHintText(const std::string& hintText) in SetHintText()
362 this->hintText = hintText; in SetHintText()
367 return hintText; in GetHintText()
481 std::string hintText; member
H A Daccessibility_node.h216 void SetHintText(const std::string& hintText) in SetHintText() argument
218 hintText_ = hintText; in SetHintText()
/ohos5.0/docs/zh-cn/third-party-cases/
H A Ddiverse-dialogues.md234 private hintText: string;
242 TextInput({ placeholder: this.hintText })
420 hintText: '昵称'
444 hintText: '个性签名'
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.cpp131 ArkUI_AccessibilityElementInfo* elementInfo, const char* hintText) in OH_ArkUI_AccessibilityElementInfoSetHintText() argument
134 CHECK_NULL_RETURN(hintText, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetHintText()
135 elementInfo->SetHintText(hintText); in OH_ArkUI_AccessibilityElementInfoSetHintText()
H A Dnative_interface_accessibility.h487 ArkUI_AccessibilityElementInfo* elementInfo, const char* hintText);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Darkui_native_interface_accessibility.md639 …ssibilityElementInfoSetHintText(ArkUI_AccessibilityElementInfo* elementInfo, const char* hintText);
644 设置Element的hintText
653 | hintText | 提示文本。 |
H A Dnative__interface__accessibility_8h.md65 …md#arkui_accessibilityelementinfo)* elementInfo, const char* hintText); | 设置element的hintText。 …
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp464 void AccessibilityElementInfo::SetHint(const std::string &hintText) in SetHint() argument
466 hintText_ = hintText; in SetHint()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp196 std::string hintText(name); in GenerateAccessibilityElementInfoP2() local
197 sourceElementInfo.SetHint(hintText); in GenerateAccessibilityElementInfoP2()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1079 void SetHint(const std::string &hintText);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp1159 napi_value hintText = nullptr; in GetElementInfoAllAttribute1() local
1160 GetElementInfoHintText(callbackInfo, hintText); in GetElementInfoAllAttribute1()
1161 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "hintText", hintText)); in GetElementInfoAllAttribute1()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__interface__accessibility_8h.md65 …essibility.md#arkui_accessibilityelementinfo)* elementInfo, const char* hintText); | Sets the hint…
H A Darkui_native_interface_accessibility.md637 …ssibilityElementInfoSetHintText(ArkUI_AccessibilityElementInfo* elementInfo, const char* hintText);
651 | hintText | Hint text to set. |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-accessibility.md37 …olean;<br> /**<br> * Indicates the hint text.<br> */<br> 'hintText': string;<br> …
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-accessibility.md37 …olean;<br> /**<br> * Indicates the hint text.<br> */<br> 'hintText': string;<br> …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-accessibility-kit/
H A Djs-apis-inner-application-accessibilityExtensionContext.md51 | hintText | string | 是 |…
/ohos5.0/docs/en/application-dev/reference/apis-accessibility-kit/
H A Djs-apis-inner-application-accessibilityExtensionContext.md51 | hintText | string | Yes …