/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | tag_host.cpp | 307 std::string poll = tagPollBytes_[index]; in DoTargetTypeIso144433a() local 313 pacMap.PutStringValue(KITS::TagInfo::ATQA, poll); in DoTargetTypeIso144433a() 314 DebugLog("DoTargetTypeIso144433a ATQA: %{public}s", poll.c_str()); in DoTargetTypeIso144433a() 319 std::string poll = tagPollBytes_[index]; in DoTargetTypeIso144433b() local 320 if (poll.empty()) { in DoTargetTypeIso144433b() 321 DebugLog("DoTargetTypeIso144433b poll empty"); in DoTargetTypeIso144433b() 325 if (KITS::NfcSdkCommon::GetHexStrBytesLen(poll) < in DoTargetTypeIso144433b() 327 DebugLog("DoTargetTypeIso144433b poll.len: %{public}d", KITS::NfcSdkCommon::GetHexStrBytesLen(poll)); in DoTargetTypeIso144433b() 331 std::string appData = poll in DoTargetTypeIso144433b() 362 std::string poll = tagPollBytes_[index]; DoTargetTypeV() local 382 std::string poll = tagPollBytes_[index]; DoTargetTypeF() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | epoll_io_waiter_mingw.cpp | 108 void EpollIoWaiter::OnPoll(uv_poll_t *poll, int status, int events) in OnPoll() argument 111 auto &that = GetInstance(poll); in OnPoll() 118 if (&p == poll) { in OnPoll()
|
H A D | epoll_io_waiter.h | 57 static void OnPoll(uv_poll_t *poll, int status, int events);
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/ |
H A D | audio_input_thread.cpp | 22 #include <poll.h> 66 ret = poll(g_fdSets, (nfds_t)inputNum, -1); in AudioPnpInputPollAndRead() 68 AUDIO_ERR_LOG("[poll] failed, %{public}d", errno); in AudioPnpInputPollAndRead()
|
H A D | audio_pnp_server.cpp | 21 #include <poll.h> 165 if (poll(&fd, 1, -1) <= 0) { in OpenAndReadWithSocket() 166 AUDIO_ERR_LOG("audio event poll fail %{public}d", errno); in OpenAndReadWithSocket()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_listener.cpp | 22 #include <poll.h> 111 int32_t ret = TEMP_FAILURE_RETRY(poll(pollFds.data(), pollFds.size(), -1)); in Listen()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | raw_socket.cpp | 24 #include <poll.h> 151 if (poll(fds, 1, timeoutMillis) <= 0) { in Recv()
|
H A D | dns_checker.cpp | 19 #include <poll.h> 165 if (poll(fds, 1, timeout) <= 0) { in recvDnsData()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/netlink/ |
H A D | netlink_listener.h | 21 #include <poll.h>
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | netsys_udp_transfer.h | 22 #include <poll.h>
|
H A D | netsys_client.h | 23 #include <poll.h>
|
/foundation/communication/wifi/wifi/base/cRPC/include/ |
H A D | common.h | 25 #include <poll.h>
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_network.h | 20 #include <poll.h>
|
/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | net.c | 18 #include <poll.h> 194 int ret = poll(&pFd, 1, milliseconds); in WaitFdEvent() 196 LOGE("poll failed! errno=%{public}d", errno); in WaitFdEvent()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_uhid.h | 21 #include <poll.h>
|
/foundation/multimodalinput/input/service/libinput_adapter/test/ |
H A D | hotplug_detector_test.cpp | 29 #include <poll.h> 96 while (poll(&buf, 1, timeout) > 0) { in PollEvents()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | dns_proxy_listen_test.cpp | 20 #include <poll.h> 97 poll(&pfd, 1, 2000); in HWTEST_F()
|
/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
H A D | case26_init001.py | 28 while proc.poll() is None:
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/ |
H A D | wifi_common_hal.c | 17 #include <poll.h>
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | netsys_tcp_client.c | 67 int ret = poll(fds, num, DEFAULT_POLL_TIMEOUT); in Poll() 69 NETSYS_CLIENT_PRINT("poll to proc failed %s", strerror(errno)); in Poll() 77 NETSYS_CLIENT_PRINT("poll to proc timeout"); in Poll()
|
H A D | clatd.cpp | 27 #include <poll.h> 140 if (poll(fds, sizeof(fds) / sizeof((fds)[0]), -1) == -1) { in RunLoop() 142 NETNATIVE_LOGW("event_loop/poll returned an error, errno: %{public}d", errno); in RunLoop()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/ |
H A D | kernel_talker.h | 23 #include <poll.h>
|
/foundation/graphic/graphic_surface/sync_fence/src/ |
H A D | sync_fence.cpp | 26 #include <sys/poll.h>
77 retCode = poll(&pollfds, 1, timeout);
in Wait()
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/ |
H A D | wifi_wpa_hal.c | 17 #include <poll.h> 798 int ret = poll(&pfd, 1, 100); /* 100 ms */ in MyWpaCtrlPending() 800 LOGE("poll failed! errno = %{public}d", errno); in MyWpaCtrlPending()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | watcher_impl.cpp | 17 #include <poll.h> 175 int ret = poll(fds, nfds, -1); in GetNotifyEvent() 187 LOGE("Failed to poll NotifyFd, errno=%{public}d", errno); in GetNotifyEvent()
|