/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | socketndk.cpp | 84 struct sockaddr_in local = {PARAM_0};
in Sendmsg() local 85 local.sin_family = AF_INET;
in Sendmsg() 86 local.sin_port = htons(PARAM_6000);
in Sendmsg() 87 local.sin_addr.s_addr = inet_addr("127.0.0.1");
in Sendmsg() 88 bind(sockfd, reinterpret_cast<sockaddr *>(static_cast<struct sockaddr_in *>(&local)), sizeof(local));
in Sendmsg() 124 struct sockaddr_in local = {PARAM_0};
in Send() local 125 local.sin_family = AF_INET;
in Send() 126 local.sin_port = htons(PARAM_6004);
in Send() 127 local in Send() 164 struct sockaddr_in local = {PARAM_0}; Sendto() local 204 struct sockaddr_in local = {PARAM_0}; Sendmmsg() local 360 struct sockaddr_in local = {PARAM_0}; Connect() local 407 struct sockaddr_in local = {PARAM_0}; Listen() local 424 struct sockaddr_in local = {PARAM_0}; Getpeername() local 461 struct sockaddr_in local = {PARAM_0}; Getsockname() local [all...] |
H A D | uiondk.cpp | 228 struct iovec remote, local;
in ProcessVmReadV() local 232 local.iov_base = dst;
in ProcessVmReadV() 233 local.iov_len = bufferSize;
in ProcessVmReadV() 235 int rev = process_vm_readv(getpid(), &local, PARAM_1, &remote, PARAM_1, PARAM_0);
in ProcessVmReadV() 250 struct iovec local = {.iov_base = src, .iov_len = sizeof(src)};
in ProcessVmWriteV() local 253 ssize_t rev = process_vm_writev(getpid(), &local, PARAM_1, &remote, PARAM_1, PARAM_0);
in ProcessVmWriteV()
|
H A D | otherstestndk.cpp | 808 struct sockaddr_in local;
in Accept() local 809 memset_s(&local, sizeof(local), 0, sizeof(local));
in Accept() 810 local.sin_family = AF_INET;
in Accept() 811 local.sin_port = htons(PORT);
in Accept() 812 local.sin_addr.s_addr = inet_addr("127.0.0.1");
in Accept() 813 rets = bind(sockfd, reinterpret_cast<sockaddr *>(&local), sizeof(local));
in Accept()
|
H A D | wctypendk.cpp | 705 locale_t local = nullptr;
in TowupperL() local 708 char result = towupper_l(ch, local);
in TowupperL() 714 char result = towupper_l(ch, local);
in TowupperL() 721 char result = towupper_l(ch, local);
in TowupperL() 727 char result = towupper_l(ch, local);
in TowupperL()
|
/test/xts/hats/kernel/syscalls/mem/processvm/ |
H A D | ProcessvmApiTest.cpp | 72 struct iovec local[2]; in HWTEST_F() local 77 local[0].iov_base = buf1; in HWTEST_F() 78 local[0].iov_len = sizeof(buf1); in HWTEST_F() 79 local[1].iov_base = buf2; in HWTEST_F() 80 local[1].iov_len = sizeof(buf2); in HWTEST_F() 86 ssize_t nread = process_vm_readv(pid, local, 2, remote, 1, 0); in HWTEST_F() 102 struct iovec local[2]; in HWTEST_F() local 107 local[0].iov_base = writeData1; in HWTEST_F() 108 local[0].iov_len = sizeof(writeData1) - 1; in HWTEST_F() 109 local[ in HWTEST_F() [all...] |
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/ |
H A D | pcsNetworkTest.cpp | 67 struct sockaddr_in local = {PARAM_0};
in Listen() local 68 local.sin_family = AF_INET;
in Listen() 69 local.sin_port = htons(PARAM_6000);
in Listen() 70 local.sin_addr.s_addr = inet_addr("192.168.59.65");
in Listen() 71 bind(sockfd, reinterpret_cast<sockaddr *>(static_cast<struct sockaddr_in *>(&local)), sizeof(local));
in Listen() 85 struct sockaddr_in local = {PARAM_0};
in Connect() local 86 local.sin_family = AF_INET;
in Connect() 87 local.sin_port = htons(PARAM_6002);
in Connect() 88 local in Connect() 122 struct sockaddr_in local = {PARAM_0}; Send() local [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib.py | 293 local_port: local port to start host side server 431 def pull_file(self, remote, local, is_create=False): 447 new_local = os.path.join(local, remote_file_basename) 450 new_local = local 462 if os.path.isdir(local): 463 local = os.path.join(local, os.path.basename(remote)) 465 self.do_pull_file(remote, local) 467 def do_pull_file(self, remote, local): 473 remote, local)) [all...] |
H A D | device.py | 79 DEVICE_TEMP_PATH = "/data/local/tmp" 90 KINGKONG_PATH = "/data/local/tmp/kingkongDir" 473 def push_file(self, local, remote, **kwargs): 479 local = "\"{}\"".format(local) 481 if local is None: 492 self.connector_command("file send {} {}".format(local, remote), retry=0) 496 HdcHelper.push_file(self, local, remote, is_create=is_create, 499 err_msg = ErrorMessage.Device.Code_0303004.format(local, remote) 504 def pull_file(self, remote, local, **kwarg [all...] |
/test/xts/tools/lite/reliability/ |
H A D | NativePressTest.py | 35 exec_cmd(hdcPath + " file send " + testFilePath + test_fileset + " /data/local/tmp/" + test_fileset) 37 exec_cmd(hdcPath + " shell chmod +x /data/local/tmp/" + test_fileset) 119 startTestCmd = "\"cd /data/local/tmp/;/data/local/tmp/" + \
|
/test/xts/dcts/ability/dmsfwk/dmsfwkstagetestserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/communication/dsoftbus/rpcserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/server/hap/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/multimedia/avsessionserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/communication/dsoftbus_request/rpcserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_stage_store/server/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/filemanagement/fileio/server/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/tools/sample/AppSampleD/ |
H A D | hvigorw.bat | 22 @rem Set local scope for the variables with windows NT shell
|
/test/xts/tools/sample/AppSampleE/ |
H A D | hvigorw.bat | 22 @rem Set local scope for the variables with windows NT shell
|
/test/xts/tools/sample/AppSampleF/ |
H A D | hvigorw.bat | 22 @rem Set local scope for the variables with windows NT shell
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 132 local = files[1].strip() 133 device.pull_file(remote, local) 142 LOG.debug("Trying to push the file local {} to remote{}".format(src, dst)) 251 LOG.debug("Trying to push the file local {} to remote {}".format(src, dst)) 780 push_dest = "/data/local/tmp"
|