Home
last modified time | relevance | path

Searched refs:GetFd (Results 1 - 25 of 135) sorted by relevance

123456

/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_session_manager.h49 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 Dsocket_connection.h40 int32_t GetFd() const;
56 inline int32_t SocketConnection::GetFd() const in GetFd() function in OHOS::Msdp::DeviceStatus::SocketConnection
H A Dsocket_session.h42 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 Ddeferred_video_job.cpp46 videoId_.c_str(), srcFd_->GetFd(), dstFd_->GetFd()); in DeferredVideoJob()
/foundation/multimodalinput/input/intention/common/epoll/include/
H A Depoll_manager.h45 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 Dmonitor.h39 int32_t GetFd() const override;
59 inline int32_t Monitor::GetFd() const in GetFd() function in OHOS::Msdp::DeviceStatus::Monitor
H A Ddevice_manager.h46 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 Dipc_file_descriptor.cpp49 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 Depoll_manager.cpp67 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 Dsocket_client.cpp70 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 Drs_ashmem_test.cpp59 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 Dhotplug_detector_test.cpp95 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 Dvideo_command.cpp54 videoId_.c_str(), srcFd_->GetFd(), dstFd_->GetFd()); in AddVideoCommand()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/buffer_manager/
H A Dshared_buffer.cpp66 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 Dasset.cpp29 int Asset::GetFd() const in GetFd() function in OHOS::Media::Asset
H A Dasset.h38 int GetFd() const;
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/buffer_manager/
H A Dibuffer.h35 virtual int GetFd() const = 0;
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dmedia_sink.h32 int32_t GetFd() const;
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dmedia_sink.cpp30 int32_t MediaSink::GetFd() const in GetFd() function in OHOS::Media::Plugin::MediaSink
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_epoll_event_source.h30 virtual int32_t GetFd() const = 0;
/foundation/multimodalinput/input/service/libinput_adapter/include/
H A Dhotplug_detector.h38 int32_t GetFd() const in GetFd() function in OHOS::MMI::final
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_file_descriptor.h58 int GetFd() const;
/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/
H A Ddeferred_processing_stub_fuzzer.cpp110 sharedBuffer->GetFd(); in TestBufferInfo()
114 sharedBuffer->GetFd(); in TestBufferInfo()
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/file_sink/
H A Dfile_fd_sink_plugin.cpp60 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 Ddeferred_video_processing_session.cpp62 auto infd = sptr<IPCFileDescriptor>::MakeSptr(dup(srcFd->GetFd())); in AddVideo()
63 auto outFd = sptr<IPCFileDescriptor>::MakeSptr(dup(dstFd->GetFd())); in AddVideo()

Completed in 7 milliseconds

123456