Home
last modified time | relevance | path

Searched refs:hintText (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h359 void SetHintText(const std::string& hintText) in SetHintText()
361 this->hintText = hintText; in SetHintText()
366 return hintText; in GetHintText()
480 std::string hintText; member
H A Daccessibility_node.cpp575 void AccessibilityNode::SetHintText(const std::string& hintText) in SetHintText() argument
577 hintText_ = hintText; in SetHintText()
H A Daccessibility_node.h148 void SetHintText(const std::string& hintText);
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.cpp131 ArkUI_AccessibilityElementInfo* elementInfo, const char* hintText) in OH_ArkUI_AccessibilityElementInfoSetHintText()
134 CHECK_NULL_RETURN(hintText, ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER); in OH_ArkUI_AccessibilityElementInfoSetHintText()
135 elementInfo->SetHintText(hintText); in OH_ArkUI_AccessibilityElementInfoSetHintText()
130 OH_ArkUI_AccessibilityElementInfoSetHintText( ArkUI_AccessibilityElementInfo* elementInfo, const char* hintText) OH_ArkUI_AccessibilityElementInfoSetHintText() argument
H A Dnative_interface_accessibility.h477 * @param hintText Indicates the hint text.
483 ArkUI_AccessibilityElementInfo* elementInfo, const char* hintText);
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp454 void AccessibilityElementInfo::SetHint(const std::string &hintText) in SetHint() argument
456 hintText_ = hintText; in SetHint()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1074 * @param hintText the hint information.
1078 void SetHint(const std::string &hintText);
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp196 std::string hintText(name); in GenerateAccessibilityElementInfoP2()
197 sourceElementInfo.SetHint(hintText); in GenerateAccessibilityElementInfoP2()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp36 "bundleName", "componentType", "inputType", "text", "hintText", "description", "triggerAction",
56 {"hintText", &NAccessibilityElement::GetElementInfoHintText},
1155 napi_value hintText = nullptr; in GetElementInfoAllAttribute1() local
1156 GetElementInfoHintText(callbackInfo, hintText); in GetElementInfoAllAttribute1()
1157 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "hintText", hintText)); in GetElementInfoAllAttribute1()

Completed in 16 milliseconds