Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds