Home
last modified time | relevance | path

Searched refs:ServiceSaveFdWithPoll (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/init/
H A Dinit_unittest.cpp102 ServiceSaveFdWithPoll("param_watcher", fds1, 0); in TestProcessTimer()
103 ServiceSaveFdWithPoll("param_watcher", fds1, ARRAY_LENGTH(fds1)); in TestProcessTimer()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dfd_holder.h29 int ServiceSaveFdWithPoll(const char *serviceName, int *fds, int fdCount);
/ohos5.0/base/startup/init/test/fuzztest/servicesavefdwithpoll_fuzzer/
H A Dservicesavefdwithpoll_fuzzer.cpp27 if (!ServiceSaveFdWithPoll(str.c_str(), fds, fdCount)) { in FuzzServiceSaveFdWithPoll()
/ohos5.0/base/startup/init/test/unittest/innerkits/
H A Dinnerkits_unittest.cpp416 ServiceSaveFdWithPoll("testServiceName", fds1, 0);
417 ServiceSaveFdWithPoll(nullptr, fds1, 0);
418 ServiceSaveFdWithPoll("testServiceName", fds1, ARRAY_LENGTH(fds1));
/ohos5.0/base/startup/init/interfaces/innerkits/fd_holder/
H A Dfd_holder.c136 int ServiceSaveFdWithPoll(const char *serviceName, int *fds, int fdCount) in ServiceSaveFdWithPoll() function