Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp114 const char* textTmp = editText->GetText(); variable
115 ASSERT_TRUE(textTmp);
116 EXPECT_EQ(strcmp(textTmp, text), 0);
307 const char* textTmp = editText->GetText(); variable
309 if ((textTmp == nullptr) || (valueTmp == nullptr)) {
315 bool ret = strcmp(textTmp, valueTmp);