Searched defs:local (Results 1 – 7 of 7) sorted by relevance
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| D | socketndk.cpp | 83 struct sockaddr_in local = {PARAM_0}; in Sendmsg() local 123 struct sockaddr_in local = {PARAM_0}; in Send() local 163 struct sockaddr_in local = {PARAM_0}; in Sendto() local 203 struct sockaddr_in local = {PARAM_0}; in Sendmmsg() local 358 struct sockaddr_in local = {PARAM_0}; in Connect() local 405 struct sockaddr_in local = {PARAM_0}; in Listen() local 422 struct sockaddr_in local = {PARAM_0}; in Getpeername() local 459 struct sockaddr_in local = {PARAM_0}; in Getsockname() local
|
| D | uiondk.cpp | 228 struct iovec remote, local; in ProcessVmReadV() local 250 struct iovec local = {.iov_base = src, .iov_len = sizeof(src)}; in ProcessVmWriteV() local
|
| D | wctypendk.cpp | 705 locale_t local = nullptr; in TowupperL() local
|
| D | otherstestndk.cpp | 806 struct sockaddr_in local = {PARAM_0}; in Accept() local
|
| /test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/ |
| D | pcsNetworkTest.cpp | 67 struct sockaddr_in local = {PARAM_0}; in Listen() local 85 struct sockaddr_in local = {PARAM_0}; in Connect() local 122 struct sockaddr_in local = {PARAM_0}; in Send() local
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
| D | dmlib.py | 427 def pull_file(self, remote, local, is_create=False): argument 463 def do_pull_file(self, remote, local): argument 515 def push_file(self, local, remote, is_create=False): argument 545 def do_push_file(self, local, remote): argument 759 def push_file(device, local, remote, is_create=False, argument 766 def pull_file(device, remote, local, is_create=False, argument 1044 def _operator_file(command, device, local, remote, timeout): argument
|
| D | device.py | 414 def push_file(self, local, remote, **kwargs): argument 444 def pull_file(self, remote, local, **kwargs): argument
|