Home
last modified time | relevance | path

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

/developtools/profiler/device/base/include/
Depoll_event_poller.h38 bool RemoveFileDescriptor(int fd);
/developtools/profiler/device/base/test/unittest/
Depoll_event_poller_test.cpp174 eventPoller->RemoveFileDescriptor(eventFd);
/developtools/profiler/device/base/src/
Depoll_event_poller.cpp58 bool EpollEventPoller::RemoveFileDescriptor(int fd) in RemoveFileDescriptor() function in EpollEventPoller
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp246 eventPoller_->RemoveFileDescriptor(pluginCtx->eventNotifier->GetFd()); in DestroyPluginSession()
282 eventPoller_->RemoveFileDescriptor(pluginCtx->eventNotifier->GetFd()); in RemovePluginSessionCtx()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp191 eventPoller_->RemoveFileDescriptor(pluginCtx->eventNotifier->GetFd()); in DestroyPluginSession()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp329 eventPoller_->RemoveFileDescriptor(eventNotifier_->GetFd()); in DestroyPluginSession()