Searched refs:body2 (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | TaskpoolSingleTaskTest.cpp | 390 char *body2 = (char*)"I want to call defaultFeature!"; in HWTEST_F() local 391 request2.len = (uint32_t)(strlen(body2) + 1); in HWTEST_F() 396 error = strcpy_s((char *)request2.data, request2.len, body2); in HWTEST_F() 445 char *body2 = (char*)"I want to call defaultFeature!"; in HWTEST_F() local 446 request2.len = (uint32_t)(strlen(body2) + 1); in HWTEST_F() 451 error = strcpy_s((char *)request2.data, request2.len, body2); in HWTEST_F() 500 char *body2 = (char*)"I want to call defaultFeature!"; in HWTEST_F() local 501 request2.len = (uint32_t)(strlen(body2) + 1); in HWTEST_F() 506 error = strcpy_s((char *)request2.data, request2.len, body2); in HWTEST_F() 555 char *body2 in HWTEST_F() local [all...] |
H A D | TaskpoolSpecifiedTaskTest.cpp | 307 char *body2 = (char*)"I want to call defaultFeature!"; in HWTEST_F() local 308 request2.len = (uint32_t)(strlen(body2) + 1); in HWTEST_F() 313 error = strcpy_s((char *)request2.data, request2.len, body2); in HWTEST_F() 363 char *body2 = (char*)"I want to call defaultFeature!"; in HWTEST_F() local 364 request2.len = (uint32_t)(strlen(body2) + 1); in HWTEST_F() 369 error = strcpy_s((char *)request2.data, request2.len, body2); in HWTEST_F() 408 char *body2 = (char*)"I want to call defaultFeature!"; in HWTEST_F() local 409 request2.len = (uint32_t)(strlen(body2) + 1); in HWTEST_F() 414 error = strcpy_s((char *)request2.data, request2.len, body2); in HWTEST_F()
|
H A D | TaskpoolSharedTaskTest.cpp | 338 char *body2 = (char*)"I want to call defaultFeature!"; in HWTEST_F() local 339 request2.len = (uint32_t)(strlen(body2) + 1); in HWTEST_F() 344 error = strcpy_s((char *)request2.data, request2.len, body2); in HWTEST_F() 394 char *body2 = (char*)"I want to call defaultFeature!"; in HWTEST_F() local 395 request2.len = (uint32_t)(strlen(body2) + 1); in HWTEST_F() 400 error = strcpy_s((char *)request2.data, request2.len, body2); in HWTEST_F()
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
H A D | taskpool_singletask_func_test.c | 379 char *body2 = "I want to call defaultFeature!"; variable 380 request2.len = (int16)(strlen(body2) + 1); 385 strcpy_s(request2.data, request2.len, body2); 434 char *body2 = "I want to call defaultFeature!"; variable 435 request2.len = (int16)(strlen(body2) + 1); 440 strcpy_s(request2.data, request2.len, body2); 489 char *body2 = "I want to call defaultFeature!"; variable 490 request2.len = (int16)(strlen(body2) + 1); 495 strcpy_s(request2.data, request2.len, body2); 544 char *body2 variable [all...] |
H A D | taskpool_specifiedtask_func_test.c | 301 char *body2 = "I want to call defaultFeature!"; variable 302 request2.len = (int16)(strlen(body2) + 1); 307 strcpy_s(request2.data, request2.len, body2); 352 char *body2 = "I want to call defaultFeature!"; variable 353 request2.len = (int16)(strlen(body2) + 1); 358 strcpy_s(request2.data, request2.len, body2); 391 char *body2 = "I want to call defaultFeature!"; variable 392 request2.len = (int16)(strlen(body2) + 1); 397 strcpy_s(request2.data, request2.len, body2);
|
H A D | taskpool_sharedtask_func_test.c | 331 char *body2 = "I want to call defaultFeature!"; variable 332 request2.len = (int16)(strlen(body2) + 1); 337 strcpy_s(request2.data, request2.len, body2); 382 char *body2 = "I want to call defaultFeature!"; variable 383 request2.len = (int16)(strlen(body2) + 1); 388 strcpy_s(request2.data, request2.len, body2);
|
Completed in 6 milliseconds