Home
last modified time | relevance | path

Searched refs:DelEpoll (Results 1 - 9 of 9) sorted by relevance

/base/msdp/device_status/test/unittest/intention/services/include/
H A Ddevice_manager_test.h78 int32_t DelEpoll(EpollEventType type, int32_t fd);
/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h76 int32_t DelEpoll(EpollEventType type, int32_t fd);
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.h78 int32_t DelEpoll(EpollEventType type, int32_t fd);
H A Dmsdpdevicemanager_fuzzer.cpp221 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 Ddevice_manager_test.cpp223 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 Ddevicestatus_service.h108 int32_t DelEpoll(EpollEventType type, int32_t fd);
/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp198 DeviceStatusService->DelEpoll(EPOLL_EVENT_SOCKET, fd); in ReleaseSession()
H A Ddevicestatus_service.cpp448 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 Dtimer_manager_test.cpp214 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