Home
last modified time | relevance | path

Searched refs:AddFileDescriptor (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/device/base/test/unittest/
Depoll_event_poller_test.cpp165 EXPECT_TRUE(eventPoller->AddFileDescriptor(eventFd, onReadable));
195 EXPECT_TRUE(eventPoller->AddFileDescriptor(notifier->GetFd(), onReadable));
/developtools/profiler/device/base/include/
Depoll_event_poller.h36 …bool AddFileDescriptor(int fd, const OnReadableCallback& onReadable, const OnWritableCallback& onW…
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_standalone.cpp94 g_eventPoller_->AddFileDescriptor(g_eventNotifier->GetFd(), in StartHook()
Dhook_manager.cpp220 …eventPoller_->AddFileDescriptor(eventNotifier_->GetFd(), std::bind(&HookManager::ReadShareMemory, … in CreatePluginSession()
/developtools/profiler/device/base/src/
Depoll_event_poller.cpp43 bool EpollEventPoller::AddFileDescriptor(int fd, in AddFileDescriptor() function in EpollEventPoller
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp144 eventPoller_->AddFileDescriptor(notifier->GetFd(), in CreatePluginSession()
147 eventPoller_->AddFileDescriptor(notifier->GetFd(), in CreatePluginSession()