Home
last modified time | relevance | path

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

/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DSendRequestTest.cpp387 char body[] = "I wanna async call good result!"; variable
388 request.len = strlen(body) + 1;
393 errno_t error = strcpy_s((char *)request.data, request.len, body);
408 ASSERT_EQ(strcmp(feature->latestRequest, body), 0);
427 char body[] = "I wanna async call good result!"; variable
428 request.len = (uint32_t)(strlen(body) + 1);
433 errno_t error = strcpy_s((char *)request.data, request.len, body);
448 ASSERT_EQ(strcmp(feature->latestRequest, body), 0);
466 char body[] = "I wanna async call good result!"; variable
467 request.len = (uint32_t)(strlen(body) + 1);
[all …]
DTaskpoolSharedTaskTest.cpp314 char *body = (char*)"I wanna async call good result!"; variable
315 request.len = (uint32_t)(strlen(body) + 1);
320 errno_t error = strcpy_s((char *)request.data, request.len, body);
370 char *body = (char*)"I wanna async call good result!"; variable
371 request.len = (uint32_t)(strlen(body) + 1);
376 errno_t error = strcpy_s((char *)request.data, request.len, body);
422 char *body = (char*)"I want to call defaultFeature!"; variable
423 request.len = (uint32_t)(strlen(body) + 1);
428 errno_t error = strcpy_s((char *)request.data, request.len, body);
439 request2.len = (uint32_t)(strlen(body) + 1);
[all …]
DSendResponseTest.cpp371 char *body = (char*)"I wanna async call good result!"; variable
372 request.len = strlen(body) + 1;
377 errno_t error = strcpy_s((char *)request.data, request.len, body);
406 char *body = (char*)"I wanna async call good result!"; variable
407 request.len = strlen(body) + 1;
412 errno_t error = strcpy_s((char *)request.data, request.len, body);
440 char *body = (char*)"I wanna async call good result!"; variable
441 request.len = strlen(body) + 1;
446 errno_t error = strcpy_s((char *)request.data, request.len, body);
474 char *body = (char*)"I wanna async call good result!"; variable
[all …]
DTaskpoolSpecifiedTaskTest.cpp283 char *body = (char*)"I wanna async call good result!"; variable
284 request.len = (uint32_t)(strlen(body) + 1);
289 errno_t error = strcpy_s((char *)request.data, request.len, body);
339 char *body = (char*)"I wanna async call good result!"; variable
340 request.len = (uint32_t)(strlen(body) + 1);
345 errno_t error = strcpy_s((char *)request.data, request.len, body);
391 char *body = (char*)"I want to call defaultFeature!"; variable
392 request.len = (uint32_t)(strlen(body) + 1);
397 errno_t error = strcpy_s((char *)request.data, request.len, body);
DTaskpoolSingleTaskTest.cpp366 char *body = (char*)"I wanna async call good result!"; variable
367 request.len = (uint32_t)(strlen(body) + 1);
372 errno_t error = strcpy_s((char *)request.data, request.len, body);
422 char *body = (char*)"I wanna async call good result!"; variable
423 request.len = (uint32_t)(strlen(body) + 1);
428 errno_t error = strcpy_s((char *)request.data, request.len, body);
477 char *body = (char*)"I wanna async call good result!"; variable
478 request.len = (uint32_t)(strlen(body) + 1);
483 errno_t error = strcpy_s((char *)request.data, request.len, body);
532 char *body = (char*)"I wanna async call good result!"; variable
[all …]
DSendShareRequestTest.cpp374 char *body = (char*)"I wanna async call good result!"; variable
375 request.len = (int16)(strlen(body) + 1);
380 errno_t error = strcpy_s((char *)request.data, request.len, body);
412 char *body = (char*)"I wanna async call good result!"; variable
413 request.len = (int16)(strlen(body) + 1);
418 errno_t error = strcpy_s((char *)request.data, request.len, body);
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
Dsendrequest_func_test.c445 char *body = "I wanna async call good result!"; variable
446 request.len = (int16)(strlen(body) + 1);
451 strcpy_s(request.data, request.len, body);
465 TEST_ASSERT_EQUAL_INT(strcmp(feature->latestRequest, body), 0);
482 char *body = "I wanna async call good result!"; variable
483 request.len = (int16)(strlen(body) + 1);
488 strcpy_s(request.data, request.len, body);
502 TEST_ASSERT_EQUAL_INT(strcmp(feature->latestRequest, body), 0);
519 char *body = "I wanna async call good result!"; variable
520 request.len = (int16)(strlen(body) + 1);
[all …]
Dtaskpool_sharedtask_func_test.c309 char *body = "I wanna async call good result!"; variable
310 request.len = (int16)(strlen(body) + 1);
315 strcpy_s(request.data, request.len, body);
360 char *body = "I wanna async call good result!"; variable
361 request.len = (int16)(strlen(body) + 1);
366 strcpy_s(request.data, request.len, body);
407 char *body = "I want to call defaultFeature!"; variable
408 request.len = (int16)(strlen(body) + 1);
413 strcpy_s(request.data, request.len, body);
421 request2.len = (int16)(strlen(body) + 1);
[all …]
Dsendresponse_func_test.c359 char *body = "I wanna async call good result!"; variable
360 request.len = (int16)(strlen(body) + 1);
365 strcpy_s(request.data, request.len, body);
391 char *body = "I wanna async call good result!"; variable
392 request.len = (int16)(strlen(body) + 1);
397 strcpy_s(request.data, request.len, body);
423 char *body = "I wanna async call good result!"; variable
424 request.len = (int16)(strlen(body) + 1);
429 strcpy_s(request.data, request.len, body);
455 char *body = "I wanna async call good result!"; variable
[all …]
Dtaskpool_specifiedtask_func_test.c279 char *body = "I wanna async call good result!"; variable
280 request.len = (int16)(strlen(body) + 1);
285 strcpy_s(request.data, request.len, body);
330 char *body = "I wanna async call good result!"; variable
331 request.len = (int16)(strlen(body) + 1);
336 strcpy_s(request.data, request.len, body);
377 char *body = "I want to call defaultFeature!"; variable
378 request.len = (int16)(strlen(body) + 1);
383 strcpy_s(request.data, request.len, body);
Dtaskpool_singletask_func_test.c355 char *body = "I wanna async call good result!"; variable
356 request.len = (int16)(strlen(body) + 1);
361 strcpy_s(request.data, request.len, body);
411 char *body = "I wanna async call good result!"; variable
412 request.len = (int16)(strlen(body) + 1);
417 strcpy_s(request.data, request.len, body);
466 char *body = "I wanna async call good result!"; variable
467 request.len = (int16)(strlen(body) + 1);
472 strcpy_s(request.data, request.len, body);
521 char *body = "I wanna async call good result!"; variable
[all …]
Dsendsharerequest_func_test.c381 char *body = "I wanna async call good result!"; variable
382 request.len = (int16)(strlen(body) + 1);
387 strcpy_s(request.data, request.len, body);
401 TEST_ASSERT_EQUAL_INT(strcmp(feature->latestRequest, body), 0);
418 char *body = "I wanna async call good result!"; variable
419 request.len = (int16)(strlen(body) + 1);
424 strcpy_s(request.data, request.len, body);
/test/xts/device_attest/services/core/network/
Dattest_network.c738 static int32_t BuildHttpsMsg(char *header, char *body, char **outMsg) in BuildHttpsMsg() argument
740 if (header == NULL || body == NULL || outMsg == NULL) { in BuildHttpsMsg()
746 uint32_t bodyLen = strlen(body); in BuildHttpsMsg()
765 ret = memcpy_s(msg + headerLen, msgLen - headerLen, body, bodyLen); in BuildHttpsMsg()
784 char *body = NULL; in GenHttpsMsg() local
787 retCode = BuildHttpsBody(devPacket, actionType, &body); in GenHttpsMsg()
792 retCode = BuildHttpsHead(devPacket, strlen(body), actionType, &header); in GenHttpsMsg()
797 retCode = BuildHttpsMsg(header, body, &msg); in GenHttpsMsg()
804 ATTEST_MEM_FREE(body); in GenHttpsMsg()
925 char *body = (char *)ATTEST_MEM_MALLOC(contentLen + 1); in ParseHttpsResp() local
[all …]
/test/xts/acts/arkui/ace_ets_webView/entry/src/main/resources/rawfile/css/
Dreset.css16 html, body, div, span, object, iframe, selector
36 body { selector
Dtongz.css17 body,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,form,table,tr,td,p{ margin:0;padding:0;} selector
18 body{ font-family:'����';} selector
/test/xts/acts/arkui/ace_ets_web_dev_two/entry/src/main/ets/MainAbility/pages/
Dweb.ets144 …data: "<html><head><title>index</title></head><body bgcolor=\"white\">Source:<pre>source</pre</bod…
/test/xts/acts/distributeddatamgr/Pasteboardjsapitest/entry/src/main/ets/test/
DPasteBoardEtsunitTest.ets310 var htmlText = '<html><head></head><body>Hello World!</body></html>';
914 var htmlText = '<html><head></head><body>Hello World!</body></html>'
1028 var htmlText = '<html><head></head><body>Hello World!</body></html>'
1409 var htmlText = '<html><head></head><body>Hello World!</body></html>'
1527 var htmlText = '<html><head></head><body>Hello World!</body></html>'
1547 var htmlText1 = '<html><head></head><body>Hello World 1</body></html>'
2334 var htmlText = '<html><head></head><body>Hello World!</body></html>'
2582 var htmlText = '<html><head></head><body>Hello World!</body></html>'
2886 var htmlText = '<html><head></head><body>Hello World!</body></html>'
3071 htmlText = '<html><head></head><body>Hello World!</body></html>'
[all …]
/test/xts/acts/arkui/ace_ets_test/entry/src/main/ets/MainAbility/pages/components/
DWebPage.ets264 data: "<html><body bgcolor=\"white\">Source : <pre> source:</pre></body></html>",
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/conponentadd/
DWebPageg.ets264 data: "<html><body bgcolor=\"white\">Source : <pre> source:</pre></body></html>",
/test/xts/acts/arkui/ace_ets_web_dev_three/entry/src/main/ets/MainAbility/pages/
Dweb.ets106 …"<html><head><title>baidu</title></head><body bgcolor=\"white\">Source:<pre>source</pre></body></h…