Searched refs:DelEpoll (Results 1 - 9 of 9) sorted by relevance
/base/msdp/device_status/test/unittest/intention/services/include/ |
H A D | device_manager_test.h | 78 int32_t DelEpoll(EpollEventType type, int32_t fd);
|
/base/msdp/device_status/test/unittest/intention/scheduler/include/ |
H A D | timer_manager_test.h | 76 int32_t DelEpoll(EpollEventType type, int32_t fd);
|
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/ |
H A D | msdpdevicemanager_fuzzer.h | 78 int32_t DelEpoll(EpollEventType type, int32_t fd);
|
H A D | msdpdevicemanager_fuzzer.cpp | 221 int32_t ContextService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll() function in OHOS::Msdp::DeviceStatus::ContextService 234 FI_HILOGE("DelEpoll failed"); in DelEpoll() 331 DelEpoll(EPOLL_EVENT_DEVICE_MGR, devMgr_.GetFd()); in DisableDevMgr()
|
/base/msdp/device_status/test/unittest/intention/services/src/ |
H A D | device_manager_test.cpp | 223 int32_t ContextService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll() function in OHOS::Msdp::DeviceStatus::ContextService 236 FI_HILOGE("DelEpoll failed"); in DelEpoll() 333 DelEpoll(EPOLL_EVENT_DEVICE_MGR, devMgr_.GetFd()); in DisableDevMgr()
|
/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 108 int32_t DelEpoll(EpollEventType type, int32_t fd);
|
/base/msdp/device_status/services/native/src/ |
H A D | stream_server.cpp | 198 DeviceStatusService->DelEpoll(EPOLL_EVENT_SOCKET, fd);
in ReleaseSession()
|
H A D | devicestatus_service.cpp | 448 int32_t DeviceStatusService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll() function in OHOS::Msdp::DeviceStatus::DeviceStatusService 460 FI_HILOGE("DelEpoll failed"); in DelEpoll() 610 DelEpoll(EPOLL_EVENT_SOCKET, socketSessionMgr_.GetFd()); in DisableSocketSessionMgr() 642 DelEpoll(EPOLL_EVENT_DEVICE_MGR, devMgr_.GetFd()); in DisableDevMgr()
|
/base/msdp/device_status/test/unittest/intention/scheduler/src/ |
H A D | timer_manager_test.cpp | 214 int32_t ContextService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll() function in OHOS::Msdp::DeviceStatus::ContextService 227 FI_HILOGE("DelEpoll failed"); in DelEpoll()
|
Completed in 7 milliseconds