Lines Matching refs:helloWorld
1529 const char *helloWorld = "Hello world"; variable
1547 OH_UdsPlainText_SetContent(plainText, helloWorld);
1555 EXPECT_EQ(strcmp(content, helloWorld), 0);
1574 const char *helloWorld = "Hello world"; variable
1583 OH_UdsPlainText_SetContent(plainText, helloWorld);
1649 const char *helloWorld = "<p>Hello world</p>"; variable
1667 OH_UdsHtml_SetContent(html, helloWorld);
1675 EXPECT_EQ(strcmp(content, helloWorld), 0);
1694 const char *helloWorld = "<p>Hello world</p>"; variable
1703 OH_UdsHtml_SetContent(html, helloWorld);
1820 const char *helloWorld = "Hello world"; variable
1825 OH_UdsPlainText_SetContent(plainText, helloWorld);
1835 EXPECT_EQ(strcmp(content, helloWorld), 0);
1853 EXPECT_EQ(strcmp(content2, helloWorld), 0);