Home
last modified time | relevance | path

Searched refs:EpollCreate (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/socket/test/
H A Duds_socket_test.cpp50 int32_t retResult = socObj.EpollCreate(size);
59 int32_t retResult = socObj.EpollCreate(size);
/ohos5.0/base/msdp/device_status/utils/ipc/include/
H A Dstream_socket.h45 int32_t EpollCreate();
/ohos5.0/foundation/multimodalinput/input/util/socket/include/
H A Duds_socket.h44 int32_t EpollCreate(int32_t size);
/ohos5.0/base/msdp/device_status/test/fuzztest/devicemanager_fuzzer/
H A Ddevicemanager_fuzzer.h76 int32_t EpollCreate();
H A Ddevicemanager_fuzzer.cpp105 if (EpollCreate() != RET_OK) { in Init()
170 int32_t ContextService::EpollCreate() in EpollCreate() function in OHOS::Msdp::DeviceStatus::ContextService
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h74 int32_t EpollCreate();
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h75 int32_t EpollCreate();
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_socket.cpp35 int32_t StreamSocket::EpollCreate() in EpollCreate() function in OHOS::Msdp::DeviceStatus::StreamSocket
/ohos5.0/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
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/include/
H A Ddevice_manager_test.h76 int32_t EpollCreate();
/ohos5.0/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
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/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
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp111 if (EpollCreate() != RET_OK) { in Init()
163 int32_t ContextService::EpollCreate() in EpollCreate() function in OHOS::Msdp::DeviceStatus::ContextService
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp232 if (EpollCreate() != RET_OK) { in Init()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp275 if (EpollCreate(MAX_EVENT_SIZE) < 0) { in InitService()
334 mmiFd_ = EpollCreate(MAX_EVENT_SIZE); in Init()