Home
last modified time | relevance | path

Searched refs:RemoveFileDescriptor (Results 1 – 8 of 8) 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.cpp173 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.cpp265 eventPoller_->RemoveFileDescriptor(pluginCtx->eventNotifier->GetFd()); in DestroyPluginSession()
303 eventPoller_->RemoveFileDescriptor(pluginCtx->eventNotifier->GetFd()); in RemovePluginSessionCtx()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp203 eventPoller_->RemoveFileDescriptor(pluginCtx->eventNotifier->GetFd()); in DestroyPluginSession()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
Dffrt_profiler_manager.cpp188 item->eventPoller->RemoveFileDescriptor(item->eventNotifier->GetFd()); in StopFfrtProfiler()
/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_manager.cpp197 item->eventPoller->RemoveFileDescriptor(item->eventNotifier->GetFd()); in StopNetworkProfiler()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp561 item->eventPoller->RemoveFileDescriptor(item->eventNotifier->GetFd()); in DestroyPluginSession()