Home
last modified time | relevance | path

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

/base/msdp/device_status/utils/ipc/include/
H A Dstream_socket.h46 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event);
/base/msdp/device_status/utils/ipc/src/
H A Dstream_socket.cpp46 int32_t StreamSocket::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event) in EpollCtl() function in OHOS::Msdp::DeviceStatus::StreamSocket
/base/msdp/device_status/test/unittest/intention/services/include/
H A Ddevice_manager_test.h79 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event);
/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h77 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event);
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.h79 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event);
H A Dmsdpdevicemanager_fuzzer.cpp211 if (EpollCtl(fd, EPOLL_CTL_ADD, ev) != RET_OK) { in AddEpoll()
215 FI_HILOGE("EpollCtl failed"); in AddEpoll()
233 if (EpollCtl(fd, EPOLL_CTL_DEL, ev) != RET_OK) { in DelEpoll()
251 int32_t ContextService::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event) in EpollCtl() function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp213 if (EpollCtl(fd, EPOLL_CTL_ADD, ev) != RET_OK) { in AddEpoll()
217 FI_HILOGE("EpollCtl failed"); in AddEpoll()
235 if (EpollCtl(fd, EPOLL_CTL_DEL, ev) != RET_OK) { in DelEpoll()
253 int32_t ContextService::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event) in EpollCtl() function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp204 if (EpollCtl(fd, EPOLL_CTL_ADD, ev) != RET_OK) { in AddEpoll()
208 FI_HILOGE("EpollCtl failed"); in AddEpoll()
226 if (EpollCtl(fd, EPOLL_CTL_DEL, ev) != RET_OK) { in DelEpoll()
244 int32_t ContextService::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event) in EpollCtl() function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp438 if (EpollCtl(fd, EPOLL_CTL_ADD, ev) != RET_OK) { in AddEpoll()
442 FI_HILOGE("EpollCtl failed"); in AddEpoll()
459 if (EpollCtl(fd, EPOLL_CTL_DEL, ev) != RET_OK) { in DelEpoll()

Completed in 6 milliseconds