Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp1529 const char *helloWorld = "Hello world"; variable
1555 EXPECT_EQ(strcmp(content, helloWorld), 0);
1574 const char *helloWorld = "Hello world"; variable
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
1835 EXPECT_EQ(strcmp(content, helloWorld), 0);
[all …]