Home
last modified time | relevance | path

Searched refs:arg3 (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/kernel_lite/dyload_posix/
H A DExecveTest.cpp125 char *arg3[] = {"3", "-f", "/home/result/log.txt", "-d", "!@#$%^&*()_+", NULL}; in HWTEST_F() local
126 rt = RunElf(resELF, arg3, NULL); in HWTEST_F()
150 char *arg3[] = {"3", "-f", "/home/result/log.txt", "-d", "!@#$%^&*()_+", NULL}; in HWTEST_F() local
151 rt = RunElf(resELF, NULL, arg3); in HWTEST_F()
/test/testfwk/arkxtest/uitest/test/
H A Dextension_test.cpp148 char arg3[ARG_BUF_SIZE]; in TEST_F() local
152 memset_s(arg3, ARG_BUF_SIZE, 0, ARG_BUF_SIZE); in TEST_F()
156 memcpy_s(arg3, ARG_BUF_SIZE - 1, "--val1", strlen("--val1")); in TEST_F()
157 char *argv[] = {arg0, arg1, arg2, arg3}; in TEST_F()
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
H A Dutil.test.js8983 util.Aspect.addBefore(MyClass, 'getBar', true, (This, arg3) =>{
8984 expect(arg3).assertEqual(6);
9454 util.Aspect.addAfter(AfterClass, 'getBar', true, (This, arg3) =>{
9455 expect(arg3).assertEqual(undefined);
9962 util.Aspect.replace(ReplaceClass, 'bar', true, (This, arg3) =>{
9963 expect(arg3).assertEqual(6);

Completed in 9 milliseconds