Searched refs:helloWorld (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/ |
H A D | napi_init.cpp | 111 const char *helloWorld = "Hello world";
in OH_UdmfData_GetPrimaryPlainText_0007() local 115 OH_UdsPlainText_SetContent(plainText, helloWorld);
in OH_UdmfData_GetPrimaryPlainText_0007() 125 napi_create_int32(env, result == UDMF_E_OK && strcmp(content, helloWorld) == 0, &returnCode);
in OH_UdmfData_GetPrimaryPlainText_0007() 185 const char *helloWorld = "Hello world";
in OH_UdmfData_GetPrimaryHtml_0007() local 189 OH_UdsHtml_SetContent(html, helloWorld);
in OH_UdmfData_GetPrimaryHtml_0007() 198 napi_create_int32(env, result == UDMF_E_OK && strcmp(content, helloWorld) == 0, &returnCode);
in OH_UdmfData_GetPrimaryHtml_0007() 338 const char *helloWorld = "Hello world";
in OH_UdmfData_GetRecord009() local 342 OH_UdsPlainText_SetContent(plainText, helloWorld);
in OH_UdmfData_GetRecord009() 353 napi_create_int32(env, strcmp(content, helloWorld) == 0 &&
in OH_UdmfData_GetRecord009() 364 const char *helloWorld in OH_UdmfData_GetRecord010() local [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk.cpp | 335 char helloWorld[] = "hello world!";
in FgetsChk() local 336 FILE *fp = fmemopen(helloWorld, sizeof(helloWorld), "r");
in FgetsChk()
|
Completed in 4 milliseconds