/foundation/multimodalinput/input/intention/ipc/socket/include/ |
H A D | socket_session_manager.h | 49 int32_t GetFd() const override; 81 inline int32_t SocketSessionManager::GetFd() const in GetFd() function in OHOS::Msdp::DeviceStatus::SocketSessionManager 83 return epollMgr_.GetFd(); in GetFd()
|
H A D | socket_connection.h | 40 int32_t GetFd() const; 56 inline int32_t SocketConnection::GetFd() const in GetFd() function in OHOS::Msdp::DeviceStatus::SocketConnection
|
H A D | socket_session.h | 42 int32_t GetFd() const override; 66 inline int32_t SocketSession::GetFd() const in GetFd() function in OHOS::Msdp::DeviceStatus::SocketSession
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/ |
H A D | deferred_video_job.cpp | 46 videoId_.c_str(), srcFd_->GetFd(), dstFd_->GetFd()); in DeferredVideoJob()
|
/foundation/multimodalinput/input/intention/common/epoll/include/ |
H A D | epoll_manager.h | 45 int32_t GetFd() const override; 55 inline int32_t EpollManager::GetFd() const in GetFd() function in OHOS::Msdp::DeviceStatus::EpollManager
|
/foundation/multimodalinput/input/intention/services/device_manager/include/ |
H A D | monitor.h | 39 int32_t GetFd() const override; 59 inline int32_t Monitor::GetFd() const in GetFd() function in OHOS::Msdp::DeviceStatus::Monitor
|
H A D | device_manager.h | 46 int32_t GetFd() const override; 98 inline int32_t DeviceManager::GetFd() const in GetFd() function in OHOS::Msdp::DeviceStatus::DeviceManager 100 return (epollMgr_ != nullptr ? epollMgr_->GetFd() : -1); in GetFd()
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_file_descriptor.cpp | 49 int IPCFileDescriptor::GetFd() const in GetFd() function in OHOS::IPCFileDescriptor 77 return invoker->WriteFileDescriptor(parcel, object->GetFd(), false); in Marshalling()
|
/foundation/multimodalinput/input/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 67 int32_t ret = ::epoll_ctl(epollFd_, EPOLL_CTL_ADD, source.GetFd(), &ev); in Add() 78 int32_t ret = ::epoll_ctl(epollFd_, EPOLL_CTL_DEL, source.GetFd(), nullptr); in Remove() 91 int32_t ret = ::epoll_ctl(epollFd_, EPOLL_CTL_MOD, source.GetFd(), &ev); in Update()
|
/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_client.cpp | 70 auto errCode = eventHandler_->AddFileDescriptorListener(socket->GetFd(), in Connect() 73 FI_HILOGE("AddFileDescriptorListener(%{public}d) failed (%{public}u)", socket->GetFd(), errCode); in Connect() 110 eventHandler_->RemoveFileDescriptorListener(socket_->GetFd()); in OnDisconnected()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_ashmem_test.cpp | 59 ASSERT_FALSE(ashmemAllocator->GetFd() < 0); in HWTEST_F() 79 ASSERT_FALSE(ashmemAllocator->GetFd() < 0); in HWTEST_F() 80 ASSERT_EQ(ashmemAllocator->GetFd(), fd); in HWTEST_F() 104 ASSERT_EQ(ashmemAllocator->GetFd(), -1); in HWTEST_F() 255 int fd = ashmemAllocator->GetFd(); in HWTEST_F() 275 int fd = ashmemAllocator->GetFd(); in HWTEST_F()
|
/foundation/multimodalinput/input/service/libinput_adapter/test/ |
H A D | hotplug_detector_test.cpp | 95 struct pollfd buf = { detector.GetFd(), POLLIN, 0 }; in PollEvents() 124 auto fd = detector.GetFd(); in HWTEST_F() 165 auto fd = detector.GetFd(); in HWTEST_F() 173 EXPECT_EQ(detector.GetFd(), -1); in HWTEST_F()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/command/ |
H A D | video_command.cpp | 54 videoId_.c_str(), srcFd_->GetFd(), dstFd_->GetFd()); in AddVideoCommand()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/buffer_manager/ |
H A D | shared_buffer.cpp | 66 auto offset = lseek(GetFd(), 0, SEEK_SET); in Reset() 94 int SharedBuffer::GetFd() const in GetFd() function in OHOS::CameraStandard::DeferredProcessing::SharedBuffer
|
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/asset/ |
H A D | asset.cpp | 29 int Asset::GetFd() const in GetFd() function in OHOS::Media::Asset
|
H A D | asset.h | 38 int GetFd() const;
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/buffer_manager/ |
H A D | ibuffer.h | 35 virtual int GetFd() const = 0;
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | media_sink.h | 32 int32_t GetFd() const;
|
/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | media_sink.cpp | 30 int32_t MediaSink::GetFd() const in GetFd() function in OHOS::Media::Plugin::MediaSink
|
/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_epoll_event_source.h | 30 virtual int32_t GetFd() const = 0;
|
/foundation/multimodalinput/input/service/libinput_adapter/include/ |
H A D | hotplug_detector.h | 38 int32_t GetFd() const in GetFd() function in OHOS::MMI::final
|
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_file_descriptor.h | 58 int GetFd() const;
|
/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/ |
H A D | deferred_processing_stub_fuzzer.cpp | 110 sharedBuffer->GetFd(); in TestBufferInfo() 114 sharedBuffer->GetFd(); in TestBufferInfo()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/file_sink/ |
H A D | file_fd_sink_plugin.cpp | 60 FALSE_RETURN_V((sink.GetProtocolType() == ProtocolType::FD && sink.GetFd() != -1), Status::ERROR_INVALID_DATA); in SetSink() 61 fd_ = sink.GetFd(); in SetSink()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/video_session/ |
H A D | deferred_video_processing_session.cpp | 62 auto infd = sptr<IPCFileDescriptor>::MakeSptr(dup(srcFd->GetFd())); in AddVideo() 63 auto outFd = sptr<IPCFileDescriptor>::MakeSptr(dup(dstFd->GetFd())); in AddVideo()
|