/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
D | SendRequestTest.cpp | 387 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 …]
|
D | TaskpoolSharedTaskTest.cpp | 314 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 …]
|
D | SendResponseTest.cpp | 371 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 …]
|
D | TaskpoolSpecifiedTaskTest.cpp | 283 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);
|
D | TaskpoolSingleTaskTest.cpp | 366 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 …]
|
D | SendShareRequestTest.cpp | 374 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/ |
D | sendrequest_func_test.c | 445 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 …]
|
D | taskpool_sharedtask_func_test.c | 309 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 …]
|
D | sendresponse_func_test.c | 359 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 …]
|
D | taskpool_specifiedtask_func_test.c | 279 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);
|
D | taskpool_singletask_func_test.c | 355 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 …]
|
D | sendsharerequest_func_test.c | 381 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/ |
D | attest_network.c | 738 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/ |
D | reset.css | 16 html, body, div, span, object, iframe, selector 36 body { selector
|
D | tongz.css | 17 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/ |
D | web.ets | 144 …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/ |
D | PasteBoardEtsunitTest.ets | 310 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/ |
D | WebPage.ets | 264 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/ |
D | WebPageg.ets | 264 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/ |
D | web.ets | 106 …"<html><head><title>baidu</title></head><body bgcolor=\"white\">Source:<pre>source</pre></body></h…
|