/base/msdp/device_status/utils/ipc/include/ |
H A D | stream_socket.h | 46 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event);
|
/base/msdp/device_status/utils/ipc/src/ |
H A D | stream_socket.cpp | 46 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 D | device_manager_test.h | 79 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event);
|
/base/msdp/device_status/test/unittest/intention/scheduler/include/ |
H A D | timer_manager_test.h | 77 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event);
|
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/ |
H A D | msdpdevicemanager_fuzzer.h | 79 int32_t EpollCtl(int32_t fd, int32_t op, struct epoll_event &event);
|
H A D | msdpdevicemanager_fuzzer.cpp | 211 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 D | device_manager_test.cpp | 213 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 D | timer_manager_test.cpp | 204 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 D | devicestatus_service.cpp | 438 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()
|