Home
last modified time | relevance | path

Searched refs:SetFd (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_file_desc_unittest.cpp95 fdesc.SetFd(fd);
104 fdesc.SetFd(fd);
119 fdesc.SetFd(fd);
135 fdesc.SetFd(fd);
/ohos5.0/foundation/multimodalinput/input/util/socket/test/
H A Duds_client_test.cpp36 void SetFd(int32_t fd) in SetFd() function in OHOS::MMI::UDSClientUnitTest
56 udsClient.SetFd(0);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/
H A Dimage_source_impl_test.cpp102 imageSourceImpl.SetFd(0);
138 imageSourceImplNull.SetFd(0);
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_file_descriptor.h66 void SetFd(int fd);
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dmedia_sink.cpp35 void MediaSink::SetFd(const int32_t fd) in SetFd() function in OHOS::Media::Plugin::MediaSink
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dmedia_sink.h28 void SetFd(const int32_t fd);
/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/base/
H A Dhdi_smq_meta.h123 void SetFd(int fd);
314 void SharedMemQueueMeta<T>::SetFd(int fd) in SetFd() function
H A Dhdi_smq.h276 meta_->SetFd(ashmemFd); in SharedMemQueue()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_file_descriptor.cpp54 void IPCFileDescriptor::SetFd(int fd) in SetFd() function in OHOS::IPCFileDescriptor
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnntensor.h40 void SetFd(int fd);
H A Dnntensor.cpp194 void NNTensor2_0::SetFd(int fd) in SetFd() function in OHOS::NeuralNetworkRuntime::NNTensor2_0
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dio_event_handler.h40 inline void SetFd(int fd) in SetFd() function
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_guide_event.md150 | void | **SetFd**(int fd)<br>设置被监听对象Fd。 |
187 | void | **SetFd**(int fd)<br>设置被监听对象Fd。 |
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_source_impl.h52 void SetFd(int fd);
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dthumbnail_manager.h129 void SetFd(int32_t fd) in SetFd() function
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dthumbnail_manager.cpp438 request->SetFd(DEFAULT_FD); in RequestFastImage()
452 request->SetFd(outFd); in RequestFastImage()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp90 handler->SetFd(fd);
133 handler->SetFd(fd);
822 handler_->SetFd(IO_EVENT_INVALID_FD); in ~TimerEventHandler()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data_record.h40 void SetFd(int32_t fd);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_source_impl.cpp319 void ImageSourceImpl::SetFd(int fd) in SetFd() function in OHOS::Media::ImageSourceImpl
H A Dimage_ffi.cpp122 nativeImage->SetFd(fd); in FfiOHOSCreateImageSourceByFd()
142 nativeImage->SetFd(fd); in FfiOHOSCreateImageSourceByFdWithOption()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp151 nnTensor->SetFd(-1);
172 nnTensor->SetFd(0);
1150 nnTensor->SetFd(-1);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp521 fd_->SetFd(fd); in ReadFd()
903 void FileDescriptor::SetFd(int32_t fd) in SetFd() function in OHOS::MiscServices::FileDescriptor
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp107 handler->SetFd(fd); in SetFdAndCallback()
965 handler_->SetFd(IO_EVENT_INVALID_FD); in ~TimerEventHandler()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp45 void SetFd(int32_t fd) in SetFd() function in OHOS::MMI::UDSServerUnitTest
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp621 mediaSink.SetFd(fd); in DoConfigureOther()