Searched refs:hintText (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.h | 359 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 D | accessibility_node.cpp | 575 void AccessibilityNode::SetHintText(const std::string& hintText) in SetHintText() argument 577 hintText_ = hintText; in SetHintText()
|
H A D | accessibility_node.h | 148 void SetHintText(const std::string& hintText);
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_accessibility.cpp | 131 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 D | native_interface_accessibility.h | 477 * @param hintText Indicates the hint text. 483 ArkUI_AccessibilityElementInfo* elementInfo, const char* hintText);
|
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 454 void AccessibilityElementInfo::SetHint(const std::string &hintText) in SetHint() argument 456 hintText_ = hintText; in SetHint()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 1074 * @param hintText the hint information. 1078 void SetHint(const std::string &hintText);
|
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/ |
H A D | accessibleabilityclient_fuzzer.cpp | 196 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 D | napi_accessibility_element.cpp | 36 "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