Home
last modified time | relevance | path

Searched refs:GetErrorText (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.h60 std::string GetErrorText() const override;
H A Dtext_field_accessibility_property.cpp161 std::string TextFieldAccessibilityProperty::GetErrorText() const in GetErrorText() function in OHOS::Ace::NG::TextFieldAccessibilityProperty
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_async_call.cpp149 GetErrorText(errorIndex).c_str(), errorIndex); in OnComplete()
179 std::string PrintAsyncCall::GetErrorText(uint32_t code) in GetErrorText() function in OHOS::Print::PrintAsyncCall
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dscan_async_call.cpp166 GetErrorText(errorIndex).c_str(), errorIndex); in OnComplete()
196 std::string ScanAsyncCall::GetErrorText(uint32_t code) in GetErrorText() function in OHOS::Scan::ScanAsyncCall
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_async_call.h104 static std::string GetErrorText(uint32_t code);
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dscan_async_call.h109 static std::string GetErrorText(uint32_t code);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h193 virtual std::string GetErrorText() const in GetErrorText() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h477 const std::string& GetErrorText() const in GetErrorText() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp236 EXPECT_EQ(props.GetErrorText(), "");
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp348 nodeInfo.SetError(node->GetErrorText()); in UpdateAccessibilityNodeInfo()
1398 nodeInfo.SetError(accessibilityProperty->GetErrorText()); in UpdateAccessibilityElementInfo()
3165 DumpLog::GetInstance().AddDesc("error text: ", node->GetErrorText()); in DumpProperty()