Searched refs:GetErrorText (Results 1 – 10 of 10) sorted by relevance
60 std::string GetErrorText() const override;
161 std::string TextFieldAccessibilityProperty::GetErrorText() const in GetErrorText() function in OHOS::Ace::NG::TextFieldAccessibilityProperty
149 GetErrorText(errorIndex).c_str(), errorIndex); in OnComplete()179 std::string PrintAsyncCall::GetErrorText(uint32_t code) in GetErrorText() function in OHOS::Print::PrintAsyncCall
166 GetErrorText(errorIndex).c_str(), errorIndex); in OnComplete()196 std::string ScanAsyncCall::GetErrorText(uint32_t code) in GetErrorText() function in OHOS::Scan::ScanAsyncCall
104 static std::string GetErrorText(uint32_t code);
109 static std::string GetErrorText(uint32_t code);
193 virtual std::string GetErrorText() const in GetErrorText() function
477 const std::string& GetErrorText() const in GetErrorText() function
236 EXPECT_EQ(props.GetErrorText(), "");
348 nodeInfo.SetError(node->GetErrorText()); in UpdateAccessibilityNodeInfo()1398 nodeInfo.SetError(accessibilityProperty->GetErrorText()); in UpdateAccessibilityElementInfo()3165 DumpLog::GetInstance().AddDesc("error text: ", node->GetErrorText()); in DumpProperty()