Searched refs:AddFileDescriptor (Results 1 – 6 of 6) sorted by relevance
| /developtools/profiler/device/base/test/unittest/ |
| D | epoll_event_poller_test.cpp | 165 EXPECT_TRUE(eventPoller->AddFileDescriptor(eventFd, onReadable)); 195 EXPECT_TRUE(eventPoller->AddFileDescriptor(notifier->GetFd(), onReadable));
|
| /developtools/profiler/device/base/include/ |
| D | epoll_event_poller.h | 36 …bool AddFileDescriptor(int fd, const OnReadableCallback& onReadable, const OnWritableCallback& onW…
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_standalone.cpp | 94 g_eventPoller_->AddFileDescriptor(g_eventNotifier->GetFd(), in StartHook()
|
| D | hook_manager.cpp | 220 …eventPoller_->AddFileDescriptor(eventNotifier_->GetFd(), std::bind(&HookManager::ReadShareMemory, … in CreatePluginSession()
|
| /developtools/profiler/device/base/src/ |
| D | epoll_event_poller.cpp | 43 bool EpollEventPoller::AddFileDescriptor(int fd, in AddFileDescriptor() function in EpollEventPoller
|
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_service.cpp | 144 eventPoller_->AddFileDescriptor(notifier->GetFd(), in CreatePluginSession() 147 eventPoller_->AddFileDescriptor(notifier->GetFd(), in CreatePluginSession()
|