Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp1575 const char *helloWorld2 = "Hello world2"; variable
1588 OH_UdsPlainText_SetContent(plainText2, helloWorld2);
1600 EXPECT_EQ(strcmp(content2, helloWorld2), 0);
1695 const char *helloWorld2 = "<p>Hello world2</p>"; variable
1708 OH_UdsHtml_SetContent(html2, helloWorld2);
1720 EXPECT_EQ(strcmp(content2, helloWorld2), 0);
1821 const char *helloWorld2 = "Hello world2"; variable
1839 OH_UdsPlainText_SetContent(plainText3, helloWorld2);
1859 EXPECT_EQ(strcmp(content3, helloWorld2), 0);