Home
last modified time | relevance | path

Searched refs:fd_set (Results 1 - 7 of 7) sorted by relevance

/base/telephony/ril_adapter/services/hril/include/
H A Dhril_event.h59 void ProcessEvents(fd_set *rfds, int32_t number);
61 void CopyReadFds(fd_set *rfds);
67 fd_set readFds_;
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_event.cpp125 void HRilEvent::ProcessEvents(fd_set *rfds, int32_t number) in ProcessEvents()
214 void HRilEvent::CopyReadFds(fd_set *rfds) in CopyReadFds()
217 (void)memcpy_s(rfds, sizeof(fd_set), &readFds_, sizeof(fd_set)); in CopyReadFds()
223 fd_set rfds; in EventMessageLoop()
/base/account/os_account/services/accountmgr/include/
H A Daccount_file_watcher_manager.h81 fd_set fds_;
/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_auth.c87 fd_set fds; in RecvCaMsg()
/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp495 fd_set fds; in InputThread()
530 fd_set fds; in DumpThread()
/base/tee/tee_client/services/tlogcat/src/
H A Dtlogcat.c963 static int32_t ProcReadLog(bool writeFile, const fd_set *readset) in ProcReadLog()
1008 fd_set readset; in Func()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp1321 fd_set rfds; in HWTEST_F()

Completed in 6 milliseconds