Home
last modified time | relevance | path

Searched refs:EpollCreate (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/util/socket/test/
H A Duds_socket_test.cpp50 int32_t retResult = socObj.EpollCreate(size); in HWTEST_F()
59 int32_t retResult = socObj.EpollCreate(size); in HWTEST_F()
/foundation/multimodalinput/input/util/socket/include/
H A Duds_socket.h44 int32_t EpollCreate(int32_t size);
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h75 int32_t EpollCreate();
/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp36 int32_t UDSSocket::EpollCreate(int32_t size) in EpollCreate() function in OHOS::MMI::UDSSocket
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp107 if (EpollCreate() != RET_OK) { in Init()
172 int32_t ContextService::EpollCreate() in EpollCreate() function in OHOS::Msdp::DeviceStatus::ContextService
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp337 if (EpollCreate(MAX_EVENT_SIZE) < 0) { in InitService()
396 mmiFd_ = EpollCreate(MAX_EVENT_SIZE); in Init()

Completed in 9 milliseconds