/base/startup/init/test/fuzztest/servicesavefdwithpoll_fuzzer/ |
H A D | servicesavefdwithpoll_fuzzer.cpp | 25 int fds[64] = {0}; in FuzzServiceSaveFdWithPoll() local
|
/base/startup/init/test/exec_test/ |
H A D | fd_holder_test.c | 31 int fds[10];
in SaveFds() local 60 int *fds = ServiceGetFd("fd_holder_test", &outfdCount);
in main() local [all...] |
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | hilog_collector_impl.cpp | 66 int fds[2] = {-1, -1}; // 2: one read pipe, one write pipe in CollectLastLog() local
|
/base/startup/init/interfaces/innerkits/fd_holder/ |
H A D | fd_holder_internal.c | 26 int BuildControlMessage(struct msghdr *msghdr, int *fds, int fdCount, bool sendUcred) in BuildControlMessage() argument 87 int *fds = NULL; in GetFdsFromMsg() local [all...] |
H A D | fd_holder.c | 74 static int ServiceSendFds(const char *serviceName, int *fds, int fdCount, bool doPoll) in ServiceSendFds() argument 125 int ServiceSaveFd(const char *serviceName, int *fds, int fdCount) in ServiceSaveFd() argument 136 int ServiceSaveFdWithPoll(const char *serviceName, int *fds, int fdCount) in ServiceSaveFdWithPoll() argument 171 int *fds = calloc((size_t)fdCount, sizeof(int)); ServiceGetFd() local [all...] |
/base/startup/init/test/unittest/init/ |
H A D | init_unittest.cpp | 105 int *fds = ServiceGetFd("param_watcher", &fdCount); in TestProcessTimer() local
|
H A D | service_unittest.cpp | 154 int fds[1] = {-1}; // ServiceStop will release fds in HWTEST_F() local
|
H A D | group_unittest.cpp | 366 int fds[1] = { -1 }; // ServiceStop will release fds in HWTEST_F() local
|
/base/tee/tee_client/services/teecd/src/ |
H A D | tee_ca_auth.c | 87 fd_set fds;
in RecvCaMsg() local
|
/base/msdp/device_status/rust/modules/scheduler/test/src/ |
H A D | lib.rs | 101 let mut fds: [c_int; 2] = [-1; 2]; in new() variables [all...] |
/base/security/security_guard/test/fuzztest/risk_collect/riskcollect_fuzzer/ |
H A D | risk_collect_fuzzer.cpp | 73 struct pollfd fds = {}; in KernelInterfaceAdapterFuzzTest() local
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.h | 51 int fds[APP_MAX_FD_COUNT]; member
|
/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | kernel_interface_adapter.h | 35 virtual int Poll(struct pollfd* const fds, nfds_t fdCount, int timeout) { return 0; }; in Poll() argument
|
/base/time/time_service/services/timer/src/ |
H A D | timer_handler.cpp | 43 TimerFds fds; in Create() local 88 TimerHandler(const TimerFds &fds, int epollfd) TimerHandler() argument [all...] |
/base/notification/eventhandler/frameworks/test/moduletest/ |
H A D | event_handler_fd_listener_module_test.cpp | 152 int32_t fds[] = {-1, -1}; in HWTEST_F() local 206 int32_t fds[] = {-1, -1}; in HWTEST_F() local 231 int32_t fds[] = {-1, -1}; in HWTEST_F() local 255 int32_t fds[] = {-1, -1}; HWTEST_F() local 279 int32_t fds[] = {-1, -1}; HWTEST_F() local 313 int32_t fds[] = {-1, -1}; HWTEST_F() local 347 int32_t fds[] = {-1, -1}; HWTEST_F() local 384 int32_t fds[] = {-1, -1}; HWTEST_F() local 414 int32_t fds[] = {-1, -1}; HWTEST_F() local 436 int32_t fds[] = {-1, -1}; AddFileDescriptorHelper() local [all...] |
H A D | event_handler_press_module_test.cpp | 206 int32_t fds[] = {-1, -1}; in HWTEST_F() local
|
/base/startup/init/services/init/standard/ |
H A D | fd_holder_service.c | 28 static void FreeFds(int *fds) in FreeFds() argument 35 static int HandlerHoldFds(Service *service, int *fds, size_t fdCount, const char *pollStr) in HandlerHoldFds() argument 108 CloseFds(int *fds, size_t fdCount) CloseFds() argument 127 int *fds = ReceiveFds(sock, iovec, &fdCount, true, &requestPid); HandlerFdHolder() local [all...] |
/base/startup/init/test/unittest/innerkits/ |
H A D | innerkits_unittest.cpp | 422 int *fds = nullptr; in HWTEST_F() local 463 int *fds = nullptr; in HWTEST_F() local [all...] |
/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_client.c | 169 static int WriteMessage(int socketFd, const uint8_t *buf, ssize_t len, int *fds, int *fdCount) in WriteMessage() argument
|
H A D | appspawn_client.h | 77 int fds[APP_MAX_FD_COUNT]; member
|
/base/msdp/device_status/rust/modules/scheduler/sys/src/ |
H A D | scheduler.rs | 398 let mut fds: [c_int; 2] = [-1; 2]; in new() variables
|
/base/startup/init/test/systest/ |
H A D | loopclient_systest.c | 239 static int WriteMessage(int socketFd, const uint8_t *buf, ssize_t len, int *fds, int *fdCount) in WriteMessage() argument
|
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.cpp | 495 fd_set fds; in InputThread() local 530 fd_set fds; in DumpThread() local
|
/base/startup/appspawn/modules/common/ |
H A D | appspawn_common.c | 483 int *fds = property->message->connection->receiverCtx.fds; in CloseFdArgs() local [all...] |
/base/startup/init/services/init/include/ |
H A D | init_service.h | 171 int *fds;
member
|